Sign in
flutter
/
third_party
/
openssl
/
653162c6005b4594327029729c0bffcf7c15d58c
/
ssl
/
ssl_init.c
dbabc86
Add a config option to disable automatic config loading
by Bernd Edlinger
· 7 years ago
2842813
Update copyright year
by Richard Levitte
· 7 years ago
d8f031e
Move the loading of the ssl_conf module to libcrypto
by Matt Caswell
· 7 years ago
0a90a68
In OPENSSL_init_ssl(), run the base ssl init before OPENSSL_init_crypto()
by Richard Levitte
· 7 years ago
bc32673
Implement Aria GCM/CCM Modes and TLS cipher suites
by Jon Spillett
· 8 years ago
b77f3ed
Convert existing usage of assert() to ossl_assert() in libssl
by Matt Caswell
· 8 years ago
380a522
Replace instances of OPENSSL_assert() with soft asserts in libssl
by Matt Caswell
· 8 years ago
a230b26
Indent ssl/
by Emilia Kasper
· 9 years ago
c2e4e5d
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
by Richard Levitte
· 9 years ago
846e33c
Copyright consolidation 01/10
by Rich Salz
· 9 years ago
5c4328f
Fold threads.h into crypto.h making API public
by Viktor Dukhovni
· 9 years ago
d064e6a
Remove OPENSSL_NO_SHA guards
by Matt Caswell
· 9 years ago
5158c76
Remove OPENSSL_NO_AES guards
by Matt Caswell
· 9 years ago
b3599db
Rename int_*() functions to *_int()
by Matt Caswell
· 9 years ago
342c21c
Rename lots of *_intern or *_internal function to int_*
by Matt Caswell
· 9 years ago
03b0e73
Deprecate SSL_COMP_free_compression_methods() and make it a no-op
by Matt Caswell
· 9 years ago
6827cb3
Deprecate ERR_free_strings() and make it a no-op
by Matt Caswell
· 9 years ago
b1f1e7a
Swap the init code to use CRYPTO_ONCE
by Matt Caswell
· 9 years ago
7253fd5
Hide OPENSSL_INIT_SETTINGS.
by Rich Salz
· 9 years ago
a462529
After renaming init, update errors.
by Rich Salz
· 9 years ago
302f758
Attempt to log an error if init failed
by Matt Caswell
· 9 years ago
0fc32b0
The new init functions can now fail so shouldn't be void
by Matt Caswell
· 9 years ago
f672aee
Rename INIT funtions, deprecate old ones.
by Rich Salz
· 9 years ago
dd27f16
Can't re-init after stop.
by Rich Salz
· 9 years ago
35d8fa5
Updates for auto init/deinit review comments
by Matt Caswell
· 9 years ago
498abff
Add an OPENSSL_NO_AUTOERRINIT option
by Matt Caswell
· 9 years ago
b184e3e
Provide framework for auto initialise/deinitialise of the library
by Matt Caswell
· 9 years ago