aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ex_data.c
Commit message (Collapse)AuthorAgeFilesLines
* Comment correction.Bodo Möller2000-12-181-2/+4
|
* Locking issues.Bodo Möller2000-12-151-0/+13
|
* Constification of CRYPTO_get_ex_data() needed for the sake ofRichard Levitte2000-11-061-1/+1
| | | | RSA_get_ext_data().
* CRYPTO_get_ex_new_index would never return an error.Richard Levitte2000-10-161-1/+1
|
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
| | | | | | | | | like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-20/+20
|
* Make the perl module compile and eliminate some of the warnings.Ulf Möller1999-07-221-1/+1
| | | | | Still doesn't work (the destructor on BIO and SSL is called immediately after creating the object. Why that??)
* New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1999-05-191-2/+2
| | | | to minimise the effects on existing code.
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-26/+8
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-3/+8
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-0/+236