index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
init.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make RAND_DRBG fork-safe
Rich Salz
2017-08-07
1
-0
/
+1
*
Fix typo in files in crypto folder
Xiaoyin Liu
2017-08-05
1
-2
/
+2
*
Rename internal rand.h file
Rich Salz
2017-07-20
1
-1
/
+1
*
Fix atfork flag. Avoid double-negatives :)
Rich Salz
2017-06-30
1
-1
/
+1
*
Add fork handlers, based on pthread_atfork
Rich Salz
2017-06-29
1
-0
/
+29
*
Add the STORE module
Richard Levitte
2017-06-29
1
-0
/
+2
*
Add new /dev/crypto engine
Richard Levitte
2017-06-28
1
-0
/
+17
*
Remove bsd_cryptodev engine
Rich Salz
2017-06-19
1
-19
/
+0
*
Fix the fall-out in 04-test_bioprint.t
Bernd Edlinger
2017-06-19
1
-2
/
+10
*
Fix a bundle of trailing spaces in several files
Paul Yang
2017-06-09
1
-1
/
+1
*
Don't leave stale errors on queue if DSO_dsobyaddr() fails
Matt Caswell
2017-05-04
1
-1
/
+5
*
Add "random malloc failure" tooling
Rich Salz
2017-01-12
1
-0
/
+3
*
Add a warning stipulating how things should be coded in ossl_init_base
Richard Levitte
2016-11-15
1
-0
/
+7
*
Stop init loops
Richard Levitte
2016-11-15
1
-1
/
+1
*
Fix the effect of no-dso in crypto/init.c
Richard Levitte
2016-11-11
1
-2
/
+2
*
Implement GET_MODULE_HANDLE_EX_FLAG_PIN for windows
Matt Caswell
2016-11-03
1
-8
/
+43
*
Link using -znodelete
Matt Caswell
2016-11-03
1
-1
/
+5
*
Ensure that libcrypto and libssl do not unload until the process exits
Matt Caswell
2016-11-03
1
-0
/
+31
*
Fix support for DragonFly BSD
jrmarino
2016-10-22
1
-2
/
+2
*
Do not set load_crypto_strings_inited when OPENSSL_NO_ERR is defined
Mat
2016-10-19
1
-1
/
+1
*
Don't try to init dasync internally
Richard Levitte
2016-08-17
1
-14
/
+1
*
Check for errors allocating the error strings.
Kurt Roeckx
2016-07-20
1
-2
/
+3
*
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
Richard Levitte
2016-07-19
1
-49
/
+61
*
Stop using and deprecate ENGINE_setup_bsd_cryptodev
Richard Levitte
2016-07-05
1
-10
/
+0
*
RT4562: Fix misleading doc on OPENSSL_config
Rich Salz
2016-06-14
1
-4
/
+4
*
Copyright consolidation 08/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
*
Restore the ERR_remove_thread_state() API and make it a no-op
Richard Levitte
2016-05-10
1
-2
/
+2
*
Ensure all locks are properly cleaned up
Matt Caswell
2016-04-14
1
-3
/
+7
*
Remove check_defer()
Dr. Stephen Henson
2016-04-13
1
-1
/
+3
*
Move a declaration that's private to libcrypto
Richard Levitte
2016-04-13
1
-0
/
+1
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-48
/
+48
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-47
/
+47
*
Deprecate CONF_modules_free() and make it a no-op
Matt Caswell
2016-04-13
1
-4
/
+4
*
Deprecate ENGINE_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-4
/
+4
*
Deprecate OBJ_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-2
/
+3
*
Deprecate EVP_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-2
/
+2
*
Deprecate BIO_sock_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-2
/
+3
*
Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-op
Matt Caswell
2016-04-13
1
-2
/
+2
*
Deprecate RAND_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-5
/
+5
*
Deprecate ERR_free_strings() and make it a no-op
Matt Caswell
2016-04-13
1
-2
/
+2
*
Deprecate COMP_zlib_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-3
/
+3
*
Remove some OPENSSL_NO_ASYNC guards in init
Matt Caswell
2016-04-06
1
-8
/
+1
*
Fix no-sock
Matt Caswell
2016-03-21
1
-0
/
+2
*
Remove #error from include files.
Rich Salz
2016-03-21
1
-4
/
+0
*
Ensure that no-comp functions are flagged as such
Matt Caswell
2016-03-18
1
-0
/
+2
*
Fix CRYPTO_THREAD_run_once return value checks
Emilia Kasper
2016-03-15
1
-4
/
+4
*
Small typo
Richard Levitte
2016-03-15
1
-1
/
+1
*
Fix the init cleanup order
Matt Caswell
2016-03-14
1
-14
/
+21
*
Add some missing cleanup calls to de-init
Matt Caswell
2016-03-14
1
-0
/
+2
[prev]
[next]