hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / providers / implementations / ciphers / cipher_rc4_hmac_md5.c
2023-09-12 Neil HormanAdd dupctx support to rc4_hmac_md5 algo
2023-09-07 Matt CaswellCopyright year updates
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-05-03 Matt CaswellUpdate copyright year
2022-05-03 Matt CaswellFix the RC4-MD5 cipher
2021-03-11 Pauliprov: support params argument to RCx ciphers
2021-02-26 Pauliprov: upport modified gettable/settable ctx calls for...
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-10 Shane LontisReplace provider cipher flags with separate param fields
2021-01-28 Richard LevitteUpdate copyright year
2021-01-13 Matt CaswellFix enable-weak-ssl-ciphers
2020-10-01 Pauliprov: prefix all exposed 'cipher' symbols with ossl_
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-12 Pauliciphers: add FIPS error state handling
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-07-06 Matt CaswellEnsure any allocated MAC is freed in the provider code
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-04-23 Matt CaswellUpdate copyright year
2020-01-19 PauliDeprecate the low level MD5 functions.
2020-01-15 PauliDeprecate the low level RC4 functions
2019-11-11 Shane LontisAdd rc4_hmac_md5 cipher to default provider