summaryrefslogtreecommitdiffstats
path: root/providers/implementations/include/prov/ciphercommon.h
AgeCommit message (Expand)Author
2021-06-08Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis
2021-03-03Remove unused MAX_TLS_MAC_SIZE defineTomas Mraz
2021-02-26prov: upport modified gettable/settable ctx calls for ciphersPauli
2021-02-18Fix external symbols in the provider cipher implementations.Shane Lontis
2021-02-10Replace provider cipher flags with separate param fieldsShane Lontis
2021-01-28Update copyright yearRichard Levitte
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz
2020-11-25Fix RC4-MD5 based ciphersuitesMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. 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-18Add missing 'ossl_unused' tags to some gettable and settable methods.Shane Lontis
2020-09-12ciphers: add FIPS error state handlingPauli
2020-08-11Support cipher provider "iv state"Benjamin Kaduk
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis
2020-07-06Ensure any allocated MAC is freed in the provider codeMatt Caswell
2020-07-06Decreate the length after decryption for the stitched ciphersMatt Caswell
2020-07-06Ensure cipher_generic_initkey gets passed the actual provider ctxMatt Caswell
2020-07-06Add provider support for TLS CBC padding and MAC removalMatt Caswell
2020-06-25Update copyright yearMatt Caswell
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2019-12-19EVP & PROV: Fix all platform inclusionsRichard Levitte
2019-12-11Optimize AES-ECB mode in OpenSSL for both aarch64 and aarch32XiaokangQian
2019-12-11Move providers/common/{ciphers,digests}/* to providers/implementationsRichard Levitte