fix ERR_add_error_vdata() for use with multiple args/calls
[openssl.git] / crypto / poly1305 / poly1305.c
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-11 Kurt RoeckxUse void in all function definitions that do not take...
2018-02-27 Matt CaswellUpdate copyright year
2018-02-24 Andy Polyakov{ec/curve25519,poly1305/poly1305}.c: relax pedantic...
2016-11-03 Richard LevitteConvert poly1305 selftest into internal test
2016-06-30 Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-16 Rich SalzUse OPENSSL_hexchar2int
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-25 Andy Polyakovcrypto/poly1305/asm: chase overflow bit on x86 and...
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-02 Andy Polyakovpoly1305/asm/poly1305-*.pl: flip horizontal add and...
2016-02-10 Andy Polyakovpoly1305/poly1305.c: work around -Wshadow warnings...
2015-12-10 Andy PolyakovAdd reference ChaCha20 and Poly1305 implementations.