diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2019-10-24 15:47:16 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2019-10-24 15:47:16 +0000 |
commit | 8ede720beba2aa1b95a7b488c4499c67ede9a39c (patch) | |
tree | e381e889bcdecea9a68c1ef745eae007b86d0f64 /lib/libcrypto/Symbols.list | |
parent | 14677adabaef247ee0d2924aaf06785fc6d8f839 (diff) |
Provide RSA_pkey_ctx_ctrl().
This is a wrapper around EVP_PKEY_CTX_ctrl() which requires the key to be
either RSA or RSA-PSS.
From OpenSSL 1.1.1d.
ok tb@
Diffstat (limited to 'lib/libcrypto/Symbols.list')
-rw-r--r-- | lib/libcrypto/Symbols.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypto/Symbols.list b/lib/libcrypto/Symbols.list index e56bb9ca5ca..4ec01fe9c82 100644 --- a/lib/libcrypto/Symbols.list +++ b/lib/libcrypto/Symbols.list @@ -2356,6 +2356,7 @@ RSA_padding_check_PKCS1_type_1 RSA_padding_check_PKCS1_type_2 RSA_padding_check_X931 RSA_padding_check_none +RSA_pkey_ctx_ctrl RSA_print RSA_print_fp RSA_private_decrypt |