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
*
crypto/init.c: improve destructor_key's portability.
Andy Polyakov
2018-08-22
1
-8
/
+11
*
crypto/init.c: use destructor_key even as guard in OPENSSL_thread_stop.
Andy Polyakov
2018-07-25
1
-19
/
+35
*
Fix memleaks in async api
Bernd Edlinger
2018-04-26
1
-2
/
+2
*
Ensure the thread keys are always allocated in the same order
Bernd Edlinger
2018-04-20
1
-15
/
+42
*
Prevent a possible recursion in ERR_get_state and fix the problem that
Bernd Edlinger
2018-04-04
1
-11
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Include "internal/dso_conf.h" where needed and appropriate
Richard Levitte
2018-03-23
1
-0
/
+1
*
Add dladdr() for AIX
Matthias Kraft
2018-03-21
1
-0
/
+15
*
Make the public and private DRBG thread local
Kurt Roeckx
2018-03-19
1
-0
/
+16
*
OPENSSL_cleanup: cleanup secure memory
Dr. Matthias St. Pierre
2018-02-13
1
-0
/
+2
*
Restore clearing of init_lock after free
Benjamin Kaduk
2018-01-31
1
-0
/
+1
*
Revert the crypto "global lock" implementation
Benjamin Kaduk
2018-01-31
1
-81
/
+1
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
Various small build improvements on mkdef.pl, progs.pl, crypto/init.c, crypto...
David von Oheimb
2018-01-09
1
-1
/
+1
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-1
/
+1
*
Fix reseeding issues of the public RAND_DRBG
Dr. Matthias St. Pierre
2017-10-18
1
-1
/
+1
*
Address feedback
Rich Salz
2017-09-01
1
-25
/
+35
*
Add CRYPTO_thread_glock_new
Rich Salz
2017-09-01
1
-2
/
+72
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-0
/
+1
*
Don't auto-instantiate a DRBG when trying to use it and it's not
Kurt Roeckx
2017-08-28
1
-0
/
+1
*
Use "" not <> for internal/ includes
Rich Salz
2017-08-22
1
-14
/
+14
*
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
[next]