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
*
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
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-4
/
+4
*
Rewrite crypto/ex_data
Rich Salz
2015-07-20
1
-388
/
+153
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-2
/
+2
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-4
/
+2
*
free null cleanup finale
Rich Salz
2015-05-01
1
-6
/
+3
*
remove malloc casts
Rich Salz
2015-04-28
1
-2
/
+1
*
Fix memory leak reporting.
Dr. Stephen Henson
2015-02-09
1
-0
/
+2
*
util/mkstack.pl now generates entire safestack.h
Rich Salz
2015-02-06
1
-2
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-419
/
+427
*
Avoid warnings with -pedantic, specifically:
Dr. Stephen Henson
2008-07-05
1
-1
/
+1
*
More type-checking.
Ben Laurie
2008-06-04
1
-8
/
+8
[next]