prov: update gmac to have additional init arguments
[openssl.git] / providers / implementations / ciphers /
2021-02-26 Pauliprov: upport modified gettable/settable ctx calls for...
2021-02-18 Matt CaswellUpdate copyright year
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-28 Juergen ChristFix cipher reinit on s390x if no key is specified
2021-01-28 Richard LevitteUpdate copyright year
2021-01-18 Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2021-01-13 Tomas Mrazchacha20: Properly reinitialize the cipher context...
2021-01-13 Matt CaswellFix enable-weak-ssl-ciphers
2021-01-07 Matt CaswellUpdate copyright year
2021-01-06 Matt CaswellOnly perform special TLS handling if TLS has been confi...
2020-12-14 Shane LontisChange AES-CTS modes CS2 and CS3 to also be inside...
2020-12-03 Pauliremove unused assignments
2020-11-30 Matt CaswellFix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_...
2020-11-30 Matt CaswellFix instances of pointer addition with the NULL pointer
2020-11-25 Matt CaswellFix RC4-MD5 based ciphersuites
2020-11-25 Matt CaswellEnsure Stream ciphers know how to remove a TLS MAC
2020-11-11 Richard LevitteConvert all {NAME}err() in providers/ to their correspo...
2020-11-05 Matt CaswellUpdate copyright year
2020-11-01 Shane LontisAdd AES KW inverse ciphers to the EVP layer
2020-10-27 Shane LontisFix sparc t4 build error 'undefined symbol: cipher_hw_g...
2020-10-20 XiaokangQianFix Aes-xts potential failure on aarch64
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
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-10-01 Pauliprov: prefix aes-cbc-cts functions 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-17 Shane LontisFix AES_XTS on x86-64 platforms with BSAES and VPAES...
2020-09-17 Shane LontisUpdate AES GCM IV max length to be 1024 bits (was 512)
2020-09-12 Pauliciphers: add FIPS error state handling
2020-08-20 Matt CaswellFix stitched ciphersuites in TLS1.0
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-11 Benjamin KadukExpose S390x HW ciphers' IV state to provider layer
2020-08-11 Benjamin KadukMake GCM providers more generous about fetching IVs
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-16 Richard LevitteUpdate copyright year
2020-07-15 Shane LontisAdd AES_CBC_CTS ciphers to providers
2020-07-11 Richard LevitteAdd and use internal header that implements endianness...
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 CaswellEnsure GCM "update" failures return 0 on error
2020-07-06 Matt CaswellMake the NULL cipher TLS aware
2020-07-06 Matt CaswellChange ChaCha20-Poly1305 to be consistent with out...
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...
2020-06-20 Benjamin KadukAllow oversized buffers for provider cipher IV fetch
2020-06-20 Benjamin KadukSet cipher IV as octet string and pointer from providers
2020-05-04 Shane LontisFix incorrect default keysize for CAST ofb and cfb...
2020-05-02 Shane LontisAdd solaris assembler fixes for legacy provider
2020-04-30 Paulicoverity: 1462544 Dereference after null check
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-04-15 Tomas MrazFix no-pic static builds
2020-04-10 Patrick SteuerFix EVP_DigestSign interface when used with DES CMAC
2020-04-09 Shane LontisMove legacy ciphers into the legacy provider
2020-04-03 Bernd EdlingerFix a gcc warning about possible null pointer
2020-03-08 Kurt RoeckxImprove small block cipher performance
2020-02-08 Matt CaswellDon't compile AESNI code if we're not AESNI capable
2020-02-05 Matt CaswellFix no-multiblock
2020-02-04 Shane LontisFix coverity issues CID 1457745...1457752, 1457853...
2020-01-24 PauliDeprecate the low level DES functions.
2020-01-20 Matt CaswellImplement the NULL cipher in the default provider
2020-01-20 Matt CaswellConvert rand_bytes_ex and rand_priv_bytes_ex to public...
2020-01-19 PauliDeprecate the low level IDEA functions.
2020-01-19 PauliDeprecate the low level MD5 functions.
2020-01-19 PauliDeprecate the low level SHA functions.
2020-01-15 PauliDeprecate the low level RC5 functions
2020-01-15 PauliDeprecate the low level RC4 functions
2020-01-15 PauliDeprecate the low level RC2 functions
2020-01-15 PauliDeprecate the low level SEED functions
2020-01-14 Richard LevittePROV: Fix mixup between general and specialized GCM...
2020-01-13 Matt CaswellDeprecate the Low Level CAST APIs
2020-01-13 Matt CaswellDeprecate Low Level Camellia APIs
2020-01-10 Shane LontisAdd GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GC...
2020-01-08 Matt CaswellDeprecate Low Level Blowfish APIs
2020-01-06 Richard LevitteAdd missing inclusion of "internal/deprecated.h"
2020-01-06 Matt CaswellDeprecate the low level AES functions
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2019-12-19 Richard LevitteEVP & PROV: Fix all platform inclusions
2019-12-19 Fangming.FangOptimize AES-GCM implementation on aarch64
2019-12-12 Richard LevittePROV: Move AES_GCM specialisation away from common...
2019-12-12 Richard LevittePROV: Move AES_CCM specialisation away from common...
2019-12-11 Veres LajosFix some typos
2019-12-11 XiaokangQianOptimize AES-ECB mode in OpenSSL for both aarch64 and...
2019-12-11 Richard LevitteMove providers/common/{ciphers,digests}/* to providers...
2019-11-29 Matt CaswellMake sure we handle input NULL with length 0
2019-11-19 Matt CaswellEVP_CIPHER_CTX_set_keylen should not succeed if a bad...
2019-11-19 Shane Lontisfix s390 compile error due to missing comma.
2019-11-18 Xiaokang QianFix the issue that aes-xxx-siv algorithms failed in...
2019-11-18 Shane LontisFix Use after free when copying cipher ctx
next