prov: upport modified gettable/settable ctx calls for ciphers
[openssl.git] / providers / implementations / include / prov / ciphercommon.h
2021-02-26 Pauliprov: upport modified gettable/settable ctx calls for...
2021-02-18 Shane LontisFix external symbols in the provider cipher implementat...
2021-02-10 Shane LontisReplace provider cipher flags with separate param fields
2021-01-28 Richard LevitteUpdate copyright year
2021-01-18 Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2020-11-25 Matt CaswellFix RC4-MD5 based ciphersuites
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
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-18 Shane LontisAdd missing 'ossl_unused' tags to some gettable and...
2020-09-12 Pauliciphers: add FIPS error state handling
2020-08-11 Benjamin KadukSupport cipher provider "iv state"
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-07-15 Shane LontisAdd AES_CBC_CTS ciphers to providers
2020-07-06 Matt CaswellEnsure any allocated MAC is freed in the provider code
2020-07-06 Matt CaswellDecreate the length after decryption for the stitched...
2020-07-06 Matt CaswellEnsure cipher_generic_initkey gets passed the actual...
2020-07-06 Matt CaswellAdd provider support for TLS CBC padding and MAC removal
2020-06-25 Matt CaswellUpdate copyright year
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2019-12-19 Richard LevitteEVP & PROV: Fix all platform inclusions
2019-12-11 XiaokangQianOptimize AES-ECB mode in OpenSSL for both aarch64 and...
2019-12-11 Richard LevitteMove providers/common/{ciphers,digests}/* to providers...