Improve small block cipher performance
[openssl.git] / providers / implementations / ciphers /
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