]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/aes
Add exporters for CMake
[thirdparty/openssl.git] / crypto / aes /
2023-10-26  Phoebe Chenriscv: Provide vector crypto implementation of AES...
2023-10-26  Jerry Shihriscv: Provide vector crypto implementation of AES...
2023-10-26  Phoebe Chenriscv: Provide vector crypto implementation of AES...
2023-10-26  Phoebe Chenriscv: Provide vector crypto implementation of AES...
2023-10-26  Phoebe Chenriscv: Further optimization for single block aes-zvkned...
2023-10-26  Phoebe Chenriscv: Further optimization for single block aes-zvkned...
2023-10-26  Ard Biesheuvelriscv: Implement AES-192
2023-10-26  Christoph Müllnerriscv: AES: Provide a Zvkned-based implementation
2023-10-02  Danny TsenImprove performance for 6x unrolling with vpermxor...
2023-09-07  Matt CaswellCopyright year updates
2023-08-01  zhuchenFixed incorrect usage of vshuf.b instruction
2023-07-18  Dimitri PapadopoulosFix typos found by codespell
2023-07-06  Heiko Stuebnerriscv: Clarify dual-licensing wording for GCM and AES
2023-06-11  Heiko Stuebnerriscv: aes: dual-license under Apache + 2-clause BSD
2023-04-28  Liu-ErMengfix aes-xts bug on aarch64 big-endian env.
2023-04-20  Tomas Mrazaesv8-armx.pl: Avoid buffer overrread in AES-XTS decryption
2023-03-16  PauliFix copyright disclaimer.
2023-03-16  Christoph Müllnerriscv: aes: Move reusable Perl code into Perl module
2023-03-14  Kornel Dulębaaes/asm/bsaes-armv7.pl: Replace adrl with add
2022-10-12  zhuchenAdd vpaes-loongarch64.pl module.
2022-09-05  Hongren (Zenithal... add build support for riscv32 aes zkn
2022-09-05  Hongren (Zenithal... Add AES implementation in riscv32 zkn asm
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...
next