index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
engine
/
eng_lib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leak in engine_cleanup_add_first()
Kovalev Vasiliy
2023-05-09
1
-2
/
+3
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-7
/
+7
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
Avoid loading of a dynamic engine twice
Bernd Edlinger
2021-11-23
1
-0
/
+2
*
Rework and make DEBUG macros consistent.
Rich Salz
2021-05-28
1
-2
/
+2
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcrypto
Tomas Mraz
2021-03-12
1
-2
/
+0
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-4
/
+4
*
Update copyright year
Matt Caswell
2020-06-04
1
-1
/
+1
*
Prevent use after free of global_engine_lock
Tomas Mraz
2020-05-22
1
-0
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Remove unnecessary trailing whitespace
Sam Roberts
2019-02-05
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/engine/
Richard Levitte
2018-12-06
1
-1
/
+1
*
engine/eng_lib.c: remove redundant #ifdef.
Andy Polyakov
2018-08-07
1
-5
/
+1
*
Fix memory leaks in CA related functions.
Pavel Kopyl
2018-05-02
1
-2
/
+4
*
Ensure the thread keys are always allocated in the same order
Bernd Edlinger
2018-04-20
1
-1
/
+2
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+6
*
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
*
A missing semicolon prevents compilation with ENGINE_REF_COUNT_DEBUG enabled.
Pauli
2017-11-29
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-2
/
+2
*
Add CRYPTO_thread_glock_new
Rich Salz
2017-08-31
1
-1
/
+1
*
Move e_os.h to be the very first include.
Pauli
2017-08-30
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-30
1
-0
/
+1
*
Don't try to clean up RAND from ENGINE
Richard Levitte
2017-04-07
1
-5
/
+0
*
Fix name of "locked" variable
Kurt Roeckx
2016-11-17
1
-2
/
+2
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
1
-0
/
+5
*
Fix mem leaks during auto-deinit
Matt Caswell
2016-09-08
1
-0
/
+1
*
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
Richard Levitte
2016-07-19
1
-5
/
+4
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Add checks on CRYPTO_new_ex_data return value
FdaSilvaYY
2016-04-28
1
-1
/
+4
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-2
/
+2
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-2
/
+2
*
Deprecate ENGINE_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-3
/
+3
*
Move engine library over to using the new thread API
Matt Caswell
2016-03-09
1
-1
/
+13
*
Move to REF_DEBUG, for consistency.
Rich Salz
2016-02-11
1
-6
/
+1
*
Remove store.
Rich Salz
2016-02-10
1
-1
/
+0
*
fix code indentation issue
FdaSilvaYY
2016-02-02
1
-2
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
ex_data part 2: doc fixes and CRYPTO_free_ex_index.
Rich Salz
2015-12-01
1
-8
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-1
/
+1
*
Add and use OPENSSL_zalloc
Rich Salz
2015-09-02
1
-2
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-05
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-2
/
+2
*
free NULL cleanup 11
Rich Salz
2015-05-01
1
-5
/
+3
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-206
/
+221
*
Complete EVP_PKEY_ASN1_METHOD ENGINE support.
Dr. Stephen Henson
2006-06-05
1
-0
/
+1
*
Automatically free up dynamically allocated public key methods when
Dr. Stephen Henson
2006-06-02
1
-0
/
+2
[next]