Clean away unnecessary length related OSSL_PARAM key names
[openssl.git] / crypto / rand /
2021-01-14 Matt CaswellEnable locking on the primary DRBG when we create it
2020-12-09 Paulirand: allow seed-src to be missing
2020-12-09 Paulirand: add a provider side seed source.
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-19 Pauliprov: move the entropy source out of the FIPS provider
2020-11-19 Paulirand: move the entropy source out of the FIPS provider
2020-11-19 Paulidoc: Documentation changes for moving the entropy sourc...
2020-11-18 PauliProvide side RNG functions renamed to have an ossl_...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-24 Richard LevitteUse OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEM
2020-09-23 PauliAdd a "random" configuration section.
2020-09-12 Randall S. BeckerNonStop port updates for 3.0.0.
2020-08-28 Paulirand: instantiate the DRBGs upon first use.
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
2020-07-22 Dr. Matthias St... Fix: uninstantiation breaks the RAND_DRBG callback...
2020-07-16 Richard LevitteUpdate copyright year
2020-07-16 Paulideprecate engines in libcrypto
2020-07-15 aSoujyuTanakaEnable WinCE build without deceiving _MSC_VER.
2020-07-14 PauliDRBG: rename the DRBG taxonomy.
2020-06-24 Paulievp_rand: documentation
2020-06-24 Paulifips rand: DRBG KAT self test updates to provider model.
2020-06-24 PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24 Dr. Matthias St... rand: move drbg_{ctr,hash,hmac}.c without change to...
2020-06-24 Dr. Matthias St... rand: move rand_{unix,vms,vxworks,win}.c without change...
2020-06-24 PauliCRNGT: continuous DRBG tests for providers
2020-06-24 PauliMove CRNG test to providers
2020-06-24 Paulirand: core APIs for provider friendly random.
2020-06-03 Bernd EdlingerFix a buffer overflow in drbg_ctr_generate
2020-05-20 Bernd EdlingerFix egd and devrandom source configs
2020-05-15 Matt CaswellUpdate copyright year
2020-05-04 niarand_unix.c: Ensure requests to KERN_ARND don't exceed...
2020-05-04 niarand_unix.c: Only enable hack for old FreeBSD versions...
2020-05-04 niarand_unix.c: Include correct headers for sysctl() on...
2020-04-29 Shourya ShuklaAmend references to "OpenSSL license"
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-04-16 Rich SalzPut sys-specific files in build.info
2020-04-16 Rich SalzUse build.info, not ifdef for crypto modules
2020-04-08 Patrick SteuerAES CTR-DRGB: do not leak timing information
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
next