Backport the RSA_get0_pss_params() function from master
authorMatt Caswell <matt@openssl.org>
Wed, 4 Dec 2019 10:21:06 +0000 (10:21 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 16 Dec 2019 14:50:07 +0000 (14:50 +0000)
commitc1ebe0509a1b4af4cc1f3a7a14ca463d32af918c
tree4660de1a093de8daf56ee48f6e608931afd06e92
parent517f24130e83b9b3c2262758f34a7c09a7f63089
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)
crypto/rsa/rsa_lib.c
doc/man3/RSA_get0_key.pod
include/openssl/ossl_typ.h
include/openssl/rsa.h
util/libcrypto.num