summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-12-04 10:21:06 +0000
committerMatt Caswell <matt@openssl.org>2019-12-16 14:50:07 +0000
commitc1ebe0509a1b4af4cc1f3a7a14ca463d32af918c (patch)
tree4660de1a093de8daf56ee48f6e608931afd06e92 /util
parent517f24130e83b9b3c2262758f34a7c09a7f63089 (diff)
Backport the RSA_get0_pss_params() function from master
This is a missing accessor in order to obtain PSS parameters from an RSA key, which should also be available in 1.1.1. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10568)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 1dde397bed..876b7ca710 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4586,3 +4586,4 @@ EVP_PKEY_meth_set_digestsign 4539 1_1_1e EXIST::FUNCTION:
EVP_PKEY_meth_set_digestverify 4540 1_1_1e EXIST::FUNCTION:
EVP_PKEY_meth_get_digestverify 4541 1_1_1e EXIST::FUNCTION:
EVP_PKEY_meth_get_digestsign 4542 1_1_1e EXIST::FUNCTION:
+RSA_get0_pss_params 4543 1_1_1e EXIST::FUNCTION:RSA