Make the array zeroing explicit using memset.
[openssl.git] / crypto / modes /
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.
2016-03-10 Richard LevitteFix some assembler generating scripts for better unific...
2016-03-10 Richard LevitteAdd include directory options for assembler files that...
2016-03-09 Richard LevitteMake sure the effect of "pic" / "no-pic" is used with...
2016-03-09 Richard LevitteAdd extra include directory for includers of ppc_arch.h
2016-03-09 Richard LevitteUnified - adapt the generation of modes assembler to...
2016-03-08 Andy PolyakovSPARCv9 assembly pack: unify build rules and argument...
2016-02-27 Andy Polyakovmodes/asm/ghash-x86_64.pl: refine GNU assembler version...
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-13 Richard LevittePass $(CC) to perlasm scripts via the environment
2016-02-12 Andy Polyakovmodes/ctr128.c: pay attention to ecount_buf alignment...
2016-02-10 Richard Levitteunified build scheme: add a "unified" template for...
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-04 Kurt RoeckxRestore xmm7 from the correct address on win64
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2015-12-13 Andy Polyakovx86_64 assembly pack: tune clang version detection...
2015-12-10 Andy Polyakovx86[_64] assembly pack: add optimized AES-NI OCB subrou...
2015-12-10 Andy Polyakovmodes/ocb128.c: fix overstep.
2015-12-07 Andy PolyakovARMv4 assembly pack: allow Thumb2 even in iOS build,
2015-12-02 Andy Polyakovmodes/ocb128.c: fix sanitizer warning.
2015-12-02 Andy Polyakovmodes/ocb128.c: split fixed block xors to aligned and...
2015-12-02 Andy Polyakovmodes/ocb128.c: ocb_lookup_l to allow non-contiguous...
2015-11-23 Andy Polyakovx86_64 assembly pack: tune clang version detection.
2015-11-11 Andy Polyakovmodes/asm/ghash-armv4.pl: extend Apple fix to all clang...
next