]> git.tuebingen.mpg.de Git - paraslash.git/commit
openssl: Use the EVP library for RSA private decryption.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 15 May 2023 16:35:30 +0000 (18:35 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 16 May 2024 23:36:55 +0000 (01:36 +0200)
commit0dc561b49c94bc7a7cec7f88212ac26c4130b3eb
tree8f27897a6d266c480306dcd2799cf12a512855d9
parent0485079436ad11e6a4f403c3f7a259c7e51da691
openssl: Use the EVP library for RSA private decryption.

This is the counterpart of the previous commit which converted the
public RSA encryption. We employ the HAVE_OSSL_PARAM macro again to
distinguish between the openssl-1 and openssl-3 cases.
error.h
openssl.c