Update documentation for keymgmt export utils
[openssl.git] / crypto / modes /
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-08-09 Juergen ChristFix GHASH-ASM implementation on s390x
2022-07-29 Todd ShortImplement AES-GCM-SIV (RFC8452)
2022-07-29 Tomas MrazFix regression from GCM mode refactoring
2022-07-26 Juergen Christs390x: Fix GCM setup
2022-07-22 Todd ShortClean up GCM_MUL and remove GCM_FUNCREF_4BIT
2022-07-22 Todd ShortClean up use of GHASH macro
2022-07-22 Todd ShortUse separate function to get GCM functions
2022-07-22 Todd ShortRemove some unused 4bit GCM code
2022-07-22 Todd ShortRemove unused 1bit GCM implementation
2022-07-22 Todd ShortRemove unused 8bit GCM implementation
2022-05-24 Daniel FialaChange loops conditions to make zero loop risk more...
2022-05-24 Sebastian Andrzej... Rename x86-32 assembly files from .s to .S.
2022-05-19 Henry BrausenAdd clmul-based gmult for riscv64 with Zbb, Zbc
2022-05-03 Matt CaswellUpdate copyright year
2022-03-22 XiaokangQianFix incorrect comments in aes-gcm-armv8-unroll8_64.pl
2022-03-14 Andrey Matyukovaes-gcm-avx512.pl: Fixed mingw64 build
2022-03-04 XiaokangQianFix build issue with aes-gcm-armv8-unroll8_64.S on...
2022-02-10 Andrey MatyukovAES-GCM enabled with AVX512 vAES and vPCLMULQDQ.
2022-02-07 Danny TsenFixed counter overflow
2022-02-07 Dimitris ApostolouFix typos
2022-01-25 XiaokangQianOptimize AES-GCM for uarchs with unroll and new instruc...
2022-01-24 Danny TsenAES-GCM performance optimzation with stitched method...
2022-01-09 David BenjaminDon't use __ARMEL__/__ARMEB__ in aarch64 assembly
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-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
2018-07-01 Andy Polyakovmodes/asm/ghash-armv4.pl: address "infixes are deprecat...
2018-06-25 Andy PolyakovPA-RISC assembly pack: make it work with GNU assembler...
2018-06-20 Matt CaswellUpdate copyright year
2018-06-08 Mingtao Yangmodes/ocb128.c: Reset nonce-dependent variables on...
2018-06-03 Andy PolyakovPPC assembly pack: correct POWER9 results.
2018-06-03 Andy Polyakovmodes/gcm128.c: coalesce calls to GHASH.
2018-05-30 Yihong WangReduce minimal out length in CRYPTO_128_unwrap_pad
2018-05-29 Matt CaswellUpdate copyright year
next