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
/
init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add RUN_ONCE support to zlib init
Todd Short
2021-04-22
1
-22
/
+2
*
Resurrect and modernize C++Builder config
Tanzinul Islam
2021-04-19
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Add ossl_ conf symbols
Shane Lontis
2021-03-18
1
-12
/
+12
*
Add ossl_rand symbols
Shane Lontis
2021-03-18
1
-3
/
+3
*
Convert some TODO(3.0) comments in init.c to normal comments
Matt Caswell
2021-03-17
1
-4
/
+4
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-1
/
+2
*
Optimise OPENSSL_init_crypto
Matt Caswell
2020-12-31
1
-0
/
+38
*
Optimise OPENSSL_init_crypto to not need a lock when loading config
Matt Caswell
2020-12-24
1
-5
/
+20
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-2
/
+2
*
Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.
Randall S. Becker
2020-11-04
1
-25
/
+0
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-5
/
+5
*
STORE: Deprecate legacy / ENGINE functions
Richard Levitte
2020-09-03
1
-0
/
+3
*
Update copyright year
Richard Levitte
2020-07-16
1
-1
/
+1
*
deprecate engines in libcrypto
Pauli
2020-07-16
1
-0
/
+3
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-9
/
+9
*
Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL
Dr. David von Oheimb
2019-09-27
1
-0
/
+6
*
drbg: ensure fork-safety without using a pthread_atfork handler
Dr. Matthias St. Pierre
2019-09-11
1
-1
/
+0
*
Remove old KDF initialisation
Pauli
2019-09-06
1
-29
/
+0
*
prevent endless recursion when trace API is used within OPENSSL_init_crypto()
Dr. David von Oheimb
2019-08-20
1
-2
/
+1
*
Remove init of MACs from EVP
Richard Levitte
2019-08-15
1
-29
/
+0
*
Provide an ability to deregister thread stop handlers
Matt Caswell
2019-06-19
1
-2
/
+2
*
Standardise the function naming conventions in initthread.c
Matt Caswell
2019-06-17
1
-2
/
+2
*
Split thread intialisation and handling out of init.c
Matt Caswell
2019-06-17
1
-113
/
+6
*
Convert thread stop handling into a publish/subscribe model
Matt Caswell
2019-06-17
1
-49
/
+40
*
Move the rand_nonce_lock code into drbg_lib.c
Matt Caswell
2019-06-07
1
-0
/
+1
*
Convert drbg_lib to use OPENSSL_CTX for its global data
Matt Caswell
2019-06-07
1
-3
/
+0
*
Added EVP_KDF (similiar to the EVP_MAC)
Shane Lontis
2019-05-03
1
-0
/
+29
*
Add some TODO notes into init.c
Matt Caswell
2019-05-02
1
-0
/
+10
*
Instead of global data store it in an OPENSSL_CTX
Matt Caswell
2019-05-02
1
-3
/
+4
*
OPENSSL_init_crypto(): check config return code correctly
Richard Levitte
2019-04-05
1
-1
/
+1
*
Rework DSO API conditions and configuration option
Richard Levitte
2019-04-01
1
-6
/
+4
*
For the lack of GetModuleHandleEx(), we use DSO route for WinCE.
Soujyu Tanaka
2019-03-29
1
-2
/
+2
*
Adapt OPENSSL_INIT_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-132
/
+66
*
Deprecate the "hw" configuration options, make "padlockeng" disablable
Richard Levitte
2019-03-05
1
-2
/
+2
*
e_devcrypto: make the /dev/crypto engine dynamic
Eneas U de Queiroz
2019-02-12
1
-17
/
+17
*
More configurable crypto and ssl library initialization
Viktor Dukhovni
2019-01-07
1
-12
/
+26
*
Support _onexit() in preference to atexit() on Windows
Matt Caswell
2019-01-04
1
-2
/
+16
*
Introduce a no-pinshared option
Matt Caswell
2019-01-04
1
-2
/
+6
*
Implement OPENSSL_INIT_NO_ATEXIT
Matt Caswell
2019-01-04
1
-4
/
+32
*
Fix a RUN_ONCE bug
Matt Caswell
2019-01-04
1
-14
/
+33
*
Following the license change, modify the boilerplates in crypto/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add automatic initializations support for EVP_MAC objects
Richard Levitte
2018-10-29
1
-0
/
+25
*
crypto/init.c: improve destructor_key's portability.
Andy Polyakov
2018-08-22
1
-8
/
+11
*
crypto/init.c: use destructor_key even as guard in OPENSSL_thread_stop.
Andy Polyakov
2018-07-25
1
-19
/
+35
*
Fix memleaks in async api
Bernd Edlinger
2018-04-26
1
-2
/
+2
*
Ensure the thread keys are always allocated in the same order
Bernd Edlinger
2018-04-20
1
-15
/
+42
*
Prevent a possible recursion in ERR_get_state and fix the problem that
Bernd Edlinger
2018-04-04
1
-11
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Include "internal/dso_conf.h" where needed and appropriate
Richard Levitte
2018-03-23
1
-0
/
+1
[next]