-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(openssl): dont use deprecated functions
EVP_PKEY_get1_RSA, RSA_size and RSA_public_decrypt got deprecated in openssl 3.0, switch to EVP_PKEY_verify_recover Code change mimics strongswan implementation from: src/libstrongswan/plugins/openssl/openssl_rsa_public_key.c Also works with openssl 1.1.1n from debian buster Signed-off-by: Ulrich Weber <ulrich.weber@gmail.com>
- Loading branch information
1 parent
d20eec6
commit 9e83abc
Showing
1 changed file
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters