]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/include/prov/ciphercommon.h
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[thirdparty/openssl.git] / providers / implementations / include / prov / ciphercommon.h
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...