openssl/crypto/rsa
Richard Levitte 816d785721 DO NOT constify RSA* in RSA_sign() and RSA_verify(), since there are function
called downstream that need it to be non-const.  The fact that the RSA_METHOD
functions take the RSA* as a const doesn't matter, it just expresses that
*they* won't touch it.
PR: 602
2003-05-07 11:38:10 +00:00
..
.cvsignore
Makefile.ssl make update 2003-05-01 04:10:32 +00:00
rsa_asn1.c
rsa_chk.c This is a first-cut at improving the callback mechanisms used in 2002-12-08 05:24:31 +00:00
rsa_depr.c Nils Larsch submitted; 2002-12-08 16:45:26 +00:00
rsa_eay.c Memory leak fix: local blinding structure not freed in rsa_eay_private_decrypt() 2003-04-15 13:01:37 +00:00
rsa_err.c
rsa_gen.c This is the first step in allowing RSA_METHODs to implement their own key 2003-01-07 05:51:39 +00:00
rsa_lib.c Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances. 2003-04-16 06:25:21 +00:00
rsa_none.c
rsa_null.c This is the first step in allowing RSA_METHODs to implement their own key 2003-01-07 05:51:39 +00:00
rsa_oaep.c
rsa_pk1.c The logic in the main signing and verifying functions to check lengths was 2002-11-26 11:14:32 +00:00
rsa_saos.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
rsa_sign.c DO NOT constify RSA* in RSA_sign() and RSA_verify(), since there are function 2003-05-07 11:38:10 +00:00
rsa_ssl.c
rsa_test.c We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form 2003-04-08 06:00:05 +00:00
rsa.h DO NOT constify RSA* in RSA_sign() and RSA_verify(), since there are function 2003-05-07 11:38:10 +00:00