]> 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>
Sun, 17 Mar 2024 11:35:04 +0000 (12:35 +0100)
commitbc031cc68fc5eb709f6cdb7b31ec36b96c28bec7
treef9f742b2d5eba717a10c88391ff3eaed421312f0
parent2282adb56d722ede1070e0bdc540f27bbd5f3386
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