openssl/crypto/rsa
Geoff Thorpe 7abe830501 Ensure that the "ex_data" member of an RSA structure is initialised before
the RSA_METHOD's "init()" handler is called, and is cleaned up after the
RSA_METHOD's "finish()" handler is called. Custom RSA_METHODs may wish to
initialise contexts and other specifics in the RSA structure upon creation
and that was previously not possible - "ex_data" is where that stuff
should go and it was being initialised too late for it to be used.
2000-11-26 18:34:45 +00:00
..
.cvsignore
Makefile.ssl in some new file names the first 8 characters were not unique 2000-11-12 22:32:18 +00:00
rsa_chk.c Constify the RSA library. 2000-11-06 22:34:17 +00:00
rsa_eay.c A few more constifications of some RSA routines that I forgot 2000-11-07 13:49:46 +00:00
rsa_err.c Preserve reason strings in automatically build tables. 2000-03-05 00:19:36 +00:00
rsa_gen.c Bug fix for 64 bit HP-UX. 2000-06-01 14:24:59 +00:00
rsa_lib.c Ensure that the "ex_data" member of an RSA structure is initialised before 2000-11-26 18:34:45 +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 Constify the RSA library. 2000-11-06 22:34:17 +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 Constify the RSA library. 2000-11-06 22:34:17 +00:00
rsa_ssl.c Constify the RSA library. 2000-11-06 22:34:17 +00:00
rsa_test.c
rsa.h A few more constifications of some RSA routines that I forgot 2000-11-07 13:49:46 +00:00