Dr. Matthias St. Pierre
|
25f2138b0a
Reorganize private crypto header files
|
vor 5 Jahren |
Pauli
|
aee6e29f0e
Access data after obtaining the lock not before.
|
vor 5 Jahren |
Pauli
|
823ee00a39
Use NULL as parameter when pointer can only be NULL.
|
vor 5 Jahren |
Matt Caswell
|
f2d20f0bb8
Fix NULL pointer dereference in the ex_data code
|
vor 5 Jahren |
Pauli
|
1f76076095
Coverity CID 1444951: Null pointer dereferences
|
vor 5 Jahren |
Pauli
|
97ee8af495
Coverity CID 1444955: Null pointer dereferences
|
vor 5 Jahren |
Matt Caswell
|
1aedc35fd6
Instead of global data store it in an OPENSSL_CTX
|
vor 5 Jahren |
FdaSilvaYY
|
23dc8feba8
Coverity: fix two minor NPD issues.
|
vor 5 Jahren |
Richard Levitte
|
e17f5b6a6b
Add CRYPTO_alloc_ex_data()
|
vor 5 Jahren |
Richard Levitte
|
0e9725bcb9
Following the license change, modify the boilerplates in crypto/
|
vor 6 Jahren |
Bernd Edlinger
|
eb2b989206
Ensure the thread keys are always allocated in the same order
|
vor 6 Jahren |
Matt Caswell
|
6738bf1417
Update copyright year
|
vor 6 Jahren |
Benjamin Kaduk
|
63ab5ea13b
Revert the crypto "global lock" implementation
|
vor 6 Jahren |
Pauli
|
f32b0abe26
Remove unnecessary #include <openssl/lhash.h> directives.
|
vor 7 Jahren |
Rich Salz
|
ed6b2c7938
Add CRYPTO_thread_glock_new
|
vor 7 Jahren |
Todd Short
|
1ee2125922
Fix ex_data and session_dup issues
|
vor 7 Jahren |
Bernd Edlinger
|
b3c31a6572
Fix the error handling in CRYPTO_dup_ex_data.
|
vor 7 Jahren |
Bernd Edlinger
|
83b4049ab7
Combined patch against master branch for the following issues:
|
vor 7 Jahren |
Matt Caswell
|
135648bcd0
Fix mem leaks during auto-deinit
|
vor 8 Jahren |
Richard J. Moore
|
3c8537765c
Const the ex data stuff too to fix warnings
|
vor 8 Jahren |
Richard Levitte
|
c2e4e5d248
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
|
vor 8 Jahren |
Rich Salz
|
aa6bb1352b
Copyright consolidation 05/10
|
vor 8 Jahren |
Viktor Dukhovni
|
5c4328f04f
Fold threads.h into crypto.h making API public
|
vor 8 Jahren |
Matt Caswell
|
1ee7b8b97c
Fix ex_data locks issue
|
vor 8 Jahren |
Matt Caswell
|
ff2344052b
Ensure all locks are properly cleaned up
|
vor 8 Jahren |
Matt Caswell
|
b3599dbb6a
Rename int_*() functions to *_int()
|
vor 8 Jahren |
Matt Caswell
|
342c21cd8b
Rename lots of *_intern or *_internal function to int_*
|
vor 8 Jahren |
Matt Caswell
|
a5e3ac13d6
Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-op
|
vor 8 Jahren |
FdaSilvaYY
|
de70582410
Fix error code
|
vor 8 Jahren |
Richard Levitte
|
e7c8cafab8
Change an function macro for ERR match the function it's used in.
|
vor 8 Jahren |