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
/
ssl
/
ssl_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
err: get rid of err_free_strings_int()
Dr. Matthias St. Pierre
2022-05-10
1
-13
/
+1
*
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
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-2
/
+2
*
Modify the ERR init functions to use the internal ERR string loaders
Richard Levitte
2020-11-24
1
-2
/
+3
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-1
/
+1
*
Providerized libssl fallout: cleanup init
Benjamin Kaduk
2020-07-11
1
-61
/
+0
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Explicitly fetch ciphers and digests in libssl
Matt Caswell
2020-02-06
1
-4
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Prepare EVP_MAC infrastructure for moving all MACs to providers
Richard Levitte
2019-08-15
1
-2
/
+1
*
Adapt OPENSSL_INIT_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-24
/
+9
*
More configurable crypto and ssl library initialization
Viktor Dukhovni
2019-01-07
1
-6
/
+7
*
Fix a RUN_ONCE bug
Matt Caswell
2019-01-04
1
-2
/
+4
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add automatic initializations support for EVP_MAC objects
Richard Levitte
2018-10-29
1
-1
/
+2
*
Fix setting of ssl_strings_inited.
Rich Salz
2018-08-07
1
-1
/
+1
*
Add a config option to disable automatic config loading
Bernd Edlinger
2018-04-17
1
-0
/
+2
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Move the loading of the ssl_conf module to libcrypto
Matt Caswell
2018-04-05
1
-4
/
+6
*
In OPENSSL_init_ssl(), run the base ssl init before OPENSSL_init_crypto()
Richard Levitte
2017-12-08
1
-3
/
+3
*
Implement Aria GCM/CCM Modes and TLS cipher suites
Jon Spillett
2017-08-30
1
-0
/
+4
*
Convert existing usage of assert() to ossl_assert() in libssl
Matt Caswell
2017-05-22
1
-1
/
+0
*
Replace instances of OPENSSL_assert() with soft asserts in libssl
Matt Caswell
2017-05-22
1
-1
/
+2
*
Indent ssl/
Emilia Kasper
2016-08-18
1
-16
/
+14
*
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
Richard Levitte
2016-07-19
1
-9
/
+10
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-53
/
+5
*
Fold threads.h into crypto.h making API public
Viktor Dukhovni
2016-05-16
1
-1
/
+0
*
Remove OPENSSL_NO_SHA guards
Matt Caswell
2016-04-13
1
-2
/
+0
*
Remove OPENSSL_NO_AES guards
Matt Caswell
2016-04-13
1
-2
/
+0
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-5
/
+5
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-5
/
+5
*
Deprecate SSL_COMP_free_compression_methods() and make it a no-op
Matt Caswell
2016-04-13
1
-2
/
+2
*
Deprecate ERR_free_strings() and make it a no-op
Matt Caswell
2016-04-13
1
-5
/
+6
*
Swap the init code to use CRYPTO_ONCE
Matt Caswell
2016-03-07
1
-84
/
+13
*
Hide OPENSSL_INIT_SETTINGS.
Rich Salz
2016-02-11
1
-0
/
+1
*
After renaming init, update errors.
Rich Salz
2016-02-10
1
-1
/
+1
*
Attempt to log an error if init failed
Matt Caswell
2016-02-10
1
-1
/
+13
*
The new init functions can now fail so shouldn't be void
Matt Caswell
2016-02-10
1
-5
/
+8
*
Rename INIT funtions, deprecate old ones.
Rich Salz
2016-02-10
1
-5
/
+4
*
Can't re-init after stop.
Rich Salz
2016-02-10
1
-9
/
+11
*
Updates for auto init/deinit review comments
Matt Caswell
2016-02-09
1
-10
/
+1
*
Add an OPENSSL_NO_AUTOERRINIT option
Matt Caswell
2016-02-09
1
-2
/
+8
*
Provide framework for auto initialise/deinitialise of the library
Matt Caswell
2016-02-09
1
-0
/
+320