]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge topic branch t/crypt-cleanups into master
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 24 Dec 2023 15:43:04 +0000 (16:43 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 24 Dec 2023 15:45:34 +0000 (16:45 +0100)
commita7f9189eff6a035849ee95ea6b3492f96d4e0c16
treefd98b7843febcddfd51e8640e4aedd677fd6daa8
parent624910afb851cf78669be188214b0332d5d5ee12
parent1065059dac18aa6bf2f86c22b64543b98bc8e968
Merge topic branch t/crypt-cleanups into master

This bunch of mostry trivial changes can be merged early, before the
openssl code is converted to use the EVP API. The topic was cooking
in next for six months.

* refs/heads/t/crypt-cleanups:
  openssl: Assign bignums in canonical order.
  openssl: Unify naming of public key structures.
  openssl: Rename read_private_rsa_params() -> read_openssh_private_key().
  openssl: Rename read_rsa_bignums() -> read_public_key().
  openssl: Dedox crypt_init().
  server: Improve "loading pubkey" log message.
  gcrypt: Remove pointless state variable.
  client: Reduce line length.
NEWS.md
client_common.c