openssl/crypto/rsa
Nils Larsch ff22e913a3 - use BN_set_negative and BN_is_negative instead of BN_set_sign
and BN_get_sign
- implement BN_set_negative as a function
- always use "#define BN_is_zero(a) ((a)->top == 0)"
2005-04-22 20:02:44 +00:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
Makefile Blow away Makefile.ssl. 2005-03-30 13:05:57 +00:00
rsa.h Give everything prototypes (well, everything that's actually used). 2005-03-31 09:26:39 +00:00
rsa_asn1.c Give everything prototypes (well, everything that's actually used). 2005-03-31 09:26:39 +00:00
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 Allow RSA key-generation to specify an arbitrary public exponent. Jelte 2004-04-26 15:31:35 +00:00
rsa_eay.c - use BN_set_negative and BN_is_negative instead of BN_set_sign 2005-04-22 20:02:44 +00:00
rsa_err.c Rebuild error codes. 2005-04-12 16:15:22 +00:00
rsa_gen.c Remove distracting comments and code. Thanks to Nils for picking up on the 2004-09-19 04:55: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 Constify the RSA library. 2000-11-06 22:34:17 +00:00
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 Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() 2001-10-16 01:24:29 +00:00
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 Add lots of checks for memory allocation failure, error codes to indicate 2004-12-05 01:03:15 +00:00
rsa_sign.c Add lots of checks for memory allocation failure, error codes to indicate 2004-12-05 01:03:15 +00:00
rsa_ssl.c Constify the RSA library. 2000-11-06 22:34:17 +00:00
rsa_test.c Deprecate the recursive includes of bn.h from various API headers (asn1.h, 2004-05-17 19:14:22 +00:00