projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add weak platform independent PRNG to test framework.
[oweals/openssl.git]
/
crypto
/
init.c
2019-06-19
Matt Caswell
Provide an ability to deregister thread stop handlers
blob
|
commitdiff
|
raw
2019-06-17
Matt Caswell
Standardise the function naming conventions in initthread.c
blob
|
commitdiff
|
raw
|
diff to current
2019-06-17
Matt Caswell
Split thread intialisation and handling out of init.c
blob
|
commitdiff
|
raw
|
diff to current
2019-06-17
Matt Caswell
Convert thread stop handling into a publish/subscribe...
blob
|
commitdiff
|
raw
|
diff to current
2019-06-07
Matt Caswell
Move the rand_nonce_lock code into drbg_lib.c
blob
|
commitdiff
|
raw
|
diff to current
2019-06-07
Matt Caswell
Convert drbg_lib to use OPENSSL_CTX for its global...
blob
|
commitdiff
|
raw
|
diff to current
2019-05-03
Shane Lontis
Added EVP_KDF (similiar to the EVP_MAC)
blob
|
commitdiff
|
raw
|
diff to current
2019-05-02
Matt Caswell
Add some TODO notes into init.c
blob
|
commitdiff
|
raw
|
diff to current
2019-05-02
Matt Caswell
Instead of global data store it in an OPENSSL_CTX
blob
|
commitdiff
|
raw
|
diff to current
2019-04-05
Richard Levitte
OPENSSL_init_crypto(): check config return code correctly
blob
|
commitdiff
|
raw
|
diff to current
2019-04-01
Richard Levitte
Rework DSO API conditions and configuration option
blob
|
commitdiff
|
raw
|
diff to current
2019-03-29
Soujyu Tanaka
For the lack of GetModuleHandleEx(), we use DSO route...
blob
|
commitdiff
|
raw
|
diff to current
2019-03-06
Richard Levitte
Adapt OPENSSL_INIT_DEBUG to the new generic trace API
blob
|
commitdiff
|
raw
|
diff to current
2019-03-05
Richard Levitte
Deprecate the "hw" configuration options, make "padlock...
blob
|
commitdiff
|
raw
|
diff to current
2019-02-12
Eneas U de Queiroz
e_devcrypto: make the /dev/crypto engine dynamic
blob
|
commitdiff
|
raw
|
diff to current
2019-01-07
Viktor Dukhovni
More configurable crypto and ssl library initialization
blob
|
commitdiff
|
raw
|
diff to current
2019-01-04
Matt Caswell
Support _onexit() in preference to atexit() on Windows
blob
|
commitdiff
|
raw
|
diff to current
2019-01-04
Matt Caswell
Introduce a no-pinshared option
blob
|
commitdiff
|
raw
|
diff to current
2019-01-04
Matt Caswell
Implement OPENSSL_INIT_NO_ATEXIT
blob
|
commitdiff
|
raw
|
diff to current
2019-01-04
Matt Caswell
Fix a RUN_ONCE bug
blob
|
commitdiff
|
raw
|
diff to current
2018-12-06
Richard Levitte
Following the license change, modify the boilerplates...
blob
|
commitdiff
|
raw
|
diff to current
2018-10-29
Richard Levitte
Add automatic initializations support for EVP_MAC objects
blob
|
commitdiff
|
raw
|
diff to current
2018-08-22
Andy Polyakov
crypto/init.c: improve destructor_key's portability.
blob
|
commitdiff
|
raw
|
diff to current
2018-07-25
Andy Polyakov
crypto/init.c: use destructor_key even as guard in...
blob
|
commitdiff
|
raw
|
diff to current
2018-04-26
Bernd Edlinger
Fix memleaks in async api
blob
|
commitdiff
|
raw
|
diff to current
2018-04-20
Bernd Edlinger
Ensure the thread keys are always allocated in the...
blob
|
commitdiff
|
raw
|
diff to current
2018-04-04
Bernd Edlinger
Prevent a possible recursion in ERR_get_state and fix...
blob
|
commitdiff
|
raw
|
diff to current
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
next