summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ex_data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bring in compatibility for OpenSSL 1.1 style init functions.beck2018-03-171-1/+4
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-11/+9
* Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastjsing2015-02-101-3/+1
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-2/+2
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-3/+3
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-6/+3
* More KNF.jsing2014-04-201-24/+31
* some KNF cleanup following the scriptderaadt2014-04-171-6/+6
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-12/+12
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-220/+220
* resolve conflicts, fix local changesdjm2010-10-011-19/+23
* resolve conflictsdjm2008-09-061-7/+3
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-101/+514
* openssl-engine-0.9.6a mergebeck2001-06-221-1/+1
* openssl-engine-0.9.6 mergebeck2000-12-151-2/+2
* OpenSSL 0.9.5 mergebeck2000-03-191-20/+20
* OpenSSL 0.9.4 mergebeck1999-09-291-35/+22
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+236