CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/24 09:47:15
Modified files:
lib/libcrypto : Symbols.list
lib/libcrypto/rsa: rsa.h rsa_lib.c
Log message:
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@
