index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_init.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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