hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / providers / implementations / rands / drbg_local.h
2024-04-09 Richard LevitteCopyright year updates
2024-02-09 Tomas MrazFix memory leaks on error cases during drbg initializations
2023-09-17 Dimitri PapadopoulosFix new typos found by codespell
2023-09-07 Matt CaswellCopyright year updates
2023-06-01 Matt CaswellEnable obtaining certain DRBG params without a lock
2023-06-01 Matt CaswellRefactor the DRBG implementations to manage locking...
2023-03-28 PauliDRBG: restrict the digests that can be used with HMAC...
2022-11-30 slontisImplement deterministic ECDSA sign (RFC6979)
2022-09-09 Todd ShortCleanup EBCDIC string defintions
2021-02-18 Matt CaswellUpdate copyright year
2021-02-17 Paulirand: update DRBGs to use the get_entropy call for...
2020-11-19 Pauliprov: move the entropy source out of the FIPS provider
2020-11-18 PauliRename internal drbg_ functions so they have an ossl_...
2020-11-18 PauliProvide side RNG functions renamed to have an ossl_...
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-23 Dr. Matthias St... drbg: revert renamings of the generate and reseed counter
2020-08-08 Dr. Matthias St... rand: fix typo in parameter name
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24 Paulirand: set up EVP and DRBG infrastructure for RAND from...