Fix trivial coding style nits in a_time/a_tm files
[openssl.git] / crypto / poly1305 /
2017-07-21 Andy Polyakovx86_64 assembly pack: "optimize" for Knights Landing...
2017-07-03 Andy Polyakovx86_64 assembly pack: fill some blanks in Ryzen results.
2017-05-11 David BenjaminRemove filename argument to x86 asm_init.
2017-03-22 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vp...
2017-03-22 Andy Polyakovx86_64 assembly pack: add some Ryzen performance results.
2017-03-13 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vp...
2017-03-13 Andy Polyakovpoly1305/asm/poly1305-armv8.pl: ilp32-specific poly1305...
2017-02-26 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: minor AVX512 optimization.
2017-02-26 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add CFI annotations.
2017-02-25 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add VPMADD52 code...
2017-02-25 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: switch to vpermdd...
2017-02-25 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: optimize AVX512 code...
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-21 Andy Polyakovpoly1305/poly1305_base2_44.c: clarify shift boundary...
2016-12-19 Andy Polyakovx86 assembly pack: update performance results.
2016-12-15 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: allow nasm to assemble...
2016-12-12 Andy Polyakovx86_64 assembly pack: add AVX512 ChaCha20 and Poly1305...
2016-12-12 Andy Polyakovpoly1305/poly1305_base2_44.c: add reference base 2...
2016-11-10 Richard LevitteRevert "Move algorithm specific ppccap code from crypto...
2016-11-09 Richard LevitteMove algorithm specific ppccap code from crypto/ppccap.c
2016-11-03 Richard LevitteConvert poly1305 selftest into internal test
2016-10-24 Andy Polyakovx86_64 assembly pack: add Goldmont performance results.
2016-09-02 Andy PolyakovMIPS assembly pack: adapt it for MIPS[32|64]R6.
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-30 Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-05-29 Andy Polyakovx86_64 assembly pack: tolerate spaces in source directo...
2016-05-28 Andy Polyakovpoly1305/asm/poly1305-mips.pl: adhere to standard frame...
2016-05-28 Andy PolyakovSPARC assembly pack: add missing .type directives.
2016-05-21 Rich SalzAdd OpenSSL copyright to .pl files
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-16 Rich SalzUse OPENSSL_hexchar2int
2016-05-10 Andy PolyakovMIPS64 assembly pack: add Poly1305 module.
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-05-06 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: contain symbols within...
2016-05-06 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: make it cross-compile.
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-26 Andy PolyakovSPARCv9 assembly pack: fine-tune run-time switch.
2016-04-25 Andy Polyakovcrypto/poly1305/asm: chase overflow bit on x86 and...
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-20 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: not all assemblers...
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-04-04 Andy Polyakovcrypto/poly1305: don't break carry chains.
2016-03-29 Andy Polyakovpoly1305/asm/poly1305-x86.pl: don't loose 59-th bit.
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-15 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: make it work with...
2016-03-14 Andy Polyakovs390x assembly pack: 32-bit fixups.
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 LevitteUnified - adapt the generation of poly1305 assembler...
2016-03-08 Andy PolyakovSPARCv9 assembly pack: unify build rules and argument...
2016-03-02 Andy Polyakovpoly1305/asm/poly1305-*.pl: flip horizontal add and...
2016-03-02 David BenjaminConsistently use arm_arch.h constants in armcap assembl...
2016-02-23 Andy Polyakovpoly1305/asm/poly1305-armv4.pl: replace ambiguous instr...
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-13 Andy Polyakovcrypto/poly1305: add floating-point reference implement...
2016-02-13 Richard LevittePass $(CC) to perlasm scripts via the environment
2016-02-13 Andy PolyakovPPC assembly pack: add ChaCha20 and Poly1305 modules.
2016-02-13 Andy PolyakovC64x+ assembly pack: add ChaCha20 and Poly1305 modules.
2016-02-13 Andy PolyakovARM assembly pack: add ChaCha20 and Poly1305 modules.
2016-02-11 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: MacOS X portability...
2016-02-11 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: fix mingw64 build.
2016-02-10 Richard Levitteunified build scheme: add a "unified" template for...
2016-02-10 Andy Polyakovpoly1305/poly1305.c: work around -Wshadow warnings...
2016-02-10 Andy Polyakovx86[_64] assembly pack: add ChaCha20 and Poly1305 modules.
2016-02-09 Andy Polyakovs390x assembly pack: add ChaCha20 and Poly1305 modules.
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-31 Andy PolyakovEngage poly1305-sparcv9 module.
2016-01-31 Andy PolyakovAdd poly1305/asm/poly1305-sparcv9.pl.
2016-01-29 Rich SalzTemplatize util/domd
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 PolyakovConfigure: add framework for ChaCha and Poly1305 assembly.
2015-12-10 Andy PolyakovAdd reference ChaCha20 and Poly1305 implementations.