]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/rands/drbg_hmac.c
Update copyright year
[thirdparty/openssl.git] / providers / implementations / rands / drbg_hmac.c
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  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-07-16  Richard LevitteDRBG: Fix the renamed functions after the EVP_MAC name...
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...