Put sys-specific files in build.info
[openssl.git] / crypto / modes /
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
2018-05-10 Andy PolyakovPPC assembly pack: add POWER9 results.
2018-05-01 Matt CaswellUpdate copyright year
2018-04-23 Andy PolyakovARM assembly pack: make it work with older assembler.
2018-04-17 Richard LevitteUpdate copyright year
2018-04-05 Rich SalzSet error code if alloc returns NULL
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-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-08 EasySecfix compile error 'intrinsic function not declared'
2017-12-04 Andy Polyakovmodes/asm/ghashv8-armx.pl: handle lengths not divisible...
2017-12-04 Andy Polyakovmodes/asm/ghashv8-armx.pl: optimize modulo-scheduled...
2017-12-04 Andy Polyakovmodes/asm/ghashv8-armx.pl: modulo-schedule loop.
2017-12-04 Andy Polyakovmodes/asm/ghashv8-armx.pl: implement 4x aggregate factor.
2017-11-13 Andy PolyakovARMv8 assembly pack: add Qualcomm Kryo results.
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
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 Andy Polyakovmodes/gcm128.c: harmonize GCM_MUL macro with GHASH.
2017-10-13 Rich SalzRemove email addresses from source code.
2017-09-01 Andy Polyakovcrypto/cryptlib.c: mask more capability bits upon FXSR...
2017-07-21 Andy Polyakovx86_64 assembly pack: "optimize" for Knights Landing...
2017-07-05 Rich SalzUndo commit cd359b2
2017-05-26 Andy Polyakovmodes/ocb128.c: address undefined behaviour warning.
2017-05-11 David BenjaminRemove filename argument to x86 asm_init.
2017-03-22 Andy Polyakovmodes/ocb128.c: fix misaligned access in ILP32 builds...
2017-02-21 Rich SalzDon't call memcpy if len is zero.
2017-02-15 Andy PolyakovARMv4 assembly pack: harmonize Thumb-ification of iOS...
2017-02-13 Andy Polyakovmodes/asm/*-x86_64.pl: add CFI annotations.
2017-02-06 Andy Polyakovx86_64 assembly pack: Win64 SEH face-lift.
2016-11-25 Andy Polyakovmodes/ctr128.c: fix false carry in counter increment...
2016-11-03 Richard LevitteConvert modes selftests (cts128 and gcm128) to internal...
2016-10-24 Andy Polyakovx86_64 assembly pack: add Goldmont performance results.
2016-10-10 David BenjaminRemove trailing whitespace from some files.
2016-09-03 Andy Polyakovmodes/asm/ghash-armv4.pl: improve interoperability...
2016-08-16 Andy PolyakovARMv8 assembly pack: add Samsung Mongoose results.
2016-08-05 klemensspelling fixes, just comments and readme.
2016-07-01 Andy PolyakovSPARC assembly pack: enforce V8+ ABI constraints.
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-06-27 Brian SmithClarify use of |$end0| in stitched x86-64 AES-GCM code.
2016-06-14 Andy Polyakovmodes/asm/ghashp8-ppc.pl: improve performance by 2.7x.
2016-05-29 Andy Polyakovx86_64 assembly pack: tolerate spaces in source directo...
2016-05-21 Rich SalzAdd OpenSSL copyright to .pl files
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-05-12 Dr. Stephen HensonDon't leak memory if realloc fails.
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-05-04 Andy PolyakovAlpha assembly pack: make it work on Linux.
2016-04-25 Andy Polyakovs390x assembly pack: cache capability query results.
2016-04-20 Richard LevitteRemove --classic build entirely
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-12 Richard LevitteAdd $(LIB_CFLAGS) for any build.info generator that...
2016-03-11 Andy Polyakovcrypto/*/build.info: make it work on ARM platforms.
next