summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
AgeCommit message (Expand)Author
2021-03-12prov: support params argument to RCx ciphersPauli
2021-02-26prov: upport modified gettable/settable ctx calls for ciphersPauli
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-02-10Replace provider cipher flags with separate param fieldsShane Lontis
2021-01-28Update copyright yearRichard Levitte
2021-01-13Fix enable-weak-ssl-ciphersMatt Caswell
2020-10-01prov: prefix all exposed 'cipher' symbols with ossl_Pauli
2020-09-29prov: prefix provider internal functions with ossl_Pauli
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-12ciphers: add FIPS error state handlingPauli
2020-08-12provider: add the unused paramater tag to the gettable and settable functionsPauli
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-07-06Ensure any allocated MAC is freed in the provider codeMatt Caswell
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-04-23Update copyright yearMatt Caswell
2020-01-19Deprecate the low level MD5 functions.Pauli
2020-01-16Deprecate the low level RC4 functionsPauli
2019-11-11Add rc4_hmac_md5 cipher to default providerShane Lontis