Sign in
flutter
/
third_party
/
openssl
/
07518cfb3883d1b6ad1d5a413c78a848b6e51177
/
ssl
/
ssl_init.c
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