summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2018-05-27 09:01:28 +0200
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2018-05-28 19:11:23 +0200
commit6692ff7777ea3e75f964de7ee64761ec8565f9be (patch)
tree89abf91dd4f77e00e422febe5a202f45c9e9a873 /util
parente6f35b5768d8810644f1f2cc9ca8294d97688343 (diff)
RSA: add simple getters for commonly used struct members
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6290)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num8
1 files changed, 8 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index a7f50a2410..bab45dd656 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4538,3 +4538,11 @@ DSA_get0_pub_key 4479 1_1_1 EXIST::FUNCTION:DSA
DSA_get0_q 4480 1_1_1 EXIST::FUNCTION:DSA
DSA_get0_p 4481 1_1_1 EXIST::FUNCTION:DSA
DSA_get0_g 4482 1_1_1 EXIST::FUNCTION:DSA
+RSA_get0_dmp1 4483 1_1_1 EXIST::FUNCTION:RSA
+RSA_get0_d 4484 1_1_1 EXIST::FUNCTION:RSA
+RSA_get0_n 4485 1_1_1 EXIST::FUNCTION:RSA
+RSA_get0_dmq1 4486 1_1_1 EXIST::FUNCTION:RSA
+RSA_get0_e 4487 1_1_1 EXIST::FUNCTION:RSA
+RSA_get0_q 4488 1_1_1 EXIST::FUNCTION:RSA
+RSA_get0_p 4489 1_1_1 EXIST::FUNCTION:RSA
+RSA_get0_iqmp 4490 1_1_1 EXIST::FUNCTION:RSA