summaryrefslogtreecommitdiffstats
path: root/crypto/ex_data.c
AgeCommit message (Expand)Author
2023-09-21Fix error handling in CRYPTO_get_ex_new_indexBernd Edlinger
2023-09-07Copyright year updatesMatt Caswell
2023-05-30When we're just reading EX_CALLBACK data just get a read lockMatt Caswell
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-03-18Fix external symbols for crypto_*Shane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-02-18Update copyright yearMatt Caswell
2021-02-02Always ensure we hold ctx->lock when calling CRYPTO_get_ex_data()Matt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-13Ignore unused return values from some sk_*() macrosMatt Caswell
2020-09-13Fix safestack issues in crypto.hMatt Caswell
2020-05-23Fix the parameter types of the CRYPTO_EX_dup function type.Bernd Edlinger
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-09Remove double fetch of "OSSL_EX_DATA_GLOBAL" for global lockDavide Galassi
2019-12-14Deprecate most of debug-memoryRich Salz
2019-11-24Remove deadlock that was caused by calling pthread_rwlock_wrlock() on same th...Matus Kysel
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-12Access data after obtaining the lock not before.Pauli
2019-08-02Use NULL as parameter when pointer can only be NULL.Pauli
2019-06-28Fix NULL pointer dereference in the ex_data codeMatt Caswell
2019-05-08Coverity CID 1444951: Null pointer dereferencesPauli
2019-05-08Coverity CID 1444955: Null pointer dereferencesPauli
2019-05-02Instead of global data store it in an OPENSSL_CTXMatt Caswell
2019-04-06Coverity: fix two minor NPD issues.FdaSilvaYY
2019-02-16Add CRYPTO_alloc_ex_data()Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/Richard Levitte
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger
2018-02-13Update copyright yearMatt Caswell
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-08-31Add CRYPTO_thread_glock_newRich Salz
2017-06-02Fix ex_data and session_dup issuesTodd Short
2017-03-20Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger
2017-02-03Combined patch against master branch for the following issues:Bernd Edlinger
2016-09-08Fix mem leaks during auto-deinitMatt Caswell
2016-08-01Const the ex data stuff too to fix warningsRichard J. Moore
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte
2016-05-17Copyright consolidation 05/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-04-14Fix ex_data locks issueMatt Caswell
2016-04-14Ensure all locks are properly cleaned upMatt Caswell
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-opMatt Caswell
2016-03-23Fix error codeFdaSilvaYY
2016-03-13Change an function macro for ERR match the function it's used in.Richard Levitte
2016-03-12Fix memory leak in library deinitEmilia Kasper