Prepare to provide a number of RSA accessors
authortb <tb@openbsd.org>
Wed, 5 Jan 2022 20:44:12 +0000 (20:44 +0000)
committertb <tb@openbsd.org>
Wed, 5 Jan 2022 20:44:12 +0000 (20:44 +0000)
commite9d41195bd3fe30c62f0a6225bc180643e105fec
treecefdb3f2d84b3f31c58002dba644b5e892f0c56e
parentd7038a771c2277c3a450e9f86549e2e3f13b4569
Prepare to provide a number of RSA accessors

This adds RSA_get0_{n,e,d,p,q,dmp1,dmq1,iqmp,pss_params}() which will
be exposed in the upcoming bump.

ok inoguchi jsing
lib/libcrypto/rsa/rsa.h
lib/libcrypto/rsa/rsa_lib.c