From 8a758e96f2865f0aee417025630626f095bb3ae3 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 2 May 2020 13:31:47 +0200 Subject: PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementation Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/11710) --- include/crypto/rsa.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/crypto/rsa.h b/include/crypto/rsa.h index 69fe4c7..6f32ec4 100644 --- a/include/crypto/rsa.h +++ b/include/crypto/rsa.h @@ -49,6 +49,7 @@ int rsa_oaeppss_md2nid(const EVP_MD *md); const char *rsa_oaeppss_nid2name(int md); RSA *rsa_new_with_ctx(OPENSSL_CTX *libctx); +OPENSSL_CTX *rsa_get0_libctx(RSA *r); int rsa_set0_all_params(RSA *r, const STACK_OF(BIGNUM) *primes, const STACK_OF(BIGNUM) *exps, -- cgit v1.1