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
*
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