summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_aes_siv.c
AgeCommit message (Expand)Author
2021-05-28Fix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_paramsShane Lontis
2021-03-12support params argument to AES cipher init callsPauli
2021-02-26prov: upport modified gettable/settable ctx calls for ciphersPauli
2021-02-18Update copyright yearMatt Caswell
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-02-10Replace provider cipher flags with separate param fieldsShane Lontis
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
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-22Fix provider cipher reinit issueShane Lontis
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-04-23Update copyright yearMatt Caswell
2020-01-06Deprecate the low level AES functionsMatt Caswell
2019-12-11Move providers/common/{ciphers,digests}/* to providers/implementationsRichard Levitte
2019-11-29Make sure we handle input NULL with length 0Matt Caswell
2019-11-19Fix the issue that aes-xxx-siv algorithms failed in OpenSSL speed testXiaokang Qian
2019-11-08Add AES SIV ciphers to default providerShane Lontis