Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / crypto / evp / e_aes.c
2024-04-09 Richard LevitteCopyright year updates
2024-01-12 Holger DenglerFix partial block encryption in cfb and ofb for s390x...
2022-10-12 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-08-22 Tianjia Zhangevp: Use functions instead of direct structure field...
2022-06-02 Jiuhai ZhangFix code format: BLOCK_CIPHER_custom
2022-05-03 Matt CaswellUpdate copyright year
2022-02-06 Pauliaes: avoid accessing key length field directly
2021-10-28 x2018fix some code with obvious wrong coding style
2021-08-16 Ingo Franzkis390x: AES OFB/CFB: Maintain running IV from cipher...
2021-06-08 Paulievp: fix coverity 1485666 argument cannot be negative
2021-06-08 Paulievp: fix improper use of negative value issues
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-26 Pauliaes: rename new bsaes_ symbols -> ossl_bsaes_ ones
2021-04-20 Juergen ChristFix compile errors on s390.
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-08 Matt CaswellUpdate copyright year
2021-03-18 Shane LontisAdd ossl_is_partially_overlapping symbol
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-22 PauliRemove EVP_aes_(128|192|256)_siv functions
2020-08-11 Benjamin KadukUse local IV storage in e_aes.c
2020-08-11 Benjamin KadukRetire EVP_CTRL_GET_IV
2020-07-22 Shane LontisFix provider cipher reinit issue
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-01-06 Matt CaswellDeprecate the low level AES functions
2019-12-19 Richard LevitteEVP & PROV: Fix all platform inclusions
2019-12-19 Fangming.FangOptimize AES-GCM implementation on aarch64
2019-12-11 Veres LajosFix some typos
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-08-22 Shane LontisAdd basic aria and camellia ciphers modes to default...
2019-08-08 Shane LontisChange EVP_CIPHER_CTX_iv_length() to return current...
2019-07-16 Pauliremove end of line spaces
2019-07-16 PauliRemove tab characters from C source files.
2019-07-15 Shane LontisAdd Common shared code needed to move aes ciphers to...
2019-06-27 Matt CaswellMove the public SIV mode functions from public headers...
2019-06-24 PauliAllow AES XTS decryption using duplicate keys.
2019-05-22 Patrick Steuers390x assembly pack: allow specifying the tag after...
2019-05-08 Tobias NießenAllow specifying the tag after AAD in CCM mode
2019-04-30 PauliStructure alignment macro.
2019-04-05 PauliMove the AES-XTS mode duplicated key check into the...
2019-04-03 PauliAES-XTS block limit.
2019-03-06 Shane LontisFIPS AES_GCM IV gen changes
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-01-08 Matt CaswellFix compilation on sparc
2019-01-05 Richard Levittecrypto/evp/e_aes.c: build again on s390x
2018-12-11 Todd ShortAdd RFC5297 AES-SIV support
2018-12-07 Boris Pismennyevp/e_aes: Expose IV
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-21 agnosticdevtypo-fixes: miscellaneous typo fixes
2018-09-11 PauliLimit the number of AES-GCM keys allowed in TLS. A...
2018-09-11 PauliFIPS 140-2 IG A.9 XTS key check.
2018-07-12 Patrick SteuerFix undefined behavior in s390x aes-gcm/ccm
2018-06-03 Andy Polyakovevp/e_aes.c: replace calls to one-liners with reference...
2018-04-03 Rich SalzSet error code on alloc failures
2018-03-28 Patrick Steuercrypto/e_aes.c: use S390X_AES_FC macro
2018-03-28 Patrick Steuercrypto/evp/e_aes.c: add size_t casts to increase readab...
2018-03-28 Patrick Steuers390x assembly pack: add KMF code path for aes-cfb...
2018-03-28 Patrick Steuers390x assembly pack: add KMO code path for aes-ofb
2018-03-28 Patrick Steuers390x assembly pack: add KM code path for aes-ecb
2018-03-19 Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-15 Dr. Matthias St... Publish the RAND_DRBG API
2018-02-28 Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
2018-02-23 Bernd EdlingerFix some bugs with the cfb1 bitsize handling
2018-02-06 Patrick Steuercrypto/evp/e_aes.c: add comments to s390x aes gcm imple...
2018-02-06 Patrick Steuers390x assembly pack: add KMAC code path for aes-ccm
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07 Patrick Steuers390x assembly pack: add KMA code path for aes-gcm.
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2017-02-08 Dr. Stephen HensonMake EVP_*Final work for CCM ciphers
2017-02-07 Bernd EdlingerFix a crash in EVP_CIPHER_CTX_cleanup due to cipher_dat...
2017-01-26 Andy Polyakovcrypto/evp: harden AEAD ciphers.
2017-01-25 Matt CaswellFix the overlapping check for fragmented "Update" opera...
2017-01-25 Matt CaswellProperly handle a partial block in OCB mode
2017-01-25 Matt CaswellDon't use magic numbers in aes_ocb_cipher()
2016-10-18 Patrick SteuerFix strict-warnings build
2016-07-16 Andy Polyakovevp/e_aes.c: wire new CBC and CTR subroutines from...
2016-06-14 Andy Polyakovevp/e_aes.c: wire hardware-assisted XTS subroutines.
2016-05-24 Todd ShortFix braces in e_aes.c: aes_init_key
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-02 Andy PolyakovRemove obsolete defined(__INTEL__) condition.
2016-04-20 Andy Polyakovevp/aes_aes.c: engage Fujitsu SPARC64 X AES support.
2016-04-13 Matt CaswellRemove OPENSSL_NO_AES guards
2016-03-20 Rich SalzRemove #error from include files.
2016-03-18 Matt CaswellMark OCB as an AEAD cipher
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-12 Richard LevitteAdapt builtin cipher implementations to opaque EVP_CIPHER
2015-12-10 Andy Polyakovevp/e_aes.c: wire hardware-assisted block function...
2015-12-10 Andy Polyakovx86[_64] assembly pack: add optimized AES-NI OCB subrou...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-08-14 Dr. Stephen HensonCCM support.
2015-07-06 Dr. Stephen HensonRelax CCM tag check.
2015-06-08 Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-03-28 Andy PolyakovEngage vpaes-armv8 module.
2015-02-09 Andy Polyakovevp/e_aes.c: fix pair of SPARC T4-specific problems:
2015-02-02 Rich SalzDead code: if 0 removal from crypto/evp and an unused...
2015-01-28 Matt CaswellHarmonise use of EVP_CTRL_GET_TAG/EVP_CTRL_SET_TAG...
next