summaryrefslogtreecommitdiff
path: root/util/libeay.num
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-04-26 22:31:48 +0000
committerNils Larsch <nils@openssl.org>2005-04-26 22:31:48 +0000
commit800e400de5ca30491577301ded618445b48c7911 (patch)
treea6dde859f6c9a77a295aa073d5b37ae422180739 /util/libeay.num
parent05886a6f77e7843c854ed6d0752b6673db45db3c (diff)
downloadopenssl-new-800e400de5ca30491577301ded618445b48c7911.tar.gz
some updates for the blinding code; summary:
- possibility of re-creation of the blinding parameters after a fixed number of uses (suggested by Bodo) - calculatition of the rsa::e in case it's absent and p and q are present (see bug report #785) - improve the performance when if one rsa structure is shared by more than a thread (see bug report #555) - fix the problem described in bug report #827 - hide the definition ot the BN_BLINDING structure in bn_blind.c
Diffstat (limited to 'util/libeay.num')
-rwxr-xr-xutil/libeay.num8
1 files changed, 8 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num
index d589dd3e8e..b9485abf4f 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -3305,3 +3305,11 @@ BN_set_negative 3704 EXIST::FUNCTION:
BIO_new_dgram 3705 EXIST::FUNCTION:
BIO_s_datagram 3706 EXIST::FUNCTION:DGRAM
BIO_dgram_non_fatal_error 3707 EXIST::FUNCTION:
+RSA_setup_blinding 3708 EXIST::FUNCTION:RSA
+BN_BLINDING_set_thread_id 3709 EXIST::FUNCTION:
+BN_BLINDING_convert_ex 3710 EXIST::FUNCTION:
+BN_BLINDING_create_param 3711 EXIST::FUNCTION:
+BN_BLINDING_set_flags 3712 EXIST::FUNCTION:
+BN_BLINDING_invert_ex 3713 EXIST::FUNCTION:
+BN_BLINDING_get_thread_id 3714 EXIST::FUNCTION:
+BN_BLINDING_get_flags 3715 EXIST::FUNCTION: