Move libssl related defines used by fips provider to prov_ssl.h
[openssl.git] / providers / implementations / ciphers / ciphercommon.c
2021-06-04 Tomas MrazMove libssl related defines used by fips provider to...
2021-06-01 Shane LontisFix aes cfb1 so that it can operate in bit mode.
2021-05-28 Shane LontisFix incorrect gettable OSSL_CIPHER_PARAM_TLS_MAC parameter
2021-04-12 Tomas MrazAlways reset IV for CBC, OFB, and CFB mode on cipher...
2021-04-08 PauliRevert "Fix AES-CBC perf test failure issue"
2021-04-07 Fangming.FangFix AES-CBC perf test failure issue
2021-03-11 Pauliprov: support params argument to common cipher init...
2021-03-11 Pauliprov: support params argument to RCx ciphers
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-11 Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-10 Shane LontisReplace provider cipher flags with separate param fields
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...