crypto/evp/pkey_kdf.c: Redo parameter processing
[openssl.git] / crypto / evp / e_aes.c
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...
2015-01-28 Matt CaswellReplace EVP_CTRL_OCB_SET_TAGLEN with EVP_CTRL_SET_TAG...
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-04 Andy PolyakovRemove inconsistency in ARM support.
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen Hensonremove FIPS module code from crypto/evp
2014-12-08 Matt CaswellAdded OPENSSL_NO_OCB guards
2014-12-08 Matt CaswellAdd EVP support for OCB mode
2014-08-21 Emilia KasperFix build when BSAES_ASM is defined but VPAES_ASM is not
2014-07-20 Andy PolyakovEngage GHASH for PowerISA 2.0.7.
2014-07-18 Dr. Stephen HensonRFC 5649 support.
2014-07-17 Dr. Stephen HensonMake *Final work for key wrap again.
2014-07-17 Dr. Stephen HensonSanity check lengths for AES wrap algorithm.
2014-06-30 Dr. Stephen HensonFix copy for CCM, GCM and XTS.
2014-06-29 ZNVMake EVP_CIPHER_CTX_copy work in GCM mode.
2014-06-16 Andy Polyakovaesp8-ppc.pl: add CTR mode.
2014-06-04 Andy Polyakovevp/e_aes.c: add erroneously omitted break;
2014-06-02 Andy Polyakovevp/e_aes.c: populate HWAES_* to remaning modes.
2014-06-01 Andy PolyakovEngage POWER8 AES support.
2014-06-01 Andy PolyakovEngage ARMv8 AES support.
2013-12-18 Andy Polyakovevp/e_[aes|camellia].c: fix typo in CBC subroutine.
2013-12-18 Andy PolyakovPPC assembly pack update addendum.
2013-11-27 Andy PolyakovTake vpaes-ppc module into loop.
2013-09-20 Ben LaurieMerge remote-tracking branch 'trevp/pemfix' into trev...
2013-09-15 Ard BiesheuvelAdded support for ARM/NEON based bit sliced AES in...
2013-08-05 Dr. Stephen HensonAlgorithm parameter support.
2013-08-03 Andy Polyakovcrypto/evp/e_aes.c: fix logical pre-processor bug and...
2013-07-17 Dr. Stephen HensonEVP support for wrapping algorithms.
2013-04-23 Andy Polyakovbsaes-armv7.pl: add bsaes_cbc_encrypt and bsaes_ctr32_e...
2013-04-04 Andy Polyakove_aes.c: reserve for future extensions.
2013-03-29 Andy PolyakovAdd AES-NI GCM stitch.
2012-11-24 Andy PolyakovAES for SPARC T4: add XTS, reorder subroutines to impro...
2012-10-18 Dr. Stephen Hensonfix error code
next