projects
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Prevent a possible recursion in ERR_get_state and fix the problem that
[openssl.git]
/
crypto
/
init.c
2018-04-04
Bernd Edlinger
Prevent a possible recursion in ERR_get_state and fix...
blob
|
commitdiff
|
raw
2018-04-03
Rich Salz
Set error code on alloc failures
blob
|
commitdiff
|
raw
|
diff to current
2018-03-23
Richard Levitte
Include "internal/dso_conf.h" where needed and appropriate
blob
|
commitdiff
|
raw
|
diff to current
2018-03-21
Matthias Kraft
Add dladdr() for AIX
blob
|
commitdiff
|
raw
|
diff to current
2018-03-19
Kurt Roeckx
Make the public and private DRBG thread local
blob
|
commitdiff
|
raw
|
diff to current
2018-02-13
Dr. Matthias St...
OPENSSL_cleanup: cleanup secure memory
blob
|
commitdiff
|
raw
|
diff to current
2018-01-31
Benjamin Kaduk
Restore clearing of init_lock after free
blob
|
commitdiff
|
raw
|
diff to current
2018-01-31
Benjamin Kaduk
Revert the crypto "global lock" implementation
blob
|
commitdiff
|
raw
|
diff to current
2018-01-19
Richard Levitte
Copyright update of more files that have changed this...
blob
|
commitdiff
|
raw
|
diff to current
2018-01-09
David von Oheimb
Various small build improvements on mkdef.pl, progs...
blob
|
commitdiff
|
raw
|
diff to current
2017-12-08
Rich Salz
Consistent formatting for sizeof(foo)
blob
|
commitdiff
|
raw
|
diff to current
2017-10-18
Dr. Matthias St...
Fix reseeding issues of the public RAND_DRBG
blob
|
commitdiff
|
raw
|
diff to current
2017-08-31
Rich Salz
Address feedback
blob
|
commitdiff
|
raw
|
diff to current
2017-08-31
Rich Salz
Add CRYPTO_thread_glock_new
blob
|
commitdiff
|
raw
|
diff to current
2017-08-29
Pauli
Move e_os.h to be the very first include.
blob
|
commitdiff
|
raw
|
diff to current
2017-08-29
Pauli
e_os.h removal from other headers and source files.
blob
|
commitdiff
|
raw
|
diff to current
2017-08-28
Kurt Roeckx
Don't auto-instantiate a DRBG when trying to use it...
blob
|
commitdiff
|
raw
|
diff to current
2017-08-22
Rich Salz
Use "" not <> for internal/ includes
blob
|
commitdiff
|
raw
|
diff to current
2017-08-07
Rich Salz
Make RAND_DRBG fork-safe
blob
|
commitdiff
|
raw
|
diff to current
2017-08-05
Xiaoyin Liu
Fix typo in files in crypto folder
blob
|
commitdiff
|
raw
|
diff to current
2017-07-20
Rich Salz
Rename internal rand.h file
blob
|
commitdiff
|
raw
|
diff to current
2017-06-30
Rich Salz
Fix atfork flag. Avoid double-negatives :)
blob
|
commitdiff
|
raw
|
diff to current
2017-06-29
Rich Salz
Add fork handlers, based on pthread_atfork
blob
|
commitdiff
|
raw
|
diff to current
2017-06-29
Richard Levitte
Add the STORE module
blob
|
commitdiff
|
raw
|
diff to current
2017-06-28
Richard Levitte
Add new /dev/crypto engine
blob
|
commitdiff
|
raw
|
diff to current
2017-06-19
Rich Salz
Remove bsd_cryptodev engine
blob
|
commitdiff
|
raw
|
diff to current
2017-06-19
Bernd Edlinger
Fix the fall-out in 04-test_bioprint.t
blob
|
commitdiff
|
raw
|
diff to current
2017-06-09
Paul Yang
Fix a bundle of trailing spaces in several files
blob
|
commitdiff
|
raw
|
diff to current
2017-05-04
Matt Caswell
Don't leave stale errors on queue if DSO_dsobyaddr...
blob
|
commitdiff
|
raw
|
diff to current
2017-01-12
Rich Salz
Add "random malloc failure" tooling
blob
|
commitdiff
|
raw
|
diff to current
2016-11-15
Richard Levitte
Add a warning stipulating how things should be coded...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-15
Richard Levitte
Stop init loops
blob
|
commitdiff
|
raw
|
diff to current
2016-11-11
Richard Levitte
Fix the effect of no-dso in crypto/init.c
blob
|
commitdiff
|
raw
|
diff to current
2016-11-02
Matt Caswell
Implement GET_MODULE_HANDLE_EX_FLAG_PIN for windows
blob
|
commitdiff
|
raw
|
diff to current
2016-11-02
Matt Caswell
Link using -znodelete
blob
|
commitdiff
|
raw
|
diff to current
2016-11-02
Matt Caswell
Ensure that libcrypto and libssl do not unload until...
blob
|
commitdiff
|
raw
|
diff to current
2016-10-22
jrmarino
Fix support for DragonFly BSD
blob
|
commitdiff
|
raw
|
diff to current
2016-10-19
Mat
Do not set load_crypto_strings_inited when OPENSSL_NO_E...
blob
|
commitdiff
|
raw
|
diff to current
2016-08-17
Richard Levitte
Don't try to init dasync internally
blob
|
commitdiff
|
raw
|
diff to current
2016-07-20
Kurt Roeckx
Check for errors allocating the error strings.
blob
|
commitdiff
|
raw
|
diff to current
2016-07-19
Richard Levitte
Change all our uses of CRYPTO_THREAD_run_once to use...
blob
|
commitdiff
|
raw
|
diff to current
2016-07-05
Richard Levitte
Stop using and deprecate ENGINE_setup_bsd_cryptodev
blob
|
commitdiff
|
raw
|
diff to current
2016-06-14
Rich Salz
RT4562: Fix misleading doc on OPENSSL_config
blob
|
commitdiff
|
raw
|
diff to current
2016-05-17
Rich Salz
Copyright consolidation 08/10
blob
|
commitdiff
|
raw
|
diff to current
2016-05-16
Viktor Dukhovni
Fold threads.h into crypto.h making API public
blob
|
commitdiff
|
raw
|
diff to current
2016-05-10
Richard Levitte
Restore the ERR_remove_thread_state() API and make...
blob
|
commitdiff
|
raw
|
diff to current
2016-04-14
Matt Caswell
Ensure all locks are properly cleaned up
blob
|
commitdiff
|
raw
|
diff to current
2016-04-13
Dr. Stephen Henson
Remove check_defer()
blob
|
commitdiff
|
raw
|
diff to current
2016-04-13
Richard Levitte
Move a declaration that's private to libcrypto
blob
|
commitdiff
|
raw
|
diff to current
2016-04-13
Matt Caswell
Rename int_*() functions to *_int()
blob
|
commitdiff
|
raw
|
diff to current
2016-04-13
Matt Caswell
Rename lots of *_intern or *_internal function to int_*
blob
|
commitdiff
|
raw
|
diff to current
2016-04-13
Matt Caswell
Deprecate CONF_modules_free() and make it a no-op
blob
|
commitdiff
|
raw
|
diff to current
2016-04-13
Matt Caswell
Deprecate ENGINE_cleanup() and make it a no-op
blob
|
commitdiff
|
raw
|
diff to current
2016-04-13
Matt Caswell
Deprecate OBJ_cleanup() and make it a no-op
blob
|
commitdiff
|
raw
|
diff to current
2016-04-13
Matt Caswell
Deprecate EVP_cleanup() and make it a no-op
blob
|
commitdiff
|
raw
|
diff to current
2016-04-13
Matt Caswell
Deprecate BIO_sock_cleanup() and make it a no-op
blob
|
commitdiff
|
raw
|
diff to current
2016-04-13
Matt Caswell
Deprecate CRYPTO_cleanup_all_ex_data() and make it...
blob
|
commitdiff
|
raw
|
diff to current
2016-04-13
Matt Caswell
Deprecate RAND_cleanup() and make it a no-op
blob
|
commitdiff
|
raw
|
diff to current
2016-04-13
Matt Caswell
Deprecate ERR_free_strings() and make it a no-op
blob
|
commitdiff
|
raw
|
diff to current
2016-04-13
Matt Caswell
Deprecate COMP_zlib_cleanup() and make it a no-op
blob
|
commitdiff
|
raw
|
diff to current
2016-04-06
Matt Caswell
Remove some OPENSSL_NO_ASYNC guards in init
blob
|
commitdiff
|
raw
|
diff to current
2016-03-21
Matt Caswell
Fix no-sock
blob
|
commitdiff
|
raw
|
diff to current
2016-03-20
Rich Salz
Remove #error from include files.
blob
|
commitdiff
|
raw
|
diff to current
2016-03-18
Matt Caswell
Ensure that no-comp functions are flagged as such
blob
|
commitdiff
|
raw
|
diff to current
2016-03-15
Emilia Kasper
Fix CRYPTO_THREAD_run_once return value checks
blob
|
commitdiff
|
raw
|
diff to current
2016-03-15
Richard Levitte
Small typo
blob
|
commitdiff
|
raw
|
diff to current
2016-03-14
Matt Caswell
Fix the init cleanup order
blob
|
commitdiff
|
raw
|
diff to current
2016-03-14
Matt Caswell
Add some missing cleanup calls to de-init
blob
|
commitdiff
|
raw
|
diff to current
2016-03-12
Emilia Kasper
Fix memory leak in library deinit
blob
|
commitdiff
|
raw
|
diff to current
2016-03-12
Emilia Kasper
Fix no-comp build
blob
|
commitdiff
|
raw
|
diff to current
2016-03-11
Matt Caswell
Call CONF_modules_free() before ENGINE_cleanup() in...
blob
|
commitdiff
|
raw
|
diff to current
2016-03-09
Richard Levitte
Don't call ENGINE_cleanup when configured "no-engine"
blob
|
commitdiff
|
raw
|
diff to current
2016-03-09
Matt Caswell
Always call ENGINE_cleanup() in de-init
blob
|
commitdiff
|
raw
|
diff to current
2016-03-08
Alessandro Ghedini
Convert ERR_STATE to new multi-threading API
blob
|
commitdiff
|
raw
|
diff to current
2016-03-07
Matt Caswell
Remove use of CRYPTO_LOCK_INIT in init code
blob
|
commitdiff
|
raw
|
diff to current
2016-03-07
Matt Caswell
Swap the init code to use the new Thread API thread...
blob
|
commitdiff
|
raw
|
diff to current
2016-03-07
Matt Caswell
Swap the init code to use CRYPTO_ONCE
blob
|
commitdiff
|
raw
|
diff to current
2016-03-07
clucey
Rework based on feedback:
blob
|
commitdiff
|
raw
|
diff to current
2016-03-02
Matt Caswell
Ensure Async is deinited properly
blob
|
commitdiff
|
raw
|
diff to current
2016-02-18
Matt Caswell
Fix windows thread stop code
blob
|
commitdiff
|
raw
|
diff to current
2016-02-17
Rich Salz
RT4310: Fix varous no-XXX builds
blob
|
commitdiff
|
raw
|
diff to current
2016-02-17
David Woodhouse
RT4315: Fix UEFI build in crypto/init.c
blob
|
commitdiff
|
raw
|
diff to current
2016-02-14
Viktor Dukhovni
Fixes to make no-deprecated work again
blob
|
commitdiff
|
raw
|
diff to current
2016-02-11
Rich Salz
Hide OPENSSL_INIT_SETTINGS.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-10
Rich Salz
After renaming init, update errors.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-10
Matt Caswell
Attempt to log an error if init failed
blob
|
commitdiff
|
raw
|
diff to current
2016-02-10
Matt Caswell
The new init functions can now fail so shouldn't be...
blob
|
commitdiff
|
raw
|
diff to current
2016-02-10
Matt Caswell
Variable was declared static when it shouldn't be
blob
|
commitdiff
|
raw
|
diff to current
2016-02-10
Rich Salz
Rename INIT funtions, deprecate old ones.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-10
Rich Salz
No dynamic-init fix; merge goof.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-10
Rich Salz
Can't re-init after stop.
blob
|
commitdiff
|
raw
|
diff to current
2016-02-10
Matt Caswell
If we've not been inited don't deinit
blob
|
commitdiff
|
raw
|
diff to current
2016-02-09
Matt Caswell
Make some global variables static
blob
|
commitdiff
|
raw
|
diff to current
2016-02-09
Matt Caswell
NULL the thread_local_inits_st pointer after use
blob
|
commitdiff
|
raw
|
diff to current
2016-02-09
Matt Caswell
Updates for auto init/deinit review comments
blob
|
commitdiff
|
raw
|
diff to current
2016-02-09
Matt Caswell
Avoid a race condition in loading config settings
blob
|
commitdiff
|
raw
|
diff to current
2016-02-09
Matt Caswell
Add an OPENSSL_NO_AUTOERRINIT option
blob
|
commitdiff
|
raw
|
diff to current
2016-02-09
Matt Caswell
Provide a thread stop API
blob
|
commitdiff
|
raw
|
diff to current
2016-02-09
Matt Caswell
Auto init/deinit libcrypto
blob
|
commitdiff
|
raw
|
diff to current
2016-02-09
Matt Caswell
Provide framework for auto initialise/deinitialise...
blob
|
commitdiff
|
raw
|
diff to current