hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / providers / implementations / rands / seed_src.c
2023-10-24 Matthias St. Pierrerand: fix seeding from a weak entropy source
2023-09-07 Matt CaswellCopyright year updates
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-09-21 Dmitry BelyavskiyAvoid double-free on unsuccessful getting PRNG seeding
2021-03-18 Shane LontisAdd ossl_rand symbols
2021-02-28 Pauliprov: update rand implementations to have a params...
2021-02-26 Pauliprov: update RNGs to support modified gettable/settable...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-17 PauliRNG seed: add get_entropy hook for seeding.
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2020-12-09 Paulirand: don't leak memory
2020-12-09 Paulirand seed: include lock and unlock functions.
2020-12-09 Paulirand: add a provider side seed source.