]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge topic branch t/openssl-3 into pu
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 Mar 2024 11:36:38 +0000 (12:36 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 Mar 2024 11:36:38 +0000 (12:36 +0100)
commit8e875411f29b017313482637cbc5b74a69f4ddde
treee34d086831f115ec416b6b82b940749b69bca658
parent83c4cb37c39f01d038c808132a6ec990a0c75aa3
parent78adaea4e9e2aae0f71fe060ecd03e1744839810
Merge topic branch t/openssl-3 into pu

Started on 2023-04-29.

The series starts with a few cleanups and crypto-backend tweaks to
beat the openssl specific code into shape for the main objective:
the switch of the RSA encryption and decryption routines to the
high-level EVP API. This has become necessary because the old RSA
API functions have been deprecated in openssl-3.

<!--

- The openssl RSA code has been converted to EVP and no longer uses
  any deprecated openssl API functions.

-->

* refs/heads/t/openssl-3:
  openssl: Reactivate openssl warnings.
  openssl: Use the EVP library for RSA private decryption.
  openssl: Use the EVP library for RSA public encryption.
  apc_priv_decrypt: Let the callee allocate the buffer.
  apc_pub_encrypt: Let the callee allocate the buffer.
  openssl: Assume that openssl allocation functions functions succeed.
  openssl: Introduce openssl_perror().
  openssl: Don't pass pointers to RSA structures around.
  openssl: Kill rsa coefficient computations.
  client: Check buffer size returned by apc_priv_decrypt().

# Conflicts:
# configure.ac
Makefile.real
configure.ac
openssl.c