Matt Caswell
|
3c2bdd7df9
Update copyright year
|
před 3 roky |
Tomas Mraz
|
12b4e5821d
Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcrypto
|
před 3 roky |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
před 4 roky |
Matt Caswell
|
00c405b365
Update copyright year
|
před 4 roky |
Tomas Mraz
|
e12813d0d3
Prevent use after free of global_engine_lock
|
před 4 roky |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
před 5 roky |
Sam Roberts
|
df4439186f
Remove unnecessary trailing whitespace
|
před 5 roky |
Richard Levitte
|
3c120f9165
Following the license change, modify the boilerplates in crypto/engine/
|
před 6 roky |
Andy Polyakov
|
e519d6b563
engine/eng_lib.c: remove redundant #ifdef.
|
před 6 roky |
Pavel Kopyl
|
aebd0e5ca1
Fix memory leaks in CA related functions.
|
před 7 roky |
Bernd Edlinger
|
eb2b989206
Ensure the thread keys are always allocated in the same order
|
před 6 roky |
Rich Salz
|
cdb10bae3f
Set error code on alloc failures
|
před 6 roky |
Matt Caswell
|
6738bf1417
Update copyright year
|
před 6 roky |
Benjamin Kaduk
|
63ab5ea13b
Revert the crypto "global lock" implementation
|
před 6 roky |
Pauli
|
92b1b9a887
A missing semicolon prevents compilation with ENGINE_REF_COUNT_DEBUG enabled.
|
před 7 roky |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
před 7 roky |
Rich Salz
|
ed6b2c7938
Add CRYPTO_thread_glock_new
|
před 7 roky |
Pauli
|
07016a8a31
Move e_os.h to be the very first include.
|
před 7 roky |
Pauli
|
677963e5a4
e_os.h removal from other headers and source files.
|
před 7 roky |
Richard Levitte
|
789a2b6250
Don't try to clean up RAND from ENGINE
|
před 7 roky |
Kurt Roeckx
|
0a3dce8257
Fix name of "locked" variable
|
před 8 roky |
Kurt Roeckx
|
2f545ae45d
Add support for reference counting using C11 atomics
|
před 8 roky |
Matt Caswell
|
135648bcd0
Fix mem leaks during auto-deinit
|
před 8 roky |
Richard Levitte
|
c2e4e5d248
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
|
před 8 roky |
Rich Salz
|
b1322259d9
Copyright consolidation 09/10
|
před 8 roky |
FdaSilvaYY
|
25a807bcb9
Add checks on CRYPTO_new_ex_data return value
|
před 8 roky |
Matt Caswell
|
b3599dbb6a
Rename int_*() functions to *_int()
|
před 8 roky |
Matt Caswell
|
342c21cd8b
Rename lots of *_intern or *_internal function to int_*
|
před 8 roky |
Matt Caswell
|
6d4fb1d59e
Deprecate ENGINE_cleanup() and make it a no-op
|
před 8 roky |
Matt Caswell
|
40e068d506
Move engine library over to using the new thread API
|
před 8 roky |