index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
poly1305
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build: Remove BEGINRAW / ENDRAW / OVERRIDE
Richard Levitte
2019-01-31
1
-5
/
+2
*
Following the license change, modify the boilerplates in crypto/poly1305/
Richard Levitte
2018-12-06
16
-16
/
+16
*
Add poly1305 MAC support
Paul Yang
2018-11-05
3
-195
/
+142
*
Fix a nit of copyright date range
Paul Yang
2018-10-09
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
poly1305/asm/poly1305-x86_64.pl: fix solaris64-x86_64-cc build.
Andy Polyakov
2018-07-10
1
-39
/
+38
*
evp/e_chacha20_poly1305.c: further improve small-fragment TLS performance.
Andy Polyakov
2018-07-06
1
-0
/
+104
*
Update copyright year
Matt Caswell
2018-06-20
1
-1
/
+1
*
{chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection.
Andy Polyakov
2018-06-18
1
-1
/
+1
*
Add support getting raw private/public keys
Matt Caswell
2018-06-08
1
-0
/
+21
*
PPC assembly pack: correct POWER9 results.
Andy Polyakov
2018-06-03
3
-3
/
+1
*
Update copyright year
Matt Caswell
2018-05-29
2
-2
/
+2
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
1
-1
/
+1
*
PPC assembly pack: add POWER9 results.
Andy Polyakov
2018-05-10
3
-0
/
+3
*
Update copyright year
Matt Caswell
2018-05-01
1
-1
/
+1
*
Fix mixed indentation (and other whitespace issues)
Dr. Matthias St. Pierre
2018-04-26
1
-37
/
+37
*
poly1305/asm/poly1305-armv4.pl: remove unintentional relocation.
Rahul Chaudhry
2018-04-18
1
-1
/
+2
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code if alloc returns NULL
Rich Salz
2018-04-05
1
-2
/
+4
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Add support for setting raw private Poly1305 keys
Matt Caswell
2018-03-15
1
-1
/
+35
*
Update copyright year
Matt Caswell
2018-02-27
1
-1
/
+1
*
{ec/curve25519,poly1305/poly1305}.c: relax pedantic constraint.
Andy Polyakov
2018-02-24
1
-3
/
+2
*
Harmonize the make variables across all known platforms families
Richard Levitte
2018-02-14
1
-2
/
+1
*
poly1305/poly1305_ieee754.c: add support for MIPS.
Andy Polyakov
2018-01-31
1
-1
/
+17
*
Processing GNU-style "make variables" - separate CPP flags from C flags
Richard Levitte
2018-01-28
1
-1
/
+3
*
poly1305/asm/poly1305-x86_64.pl: add Knights Landing AVX512 result.
Andy Polyakov
2017-12-23
1
-19
/
+21
*
poly1305/asm/poly1305-x86_64.pl: switch to pure AVX512F.
Andy Polyakov
2017-11-25
1
-68
/
+72
*
ARMv8 assembly pack: add Qualcomm Kryo results.
Andy Polyakov
2017-11-13
1
-0
/
+1
*
Many spelling fixes/typo's corrected.
Josh Soref
2017-11-12
2
-4
/
+4
*
x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.
Andy Polyakov
2017-07-21
1
-2
/
+5
*
x86_64 assembly pack: fill some blanks in Ryzen results.
Andy Polyakov
2017-07-03
1
-1
/
+1
*
Remove filename argument to x86 asm_init.
David Benjamin
2017-05-11
1
-1
/
+1
*
poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_8x.
Andy Polyakov
2017-03-22
1
-0
/
+383
*
x86_64 assembly pack: add some Ryzen performance results.
Andy Polyakov
2017-03-22
1
-0
/
+1
*
poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_4x.
Andy Polyakov
2017-03-13
1
-2
/
+474
*
poly1305/asm/poly1305-armv8.pl: ilp32-specific poly1305_init fix.
Andy Polyakov
2017-03-13
1
-0
/
+4
*
poly1305/asm/poly1305-x86_64.pl: minor AVX512 optimization.
Andy Polyakov
2017-02-26
1
-42
/
+32
*
poly1305/asm/poly1305-x86_64.pl: add CFI annotations.
Andy Polyakov
2017-02-26
1
-0
/
+87
*
poly1305/asm/poly1305-x86_64.pl: add VPMADD52 code path.
Andy Polyakov
2017-02-25
1
-4
/
+215
*
poly1305/asm/poly1305-x86_64.pl: switch to vpermdd in table expansion.
Andy Polyakov
2017-02-25
1
-56
/
+37
*
poly1305/asm/poly1305-x86_64.pl: optimize AVX512 code path.
Andy Polyakov
2017-02-25
1
-82
/
+75
*
Add support for Poly1305 in EVP_PKEY
Todd Short
2017-01-24
3
-0
/
+261
*
poly1305/poly1305_base2_44.c: clarify shift boundary condition.
Andy Polyakov
2017-01-21
1
-2
/
+2
*
x86 assembly pack: update performance results.
Andy Polyakov
2016-12-19
1
-0
/
+1
*
poly1305/asm/poly1305-x86_64.pl: allow nasm to assemble AVX512 code.
Andy Polyakov
2016-12-15
1
-2
/
+3
*
x86_64 assembly pack: add AVX512 ChaCha20 and Poly1305 code paths.
Andy Polyakov
2016-12-12
1
-9
/
+669
*
poly1305/poly1305_base2_44.c: add reference base 2^44 implementation.
Andy Polyakov
2016-12-12
1
-0
/
+171
*
Revert "Move algorithm specific ppccap code from crypto/ppccap.c"
Richard Levitte
2016-11-10
1
-41
/
+0
*
Move algorithm specific ppccap code from crypto/ppccap.c
Richard Levitte
2016-11-09
1
-0
/
+41
[next]