Bernd Edlinger
|
dbabc86296
Add a config option to disable automatic config loading
|
6 éve |
Richard Levitte
|
28428130db
Update copyright year
|
6 éve |
Matt Caswell
|
d8f031e890
Move the loading of the ssl_conf module to libcrypto
|
6 éve |
Richard Levitte
|
0a90a6831e
In OPENSSL_init_ssl(), run the base ssl init before OPENSSL_init_crypto()
|
7 éve |
Jon Spillett
|
bc32673869
Implement Aria GCM/CCM Modes and TLS cipher suites
|
7 éve |
Matt Caswell
|
b77f3ed171
Convert existing usage of assert() to ossl_assert() in libssl
|
7 éve |
Matt Caswell
|
380a522f68
Replace instances of OPENSSL_assert() with soft asserts in libssl
|
7 éve |
Emilia Kasper
|
a230b26e09
Indent ssl/
|
8 éve |
Richard Levitte
|
c2e4e5d248
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
|
8 éve |
Rich Salz
|
846e33c729
Copyright consolidation 01/10
|
8 éve |
Viktor Dukhovni
|
5c4328f04f
Fold threads.h into crypto.h making API public
|
8 éve |
Matt Caswell
|
d064e6ab52
Remove OPENSSL_NO_SHA guards
|
8 éve |
Matt Caswell
|
5158c763f5
Remove OPENSSL_NO_AES guards
|
8 éve |
Matt Caswell
|
b3599dbb6a
Rename int_*() functions to *_int()
|
8 éve |
Matt Caswell
|
342c21cd8b
Rename lots of *_intern or *_internal function to int_*
|
8 éve |
Matt Caswell
|
03b0e73555
Deprecate SSL_COMP_free_compression_methods() and make it a no-op
|
8 éve |
Matt Caswell
|
6827cb3610
Deprecate ERR_free_strings() and make it a no-op
|
8 éve |
Matt Caswell
|
b1f1e7aeba
Swap the init code to use CRYPTO_ONCE
|
8 éve |
Rich Salz
|
7253fd550c
Hide OPENSSL_INIT_SETTINGS.
|
8 éve |
Rich Salz
|
a4625290c3
After renaming init, update errors.
|
8 éve |
Matt Caswell
|
302f75887e
Attempt to log an error if init failed
|
8 éve |
Matt Caswell
|
0fc32b0718
The new init functions can now fail so shouldn't be void
|
8 éve |
Rich Salz
|
f672aee494
Rename INIT funtions, deprecate old ones.
|
8 éve |
Rich Salz
|
dd27f16e9a
Can't re-init after stop.
|
8 éve |
Matt Caswell
|
35d8fa563c
Updates for auto init/deinit review comments
|
8 éve |
Matt Caswell
|
498abff0ae
Add an OPENSSL_NO_AUTOERRINIT option
|
8 éve |
Matt Caswell
|
b184e3ef73
Provide framework for auto initialise/deinitialise of the library
|
8 éve |