]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/aes
Improve chacha20 perfomance on aarch64 by interleaving scalar with SVE/SVE2
[thirdparty/openssl.git] / crypto / aes /
2022-07-19  Tom CosgroveFix aarch64 signed bit shift issue found by UBSAN
2022-07-08  Bernd EdlingerFix reported performance degradation on aarch64
2022-07-05  Alex ChernyakhovskyFix AES OCB encrypt/decrypt for x86 AES-NI
2022-06-10  Hongren (Zenithal... add build support for riscv64 aes zkn
2022-06-10  Hongren (Zenithal... Add AES implementation in riscv64 zkn asm
2022-05-24  Sebastian Andrzej... Rename x86-32 assembly files from .s to .S.
2022-05-19  Henry BrausenAdd AES implementation in generic riscv64 asm
2022-05-03  Matt CaswellUpdate copyright year
2022-04-21  Tom CosgroveFix gcc 6.3 builds of aarch64 BSAES
2022-03-31  Sebastian Popdisable 5x interleave on buffers shorter than 512 bytes...
2022-03-30  Ben AvisonRemove further uses of __ARMEL__ in AArch64 assembly
2022-03-09  Tom CosgroveUse Perl to generate bsaes-armv8.S
2022-03-09  Ben AvisonARM assembly pack: translate bit-sliced AES implementat...
2022-01-31  Pauliaes: make the no-asm constant time code path not the...
2022-01-09  David BenjaminDon't use __ARMEL__/__ARMEB__ in aarch64 assembly
2022-01-05  Dimitris ApostolouFix typos
2021-10-28  x2018fix some code with obvious wrong coding style
2021-10-21  Tomas MrazAdd missing define to enable AES-NI usage on x86 platform
2021-10-01  Russ Butleraarch64: support BTI and pointer authentication in...
2021-07-29  Matt CaswellUpdate copyright year
2021-07-15  Tomas MrazSplit bignum code out of the sparcv9cap.c
2021-06-22  Shane LontisFix aes_core to use U64() macro..
2021-06-17  Matt CaswellUpdate copyright year
2021-06-13  Bernd EdlingerAdd AES consttime code for no-asm configurations
2021-05-26  Pauliaes: rename new bsaes_ symbols -> ossl_bsaes_ ones
2021-05-20  PauliRevert "ARM assembly pack: translate bit-sliced AES...
2021-05-14  Juergen ChristFix provider library build wrt. AES
2021-05-13  Ben AvisonARM assembly pack: translate bit-sliced AES implementat...
2021-05-13  Xiaofei BaiAdd $AESDEF in libdefault.a to fix aes regression
2021-05-07  Richard LevitteDrop libimplementations.a
2020-12-03  Pauliremove unused initialisations
2020-11-30  Ard Biesheuvelaes/asm/aesv8-armx.pl: avoid 32-bit lane assignment...
2020-11-12  XiaokangQianOptimize AES-XTS mode in OpenSSL for aarch64
2020-08-28  Jung-uk KimIgnore vendor name in Clang version number.
2020-05-27  Bernd EdlingerAvoid undefined behavior with unaligned accesses
2020-04-23  Matt CaswellUpdate copyright year
2020-04-16  Rich SalzUse build.info, not ifdef for crypto modules
2020-03-05  Patrick Steueraes-s390x.pl: fix stg offset caused by typo in perlasm
2020-02-18  H.J. Lux86_64: Don't assume 8-byte pointer size
2020-02-17  David BenjaminAlso check for errors in x86_64-xlate.pl.
2020-02-17  simplelinsFix a bug for aarch64 BigEndian
2020-02-15  H.J. Lux86_64: Add endbranch at function entries for Intel CET
2020-02-06  Dr. Matthias St... Fix misspelling errors and typos reported by codespell
2020-01-22  David BenjaminDo not silently truncate files on perlasm errors
2020-01-17  Richard LevitteFor all assembler scripts where it matters, recognise...
2020-01-06  Matt CaswellDeprecate the low level AES functions
2020-01-06  Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2019-12-23  Bernd EdlingerFix aesni_cbc_sha256_enc_avx2 backtrace info
2019-12-20  Bernd EdlingerAdd some missing cfi frame info in aesni-sha and sha...
2019-12-20  Bernd EdlingerAdd some missing cfi frame info in aesni-x86_64.pl
2019-12-20  Bernd EdlingerAdd some missing cfi frame info in aes-x86_64.pl
2019-12-11  Veres LajosFix some typos
2019-12-11  XiaokangQianOptimize AES-ECB mode in OpenSSL for both aarch64 and...
2019-11-07  Richard LevitteUpdate source files for deprecation at 3.0
2019-10-16  Shane LontisFix missing Assembler defines
2019-10-10  Richard LevitteRework how our providers are built
2019-09-28  Dr. Matthias St... Fix header file include guard names
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-16  Richard LevitteUnify all assembler file generators
2019-09-16  Richard Levittebuild.info: For all assembler generators, remove all...
2019-07-02  Antoine CœurFix Typos
2019-06-18  Richard Levittecrypto/aes/build.info: Fix AES assembler specs
2019-06-17  Richard LevitteMove aes_asm_src file information to build.info files
2019-06-14  Richard LevitteUse variables in build.info files where it's worth...
2019-06-03  Matt CaswellMake basic AES ciphers available from within the FIPS...
2019-05-20  PauliRevert "ppc assembly pack: always increment CTR IV...
2019-05-17  Daniel Axtensppc assembly pack: always increment CTR IV as quadword
2019-04-17  Andy Polyakovaes/asm/aesv8-armx.pl: ~20% improvement on ThunderX2.
2019-04-17  Andy PolyakovARM64 assembly pack: add ThunderX2 results.
2019-04-12  Matt CaswellDeprecate AES_ige_encrypt() and AES_bi_ige_encrypt()
2019-03-18  Daniel AxtensPPC assembly pack: fix copy-paste error in CTR mode
2019-02-20  Markus StockhausenMIPS32R3 provides the EXT instruction to extract bits...
2019-02-17  David BenjaminFix some CFI issues in x86_64 assembly
2019-02-16  Andy PolyakovARM64 assembly pack: make it Windows-friendly.
2019-02-16  Andy PolyakovARM assembly pack: make it Windows-friendly.
2019-02-12  Andy PolyakovAArch64 assembly pack: authenticate return addresses.
2019-01-31  Richard LevitteBuild: Remove BEGINRAW / ENDRAW / OVERRIDE
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteLicense: change any non-boilerplate comment referring...
2018-09-11  Matt CaswellUpdate copyright year
2018-06-25  Andy PolyakovPA-RISC assembly pack: make it work with GNU assembler...
2018-06-03  Andy PolyakovPPC assembly pack: correct POWER9 results.
2018-05-29  Matt CaswellUpdate copyright year
2018-05-10  Andy PolyakovPPC assembly pack: add POWER9 results.
2018-03-20  Matt CaswellUpdate copyright year
2018-03-19  Andy PolyakovMIPS assembly pack: default heuristic detection to...
2018-02-27  David BenjaminAlways use adr with __thumb2__.
2018-02-14  Richard LevitteHarmonize the make variables across all known platforms...
2018-01-28  Richard LevitteProcessing GNU-style "make variables" - separate CPP...
2018-01-09  Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07  Patrick Steuercrypto/aes/asm/aes-s390x.pl: replace decrypt flag by...
2018-01-07  Patrick Steuers390x assembly pack: add KMA code path for aes-ctr.
2017-11-13  Andy PolyakovARMv8 assembly pack: add Qualcomm Kryo results.
2017-11-12  Josh SorefMany spelling fixes/typo's corrected.
2017-11-05  Andy Polyakovaes/asm/{aes-armv4|bsaes-armv7}.pl: make it work with...
2017-10-30  Patrick Steuers390x assembly pack: extend s390x capability vector.
2017-10-17  Patrick Steuers390x assembly pack: remove capability double-checking.
2017-10-17  Patrick Steuercrypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.
2017-10-13  Rich SalzRemove email addresses from source code.
2017-07-24  Andy Polyakovaes/asm/aesni-sha*-x86_64.pl: add SHAEXT performance...
next