aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ex_data.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ex_data and session_dup issuesTodd Short2017-06-021-1/+8
* Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger2017-03-201-6/+14
* Combined patch against master branch for the following issues:Bernd Edlinger2017-02-031-8/+12
* Fix mem leaks during auto-deinitMatt Caswell2016-09-081-0/+1
* Const the ex data stuff too to fix warningsRichard J. Moore2016-08-011-2/+2
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-191-2/+7
* Copyright consolidation 05/10Rich Salz2016-05-171-107/+6
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Fix ex_data locks issueMatt Caswell2016-04-141-7/+17
* Ensure all locks are properly cleaned upMatt Caswell2016-04-141-3/+7
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-1/+1
* Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-opMatt Caswell2016-04-131-1/+1
* Fix error codeFdaSilvaYY2016-03-231-1/+1
* Change an function macro for ERR match the function it's used in.Richard Levitte2016-03-131-1/+1
* Fix memory leak in library deinitEmilia Kasper2016-03-121-11/+12
* Convert CRYPTO_LOCK_EX_DATA to new multi-threading APIAlessandro Ghedini2016-03-081-7/+20
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* Only declare stacks in headersDr. Stephen Henson2016-01-071-6/+2
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-46/+95
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-4/+4
* Rewrite crypto/ex_dataRich Salz2015-07-201-388/+153
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup -- codaRich Salz2015-05-011-4/+2
* free null cleanup finaleRich Salz2015-05-011-6/+3
* remove malloc castsRich Salz2015-04-281-2/+1
* Fix memory leak reporting.Dr. Stephen Henson2015-02-091-0/+2
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-419/+427
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-041-1/+1
* More type-checking.Ben Laurie2008-06-041-8/+8
* Stop warning about extra ';' outside of function.Dr. Stephen Henson2008-05-311-2/+2
* LHASH revamp. make depend.Ben Laurie2008-05-261-11/+15
* Avoid warnings.Dr. Stephen Henson2008-02-281-1/+1
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-5/+1
* Relax some over-zealous constification that gave some lhash-based code noGeoff Thorpe2003-10-291-1/+1
* Redo type-safety fix.Ben Laurie2001-09-071-2/+1
* OpenSSL copyright notices ...Bodo Möller2001-09-041-0/+53
* Convert "max" to "mx" for variable names (brought to my attention by SteveGeoff Thorpe2001-09-021-25/+26
* Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.Ben Laurie2001-09-021-4/+3
* First step in fixing "ex_data" support. Warning: big commit log ...Geoff Thorpe2001-09-011-110/+456
* 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
* 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
* 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