hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / providers / implementations / rands / drbg_hash.c
2024-04-09 Richard LevitteCopyright year updates
2024-04-02 Jiasheng Jiangrands/drbg_hash.c: Add checks for the EVP_MD_get_size()
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-15 Dimitri PapadopoulosFix typos found by codespell
2023-06-01 Matt CaswellEnable obtaining certain DRBG params without a lock
2023-06-01 Matt CaswellRefactor the DRBG implementations to manage locking...
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-03-28 PauliDRBG: restrict the digests that can be used with HMAC...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-10-28 x2018fix some code with obvious wrong coding style
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
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 Paulirand: update DRBGs to use the get_entropy call for...
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
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-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-23 Dr. Matthias St... drbg: revert renamings of the generate and reseed counter
2020-09-23 Paulidrbg: gettable parameters for cipher/digest/mac type.
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-08 Dr. Matthias St... rand: fix typo in parameter name
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-06-25 Matt CaswellUpdate copyright year
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 Dr. Matthias St... rand: move drbg_{ctr,hash,hmac}.c without change to...