If the first serializer we find is the desired one that's ok
[openssl.git] / crypto / rand /
2020-03-11 Patrick SteuerAES CTR-DRGB: performance improvement
2020-02-25 Dr. Matthias St... DRBG: delay initialization of DRBG method until instant...
2020-02-07 Dr. Matthias St... RAND_DRBG: add a callback data for entropy and nonce...
2020-02-06 Dr. Matthias St... Fix misspelling errors and typos reported by codespell
2020-01-29 PauliDeprecate the low level HMAC functions
2020-01-20 Matt CaswellConvert rand_bytes_ex and rand_priv_bytes_ex to public...
2020-01-20 Matt CaswellDon't register drbg_delete_thread_state twice
2020-01-15 Richard LevitteCRYPTO: Remove support for ex_data fields when building...
2020-01-07 Dr. Matthias St... Move random-related defines to "crypto/rand.h"
2019-12-11 Dr. Matthias St... rand_lib.c: fix null pointer dereferences after RAND_ge...
2019-12-11 Veres LajosFix some typos
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-02 Richard LevitteVMS: Added new method to gather entropy on VMS, based...
2019-11-02 PauliDRBG: add check for XOF so these can be disallowed...
2019-11-02 PauliDRBG: weaken the restriction on allowed digests.
2019-10-23 Rich SalzDocument "get/set-app-data" macros.
2019-10-18 Dr. Matthias St... Move random-related defines from e_os.h to rand_unix.c
2019-10-18 Dr. Matthias St... rand_unix.c: correct include guard comments
2019-10-10 Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-10-10 Richard LevitteRework how our providers are built
2019-09-30 Kurt RoeckxAdd defines for __NR_getrandom for all Linux architectures
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-19 Rich SalzAvoid ?: construct in XXXerr calls
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-11 Dr. Matthias St... drbg: fix issue where DRBG_CTR fails if NO_DF is used...
2019-09-11 Dr. Matthias St... drbg: add fork id to additional data on UNIX systems
2019-09-11 Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-09-10 Bernd EdlingerFix a potential crash in rand_unix.c
2019-09-10 Bernd EdlingerFix a strict warnings error in rand_pool_acquire_entropy
2019-09-09 Bernd EdlingerFix build with VS2008
2019-09-05 Bernd EdlingerCleanup includes in rand_unix.c
2019-09-04 Richard LevitteNew function EVP_CIPHER_free()
2019-09-04 Richard LevitteNew function EVP_MD_free()
2019-09-01 Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
2019-08-29 PauliFix NITs in comments and CHANGES for DEVRANDOM seeded...
2019-08-24 PauliAvoid overflowing FDSET when using select(2).
2019-08-21 Richard LevitteFix drbg_ossl_ctx_free() and drbg_nonce_ossl_ctx_free...
2019-08-20 PauliStart up DEVRANDOM entropy improvement for older Linux...
2019-08-19 Bernd EdlingerAdd a fallback definition for __NR_getrandom for x86...
2019-08-19 Bernd EdlingerAdd a fallback definition for __NR_getrandom for ARM...
2019-08-14 opensslonzos-githubAdd missing EBCDIC strings
2019-07-23 PauliMake rand_pool buffers more dynamic in their sizing.
2019-07-22 Bernd EdlingerAllocate DRBG additional data pool from non-secure...
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-02 Matt CaswellProvide rand_bytes_ex and rand_priv_bytes_ex
2019-07-02 Antoine CœurFix Typos
2019-07-01 Rich SalzRemove NextStep support
2019-06-28 Matt CaswellChange the DRBG HMAC implementation to lookup allowed...
2019-06-28 Matt CaswellChange the DRBG HASH implementation to lookup all allow...
2019-06-28 Matt CaswellMake the RAND code available from inside the FIPS module
2019-06-19 Rebecca CranFix UEFI build on FreeBSD by not including system headers
2019-06-19 Matt CaswellProvide an ability to deregister thread stop handlers
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Matt CaswellConvert thread stop handling into a publish/subscribe...
2019-06-09 Dr. Matthias St... Revert the DEVRANDOM_WAIT feature
2019-06-07 Matt CaswellMove the rand_nonce_lock code into drbg_lib.c
2019-06-07 Matt CaswellMake the rand_crng code OPENSSL_CTX aware
2019-06-07 Matt CaswellConvert drbg_lib to use OPENSSL_CTX for its global...
2019-05-10 Dr. Matthias St... Ignore entropy from RAND_add()/RAND_seed() in FIPS...
2019-05-02 Klotz, TobiasUse vxRandLib for VxWorks7
2019-04-30 PauliSquashed commit of the following:
2019-04-20 PauliFix bug in entropy gathering.
2019-04-12 PauliAdd prediction resistance capability to the DRBG reseed...
2019-04-10 PauliReseeding without derivation function is not supported...
2019-04-02 Richard LevitteRevert "crypto/rand/rand_win.c: include "e_os.h" to...
2019-04-02 Dr. Matthias St... rand_win.c: loosen version requirements for BCryptGenRandom
2019-04-02 Richard Levittecrypto/rand/rand_win.c: include "e_os.h" to get the...
2019-03-29 PauliClear seed source structures.
2019-03-29 Soujyu TanakaCircumvent a problem of lacking GetEnvironmentVariable...
2019-03-29 PauliAdd the FIPS related continuous random number generator...
2019-03-28 PauliFix broken change from b3d113e.
2019-03-22 PauliCosmetic rand/drbg changes.
2019-03-15 Dr. Matthias St... VMS: only use the high precision on VMS v8.4 and up
2019-03-01 Bernd EdlingerFix seeding from random device w/o getrandom syscall
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-11-09 Bernd EdlingerFix issues with do_rand_init/rand_cleanup_int
2018-11-08 Dr. Matthias St... rand_unix.c: open random devices on first use only
2018-11-08 Dr. Matthias St... Test: link drbgtest statically against libcrypto
2018-11-07 PauliAdd missing RAND initialisation call.
2018-11-07 Bernd EdlingerRename the rand_drbg_st data member "pool" to "seed_pool"
2018-11-05 Bernd EdlingerFix error handling in RAND_DRBG_uninstantiate
2018-11-05 Bernd EdlingerFix error handling in rand_drbg_new
2018-11-05 Bernd EdlingerFix error handling in RAND_DRBG_set
2018-10-31 Bernd EdlingerAvoid two memory allocations in each RAND_DRBG_bytes
2018-10-30 Bernd EdlingerFix a race condition in drbg_add
2018-10-29 Bernd EdlingerRework and simplify resource flow in drbg_add
2018-10-28 Dr. Matthias St... randfile.c: fix a Coverity warning
2018-10-28 Dr. Matthias St... drbg_lib: avoid NULL pointer dereference in drbg_add
2018-10-26 Bernd EdlingerFix data race in RAND_DRBG_generate
2018-10-26 Bernd EdlingerFix a possible crash in rand_drbg_get_entropy
2018-10-26 Dr. Matthias St... RAND_add()/RAND_seed(): fix failure on short input...
2018-10-26 Dr. Matthias St... RAND_load_file(): avoid adding small chunks to RAND_add()
2018-10-26 Dr. Matthias St... RAND_load_file(): return error if reseeding failed
2018-10-23 Richard LevitteRAND: ensure INT32_MAX is defined
2018-10-22 Dr. Matthias St... RAND_add(): fix heap corruption in error path
2018-10-16 Dr. Matthias St... DRBG: fix reseeding via RAND_add()/RAND_seed() with...
next