Fix grammar in certificates.txt
[openssl.git] / crypto / rand / drbg_hmac.c
2020-06-24 Dr. Matthias St... rand: move drbg_{ctr,hash,hmac}.c without change to...
2020-04-23 Matt CaswellUpdate copyright year
2020-01-29 PauliDeprecate the low level HMAC functions
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-10 Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-04 Richard LevitteNew function EVP_MD_free()
2019-06-28 Matt CaswellChange the DRBG HMAC implementation to lookup allowed...
2019-06-28 Matt CaswellMake the RAND code available from inside the FIPS module
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-16 Dr. Matthias St... DRBG: fix reseeding via RAND_add()/RAND_seed() with...
2018-09-27 Shane LontisAdded DRBG_HMAC & DRBG_HASH + Added defaults for settin...