]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/ciphers/ciphercommon.c
Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarity
[thirdparty/openssl.git] / providers / implementations / ciphers / ciphercommon.c
2021-01-18  Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2021-01-07  Matt CaswellUpdate copyright year
2021-01-06  Matt CaswellOnly perform special TLS handling if TLS has been confi...
2020-11-25  Matt CaswellFix RC4-MD5 based ciphersuites
2020-11-25  Matt CaswellEnsure Stream ciphers know how to remove a TLS MAC
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-01  Pauliprov: prefix all exposed 'cipher' symbols with ossl_
2020-09-12  Pauliciphers: add FIPS error state handling
2020-08-11  Pauliprovider: add the unused paramater tag to the gettable...
2020-08-11  Benjamin KadukSupport cipher provider "iv state"
2020-08-06  Pauligettables: provider changes to pass the provider context.
2020-08-04  Shane LontisFix provider cipher reinit after init/update with a...
2020-07-22  Shane LontisFix provider cipher reinit issue
2020-07-06  Matt CaswellEnsure TLS padding is added during encryption on the...
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 CaswellAdd provider support for TLS CBC padding and MAC removal
2020-04-23  Matt CaswellUpdate copyright year
2020-03-08  Kurt RoeckxImprove small block cipher performance
2020-01-10  Shane LontisAdd GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GC...
2019-12-11  Richard LevitteMove providers/common/{ciphers,digests}/* to providers...