openssl/crypto/rsa
Ulf Möller eb952088f0 Precautions against using the PRNG uninitialized: RAND_bytes() now
returns int (1 = ok, 0 = not seeded). New function RAND_add() is the
same as RAND_seed() but takes an estimate of the entropy as an additional
argument.
2000-01-13 20:59:17 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
Makefile.ssl "make update" 1999-09-10 15:34:55 +00:00
rsa_chk.c Turn BN_prime_checks into a macro. 2000-01-12 11:57:30 +00:00
rsa_eay.c Oops... forgot the other RSA_NULL patches... 1999-09-08 18:19:45 +00:00
rsa_err.c Add new sign and verify members to RSA_METHOD and change SSL code to use sign 1999-09-18 22:37:44 +00:00
rsa_gen.c Eliminate a warning: BN_mod_inverse() returns a (BIGNUM *) and remove and 1999-07-13 00:00:05 +00:00
rsa_lib.c Oops... forgot the other RSA_NULL patches... 1999-09-08 18:19:45 +00:00
rsa_none.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
rsa_null.c Correct warnings. 1999-09-09 20:15:17 +00:00
rsa_oaep_test.c Improve support for running everything as a monolithic application. 1999-10-25 19:36:01 +00:00
rsa_oaep.c Precautions against using the PRNG uninitialized: RAND_bytes() now 2000-01-13 20:59:17 +00:00
rsa_pk1.c Precautions against using the PRNG uninitialized: RAND_bytes() now 2000-01-13 20:59:17 +00:00
rsa_saos.c Replace the macros in asn1.h with function equivalents. Also make UTF8Strings 1999-10-20 01:50:23 +00:00
rsa_sign.c Add new sign and verify members to RSA_METHOD and change SSL code to use sign 1999-09-18 22:37:44 +00:00
rsa_ssl.c Precautions against using the PRNG uninitialized: RAND_bytes() now 2000-01-13 20:59:17 +00:00
rsa.h Add new sign and verify members to RSA_METHOD and change SSL code to use sign 1999-09-18 22:37:44 +00:00