index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
init.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ZSTD compression support (RFC8478bis)
Todd Short
2022-10-18
1
-0
/
+2
*
Add brotli compression support (RFC7924)
Todd Short
2022-10-18
1
-0
/
+2
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-3
/
+1
*
Avoid reusing the init_lock for a different purpose
Tomas Mraz
2022-06-15
1
-5
/
+14
*
init: fix defined but unused warning/error
Pauli
2022-06-14
1
-28
/
+30
*
strcasecmp: implement strcasecmp and strncasecmp
Pauli
2022-05-23
1
-6
/
+0
*
Always try locale initialization from OPENSSL_strcasecmp
Tomas Mraz
2022-05-13
1
-16
/
+5
*
err: get rid of err_free_strings_int()
Dr. Matthias St. Pierre
2022-05-10
1
-7
/
+1
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Move ossl_deinit_casecmp to the end of OPENSSL_cleanup()
Mathias Berchtold
2022-04-26
1
-5
/
+5
*
Public API functions OPENSSL_str[n]casecmp
Dmitry Belyavskiy
2022-04-22
1
-0
/
+18
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
Prevent recursive call of OPENSSL_INIT_LOAD_CONFIG
Tomas Mraz
2021-08-05
1
-14
/
+27
*
OPENSSL_init_crypto must return 0 when cleanup was done
Tomas Mraz
2021-06-03
1
-9
/
+8
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-2
/
+2
*
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
[next]