index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ex_data.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix external symbols for crypto_*
Shane Lontis
2021-03-18
1
-14
/
+15
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-2
/
+4
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Always ensure we hold ctx->lock when calling CRYPTO_get_ex_data()
Matt Caswell
2021-02-02
1
-3
/
+10
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-9
/
+9
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-14
/
+14
*
Ignore unused return values from some sk_*() macros
Matt Caswell
2020-09-13
1
-1
/
+5
*
Fix safestack issues in crypto.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix the parameter types of the CRYPTO_EX_dup function type.
Bernd Edlinger
2020-05-23
1
-1
/
+1
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Remove double fetch of "OSSL_EX_DATA_GLOBAL" for global lock
Davide Galassi
2020-03-09
1
-23
/
+26
*
Deprecate most of debug-memory
Rich Salz
2019-12-14
1
-7
/
+2
*
Remove deadlock that was caused by calling pthread_rwlock_wrlock() on same th...
Matus Kysel
2019-11-23
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Access data after obtaining the lock not before.
Pauli
2019-08-12
1
-1
/
+1
*
Use NULL as parameter when pointer can only be NULL.
Pauli
2019-08-02
1
-1
/
+1
*
Fix NULL pointer dereference in the ex_data code
Matt Caswell
2019-06-28
1
-1
/
+1
*
Coverity CID 1444951: Null pointer dereferences
Pauli
2019-05-08
1
-1
/
+1
*
Coverity CID 1444955: Null pointer dereferences
Pauli
2019-05-08
1
-1
/
+1
*
Instead of global data store it in an OPENSSL_CTX
Matt Caswell
2019-05-02
1
-65
/
+99
*
Coverity: fix two minor NPD issues.
FdaSilvaYY
2019-04-06
1
-2
/
+7
*
Add CRYPTO_alloc_ex_data()
Richard Levitte
2019-02-16
1
-0
/
+30
*
Following the license change, modify the boilerplates in crypto/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Ensure the thread keys are always allocated in the same order
Bernd Edlinger
2018-04-20
1
-1
/
+2
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Revert the crypto "global lock" implementation
Benjamin Kaduk
2018-01-31
1
-1
/
+1
*
Remove unnecessary #include <openssl/lhash.h> directives.
Pauli
2017-09-28
1
-2
/
+1
*
Add CRYPTO_thread_glock_new
Rich Salz
2017-09-01
1
-1
/
+1
*
Fix ex_data and session_dup issues
Todd Short
2017-06-02
1
-1
/
+8
*
Fix the error handling in CRYPTO_dup_ex_data.
Bernd Edlinger
2017-03-20
1
-6
/
+14
*
Combined patch against master branch for the following issues:
Bernd Edlinger
2017-02-03
1
-8
/
+12
*
Fix mem leaks during auto-deinit
Matt Caswell
2016-09-08
1
-0
/
+1
*
Const the ex data stuff too to fix warnings
Richard J. Moore
2016-08-01
1
-2
/
+2
*
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
Richard Levitte
2016-07-19
1
-2
/
+7
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-107
/
+6
*
Fold threads.h into crypto.h making API public
Viktor Dukhovni
2016-05-16
1
-1
/
+0
*
Fix ex_data locks issue
Matt Caswell
2016-04-14
1
-7
/
+17
*
Ensure all locks are properly cleaned up
Matt Caswell
2016-04-14
1
-3
/
+7
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-1
/
+1
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-1
/
+1
*
Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-op
Matt Caswell
2016-04-13
1
-1
/
+1
*
Fix error code
FdaSilvaYY
2016-03-23
1
-1
/
+1
*
Change an function macro for ERR match the function it's used in.
Richard Levitte
2016-03-13
1
-1
/
+1
*
Fix memory leak in library deinit
Emilia Kasper
2016-03-12
1
-11
/
+12
*
Convert CRYPTO_LOCK_EX_DATA to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-7
/
+20
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-2
/
+2
*
Only declare stacks in headers
Dr. Stephen Henson
2016-01-07
1
-6
/
+2
*
Rename DECLARE*STACK_OF to DEFINE*STACK_OF
Dr. Stephen Henson
2016-01-07
1
-1
/
+1
*
ex_data part 2: doc fixes and CRYPTO_free_ex_index.
Rich Salz
2015-12-01
1
-46
/
+95
[next]