fixup! Adding interop tests
[openssl.git] / crypto / modes /
2023-10-26 trigpolynomaes-gcm-avx512.pl: fix non-reproducibility issue
2023-06-29 Tomas MrazDo not use stitched AES-GCM implementation on PPC32
2023-05-31 Xiaokang QianFix arm64 asm code back compatible issue with gcc 4.9.4
2023-05-30 Tomas MrazUpdate copyright year
2023-05-09 JerryDevisaes-gcm-armv8_64 asm support bigdian
2023-03-22 Evan MillerDo not build P10-specific AES-GCM assembler on macOS
2023-03-17 Tomas Mrazaes-gcm-avx512.pl: Fix the clang version detection...
2023-03-14 Matt CaswellUpdate copyright year
2023-02-08 Tom CosgroveFix the return values of the aarch64 unroll8_eor_aes_gc...
2022-12-14 Tomas MrazDo not build P10-specific AES-GCM assembler on AIX
2022-12-01 Tomas MrazUpdate copyright year
2022-11-23 Juergen ChristFix GHASH-ASM implementation on s390x
2022-11-23 Tomas Mrazgcm_get_funcs(): Add missing fallback for ghash on...
2022-11-23 Tomas MrazFix regression from GCM mode refactoring
2022-11-23 Juergen Christs390x: Fix GCM setup
2022-11-23 Todd ShortClean up GCM_MUL and remove GCM_FUNCREF_4BIT
2022-11-23 Todd ShortClean up use of GHASH macro
2022-11-23 Todd ShortUse separate function to get GCM functions
2022-11-23 Todd ShortRemove some unused 4bit GCM code
2022-11-23 Todd ShortRemove unused 1bit GCM implementation
2022-11-23 Todd ShortRemove unused 8bit GCM implementation
2022-11-21 Henry BrausenAdd clmul-based gmult for riscv64 with Zbb, Zbc
2022-11-11 XiaokangQianFix incorrect comments in aes-gcm-armv8-unroll8_64.pl
2022-11-11 Andrey Matyukovaes-gcm-avx512.pl: Fixed mingw64 build
2022-11-11 XiaokangQianFix build issue with aes-gcm-armv8-unroll8_64.S on...
2022-11-11 Andrey MatyukovAES-GCM enabled with AVX512 vAES and vPCLMULQDQ.
2022-11-11 Danny TsenFixed counter overflow
2022-11-11 Dimitris ApostolouFix typos
2022-11-11 XiaokangQianOptimize AES-GCM for uarchs with unroll and new instruc...
2022-11-11 Danny TsenAES-GCM performance optimzation with stitched method...
2022-11-09 David BenjaminDon't use __ARMEL__/__ARMEB__ in aarch64 assembly
2022-11-09 Russ Butleraarch64: support BTI and pointer authentication in...
2022-05-24 Sebastian Andrzej... Rename x86-32 assembly files from .s to .S.
2021-07-29 Matt CaswellUpdate copyright year
2021-07-15 Tomas MrazSplit bignum code out of the sparcv9cap.c
2021-06-25 Tomas Mrazppccap.c: Split out algorithm-specific functions
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-07 Richard LevitteDrop libimplementations.a
2021-04-08 Matt CaswellUpdate copyright year
2021-03-23 Paulienc: fix coverity 1451499, 1451501, 1451506, 1451507...
2021-03-18 Paulimodes: fix coverity 1449860: overlapping memory copy
2021-03-18 Paulimodes: fix coverity 1449851: overlapping memory copy
2021-03-18 Shane LontisAdd ossl_siv symbols
2021-03-11 Matt CaswellUpdate copyright year
2021-02-19 Zhang JindeCRYPTO_gcm128_decrypt: fix mac or tag calculation
2020-11-26 Matt CaswellUpdate copyright year
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-08-28 Jung-uk KimIgnore vendor name in Clang version number.
2020-08-24 Shane LontisFix coverity CID #1452770 - Dereference before NULL...
2020-07-22 Shane LontisFix provider cipher reinit issue
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-11 Richard LevitteAdd and use internal header that implements endianness...
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-04 Matt CaswellUpdate copyright year
2020-05-27 Bernd EdlingerAvoid undefined behavior with unaligned accesses
2020-05-15 Matt CaswellUpdate copyright year
2020-04-29 Shourya ShuklaAmend references to "OpenSSL license"
2020-04-23 Matt CaswellUpdate copyright year
2020-02-17 David BenjaminAlso check for errors in x86_64-xlate.pl.
2020-02-15 H.J. Lux86_64: Add endbranch at function entries for Intel CET
2020-01-22 David BenjaminDo not silently truncate files on perlasm errors
2020-01-17 Richard LevitteFor all assembler scripts where it matters, recognise...
2019-12-23 Bernd EdlingerAdd some missing cfi frame info in aesni-gcm-x86_64.pl
2019-12-19 Fangming.FangOptimize AES-GCM implementation on aarch64
2019-10-16 Shane LontisFix missing Assembler defines
2019-10-10 Richard LevitteRework how our providers are built
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-20 Shane LontisAdd aes_wrap cipher to providers
2019-09-16 Richard LevitteUnify all assembler file generators
2019-09-16 Richard Levittebuild.info: For all assembler generators, remove all...
2019-09-13 Shane LontisAdd aes_xts cipher to providers
2019-09-04 PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-09-01 Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
2019-08-24 Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-19 Shane LontisAdd aes_ccm to provider
2019-08-19 Richard LevitteUse macros internally for algorithm names
2019-08-15 Richard LevitteAdapt diverse code to provider based MACs.
2019-07-31 Shane LontisAdd gcm ciphers (aes and aria) to providers.
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-18 Richard Levittecrypto/modes/build.conf: Fix MODES asm mistakes
2019-06-17 Richard LevitteMove modes_asm_src file information to build.info files
2019-06-14 Richard LevitteUse variables in build.info files where it's worth...
2019-06-06 Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-06-03 Matt CaswellMake basic AES ciphers available from within the FIPS...
2019-04-25 Guido VrankenEnforce a strict output length check in CRYPTO_ccm128_tag
2019-04-17 Andy PolyakovARM64 assembly pack: add ThunderX2 results.
2019-04-03 PauliAES-XTS block limit.
2019-03-27 Matt CaswellCorrectly check the return code of EVP_MAC_ctrl everwhe...
2019-02-20 Shane Lontiscfi build fixes in x86-64 ghash assembly
2019-02-17 David BenjaminFix some CFI issues in x86_64 assembly
2019-02-16 Andy PolyakovARM assembly pack: make it Windows-friendly.
2019-01-31 Richard LevitteBuild: Remove BEGINRAW / ENDRAW / OVERRIDE
2018-12-13 Todd ShortFixes #7879: AES-SIV to use EVP_MAC APIs
2018-12-11 Todd ShortAdd RFC5297 AES-SIV support
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-11 Matt CaswellUpdate copyright year
2018-07-09 Andy Polyakovmodes/ocb128.c: readability and formatting improvements.
2018-07-09 DesWurstesmodes/ocb128.c: improve the calculation of double mask
next