modes/asm/ghashv8-armx.pl: implement 4x aggregate factor.
[openssl.git] / crypto / modes /
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...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-26 Andy PolyakovSkylake performance results.
2015-09-25 Andy PolyakovARMv4 assembly pack: implement support for Thumb2.
2015-07-13 Richard LevitteConversion to UTF-8 where needed
2015-06-10 Andy Polyakovgcm.c: address linker warning about OPENSSL_ia32cap_P...
2015-06-08 Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-28 Rich Salzremove malloc casts
2015-04-21 Andy Polyakovmodes/asm/ghashv8-armx.pl: additional performance data.
2015-04-20 Andy PolyakovAdd assembly support for 32-bit iOS.
2015-04-04 Richard LevitteAppease clang -Wshadow
2015-04-02 Andy Polyakovmodes/asm/ghashv8-armx.pl: up to 90% performance improv...
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-20 Richard GodbeeCRYPTO_128_unwrap(): Fix refactoring damage
2015-03-20 Richard Godbeewrap128.c: Fix Doxygen comments
2015-03-17 Matt CaswellFix unintended sign extension
2015-03-13 Petr SpacekFix key wrapping mode with padding to conform to RFC...
2015-03-08 Andy PolyakovARMv4 assembly pack: add Cortex-A15 performance data.
2015-02-03 Rich SalzDead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp
2015-01-30 Andy Polyakovmodes/gcm128.c: harmonize ctx->ghash assignment, shortc...
2015-01-30 Andy Polyakovmodes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile...
2015-01-28 Matt CaswellFix warning on some compilers where variable index...
2015-01-23 Andy PolyakovAdd assembly support to ios64-cross.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
next