crypto/poly1305/asm: chase overflow bit on x86 and ARM platforms.
[openssl.git] / crypto / chacha /
2016-04-25 Andy Polyakovchacha/asm/chacha-ppc.pl: get misalignment corner case...
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-13 Andy Polyakovchacha/asm/chacha-armv8.pl: fix intermittent build...
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 LevitteUnified - adapt the generation of chacha assembler...
2016-03-04 Andy Polyakovchacha/asm/chacha-ppc.pl: fix typo.
2016-03-02 David BenjaminConsistently use arm_arch.h constants in armcap assembl...
2016-02-27 Andy Polyakovchacha/asm/chacha-*.pl: fix typos in tail processing.
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-14 Andy Polyakovchacha/asm/chacha*: ensure that zero length is handled...
2016-02-14 Andy Polyakovchacha/asm/chacha-x86[_64].pl: fix typos and logical...
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-10 Richard Levitteunified build scheme: add a "unified" template for...
2016-02-10 Andy Polyakovchacha/asm/chacha-x86.pl: fix nasm compilation.
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-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.