openssl/crypto/rsa
Geoff Thorpe 46ef873f0b By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private key
operations no longer require two distinct BN_CTX structures. This may put
more "strain" on the current BN_CTX implementation (which has a fixed limit
to the number of variables it will hold), but so far this limit is not
triggered by any of the tests pass and I will be changing BN_CTX in the
near future to avoid this problem anyway.

This also changes the default RSA implementation code to use the BN_CTX in
favour of initialising some of its variables locally in each function.
2004-03-25 02:52:04 +00:00
..
.cvsignore
Makefile.ssl Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
rsa_asn1.c
rsa_chk.c
rsa_depr.c When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or should 2003-10-29 04:06:50 +00:00
rsa_eay.c By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private key 2004-03-25 02:52:04 +00:00
rsa_err.c
rsa_gen.c A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. 2003-10-29 20:24:15 +00:00
rsa_lib.c Make sure that the last argument to RAND_add() is a float, or some 2004-03-15 22:37:08 +00:00
rsa_none.c
rsa_null.c
rsa_oaep.c
rsa_pk1.c
rsa_saos.c Constify d2i, s2i, c2i and r2i functions and other associated 2004-03-15 23:15:26 +00:00
rsa_sign.c Constify d2i, s2i, c2i and r2i functions and other associated 2004-03-15 23:15:26 +00:00
rsa_ssl.c
rsa_test.c Netware-specific changes, 2003-11-28 13:10:58 +00:00
rsa.h By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private key 2004-03-25 02:52:04 +00:00