Prune low-level ASN.1 parse errors from error queue in decoder_process()
[openssl.git] / providers / implementations / ciphers /
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
2019-11-11 Shane LontisAdd rc4_hmac_md5 cipher to default provider
2019-11-08 Shane LontisAdd AES SIV ciphers to default provider
2019-10-31 Kelvin LeeFix typo in cipher_chacha20_poly1305_hw.c.
2019-10-20 Dr. Matthias St... ciphers/chacha20,poly1303: Fix two coverity errors
2019-10-16 Shane LontisAdd ChaCha related ciphers to default provider
2019-10-11 Richard LevitteRemove EVP_CIPH_FLAG_CUSTOM_CIPHER in all our providers
2019-10-11 Richard LevitteProviders: fix OSSL_FUNC_CIPHER_CIPHER functions
2019-10-10 Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-10-10 Richard LevitteCleanup: move providers/common/include/internal/provide...
2019-10-10 Richard LevitteProviders: move all ciphers