openssl/crypto/rsa
Geoff Thorpe 79aa04ef27 Make the necessary changes to work with the recent "ex_data" overhaul.
See the commit log message for that for more information.

NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
(initialisation by "memset" won't/can't/doesn't work). This fixes that but
requires that X509_STORE_CTX_init() be able to handle errors - so its
prototype has been changed to return 'int' rather than 'void'. All uses of
that function throughout the source code have been tracked down and
adjusted.
2001-09-01 20:02:13 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
Makefile.ssl Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
rsa.h Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise, 2001-08-25 17:24:21 +00:00
rsa_asn1.c More linker bloat reorganisation: 2001-07-27 02:22:42 +00:00
rsa_chk.c Constify the RSA library. 2000-11-06 22:34:17 +00:00
rsa_eay.c always reject data >= n 2001-07-25 17:02:58 +00:00
rsa_err.c always reject data >= n 2001-07-25 17:02:58 +00:00
rsa_gen.c Bug fix for 64 bit HP-UX. 2000-06-01 14:24:59 +00:00
rsa_lib.c Make the necessary changes to work with the recent "ex_data" overhaul. 2001-09-01 20:02:13 +00:00
rsa_none.c Constify the RSA library. 2000-11-06 22:34:17 +00:00
rsa_null.c A few more constifications of some RSA routines that I forgot 2000-11-07 13:49:46 +00:00
rsa_oaep.c Really add the EVP and all of the DES changes. 2001-07-30 23:57:25 +00:00
rsa_pk1.c Constify the RSA library. 2000-11-06 22:34:17 +00:00
rsa_saos.c Constify the RSA library. 2000-11-06 22:34:17 +00:00
rsa_sign.c Add support for MS CSP Name PKCS#12 attribute. 2001-06-11 00:43:20 +00:00
rsa_ssl.c Constify the RSA library. 2000-11-06 22:34:17 +00:00
rsa_test.c Make the necessary changes to work with the recent "ex_data" overhaul. 2001-09-01 20:02:13 +00:00