aboutsummaryrefslogtreecommitdiff
path: root/crypto/ex_data.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-08-12Access data after obtaining the lock not before.Pauli1-1/+1
2019-08-02Use NULL as parameter when pointer can only be NULL.Pauli1-1/+1
2019-06-28Fix NULL pointer dereference in the ex_data codeMatt Caswell1-1/+1
2019-05-08Coverity CID 1444951: Null pointer dereferencesPauli1-1/+1
2019-05-08Coverity CID 1444955: Null pointer dereferencesPauli1-1/+1
2019-05-02Instead of global data store it in an OPENSSL_CTXMatt Caswell1-65/+99
2019-04-06Coverity: fix two minor NPD issues.FdaSilvaYY1-2/+7
2019-02-16Add CRYPTO_alloc_ex_data()Richard Levitte1-0/+30
2018-12-06Following the license change, modify the boilerplates in crypto/Richard Levitte1-1/+1
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger1-1/+2
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk1-1/+1
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli1-2/+1
2017-08-31Add CRYPTO_thread_glock_newRich Salz1-1/+1
2017-06-02Fix ex_data and session_dup issuesTodd Short1-1/+8
2017-03-20Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger1-6/+14
2017-02-03Combined patch against master branch for the following issues:Bernd Edlinger1-8/+12
2016-09-08Fix mem leaks during auto-deinitMatt Caswell1-0/+1
2016-08-01Const the ex data stuff too to fix warningsRichard J. Moore1-2/+2
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte1-2/+7
2016-05-17Copyright consolidation 05/10Rich Salz1-107/+6
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+0
2016-04-14Fix ex_data locks issueMatt Caswell1-7/+17
2016-04-14Ensure all locks are properly cleaned upMatt Caswell1-3/+7
2016-04-13Rename int_*() functions to *_int()Matt Caswell1-1/+1
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell1-1/+1
2016-04-13Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-opMatt Caswell1-1/+1
2016-03-23Fix error codeFdaSilvaYY1-1/+1
2016-03-13Change an function macro for ERR match the function it's used in.Richard Levitte1-1/+1
2016-03-12Fix memory leak in library deinitEmilia Kasper1-11/+12
2016-03-08Convert CRYPTO_LOCK_EX_DATA to new multi-threading APIAlessandro Ghedini1-7/+20
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-2/+2
2016-01-07Only declare stacks in headersDr. Stephen Henson1-6/+2
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-1/+1
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-46/+95
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-4/+4
2015-07-20Rewrite crypto/ex_dataRich Salz1-388/+153
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free NULL cleanup -- codaRich Salz1-4/+2
2015-05-01free null cleanup finaleRich Salz1-6/+3
2015-04-28remove malloc castsRich Salz1-2/+1
2015-02-09Fix memory leak reporting.Dr. Stephen Henson1-0/+2
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz1-2/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-419/+427
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson1-1/+1
2008-06-04More type-checking.Ben Laurie1-8/+8
2008-05-31Stop warning about extra ';' outside of function.Dr. Stephen Henson1-2/+2
2008-05-26LHASH revamp. make depend.Ben Laurie1-11/+15