index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
chacha
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
chacha/asm/chacha-x86_64.pl: add dedicated path for 128-byte inputs.
Andy Polyakov
2018-07-03
1
-74
/
+221
*
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
*
chacha/asm/chacha-ppc.pl: fix big-endian build.
Andy Polyakov
2018-06-08
1
-5
/
+6
*
chacha/asm/chacha-ppc.pl: improve performance by 40/80% on POWER8/9.
Andy Polyakov
2018-06-06
1
-8
/
+407
*
chacha/asm/chacha-ppc.pl: improve POWER8 performance by 15%.
Andy Polyakov
2018-06-03
1
-33
/
+41
*
PPC assembly pack: correct POWER9 results.
Andy Polyakov
2018-06-03
1
-1
/
+1
*
chacha/asm/chacha-ppc.pl: optimize AltiVec/VMX code path.
Andy Polyakov
2018-05-30
1
-49
/
+35
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
PPC assembly pack: add POWER9 results.
Andy Polyakov
2018-05-10
1
-0
/
+1
*
Harmonize the make variables across all known platforms families
Richard Levitte
2018-02-14
1
-2
/
+1
*
Processing GNU-style "make variables" - separate CPP flags from C flags
Richard Levitte
2018-01-28
1
-1
/
+3
*
chacha/asm/chacha-x86_64.pl: add AVX512VL code path.
Andy Polyakov
2017-12-08
1
-4
/
+588
*
Fix chacha-armv4.pl with clang -fno-integrated-as.
David Benjamin
2017-11-28
1
-1
/
+3
*
chacha/asm/chacha-x86_64.pl: fix sporadic crash in AVX512 code path.
Andy Polyakov
2017-11-25
1
-1
/
+1
*
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
1
-1
/
+1
*
x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.
Andy Polyakov
2017-07-21
1
-2
/
+4
*
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
*
x86_64 assembly pack: add some Ryzen performance results.
Andy Polyakov
2017-03-22
1
-0
/
+1
*
chacha/asm/chacha-x86_64.pl: add CFI annotations.
Andy Polyakov
2017-02-26
1
-0
/
+41
*
x86_64 assembly pack: Win64 SEH face-lift.
Andy Polyakov
2017-02-06
1
-135
/
+380
*
chacha/asm/chacha-x86_64.pl: add AVX512 path optimized for shorter inputs.
Andy Polyakov
2016-12-25
1
-26
/
+249
*
x86 assembly pack: update performance results.
Andy Polyakov
2016-12-19
2
-0
/
+2
*
poly1305/asm/poly1305-x86_64.pl: allow nasm to assemble AVX512 code.
Andy Polyakov
2016-12-15
1
-1
/
+1
*
x86_64 assembly pack: add AVX512 ChaCha20 and Poly1305 code paths.
Andy Polyakov
2016-12-12
1
-3
/
+519
*
chacha/asm/chacha-x86.pl: improve [backward] portability.
Andy Polyakov
2016-11-11
1
-1
/
+8
*
PPC assembler pack: add some PPC970/G5 performance data.
Andy Polyakov
2016-11-11
1
-1
/
+2
*
Revert "Move algorithm specific ppccap code from crypto/ppccap.c"
Richard Levitte
2016-11-10
1
-31
/
+0
*
Move algorithm specific ppccap code from crypto/ppccap.c
Richard Levitte
2016-11-09
1
-0
/
+31
*
x86_64 assembly pack: add Goldmont performance results.
Andy Polyakov
2016-10-24
2
-0
/
+2
*
Remove trailing whitespace from some files.
David Benjamin
2016-10-11
3
-6
/
+6
*
chacha/asm/chacha-ppc.pl: add missing .text directive.
Andy Polyakov
2016-09-08
1
-0
/
+1
*
ARMv8 assembly pack: add Samsung Mongoose results.
Andy Polyakov
2016-08-16
1
-0
/
+1
*
spelling fixes, just comments and readme.
klemens
2016-08-06
1
-1
/
+1
*
s390x assembly pack: improve portability.
Andy Polyakov
2016-06-06
1
-2
/
+2
*
chacha/chacha_enc.c: harmonize counter width with subroutine name.
Andy Polyakov
2016-06-03
1
-3
/
+7
*
x86_64 assembly pack: tolerate spaces in source directory name.
Andy Polyakov
2016-05-29
1
-1
/
+1
*
Add OpenSSL copyright to .pl files
Rich Salz
2016-05-21
7
-7
/
+56
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-46
/
+6
*
chacha/asm/chacha-x86.pl: make it compile on legacy systems.
Andy Polyakov
2016-05-02
1
-1
/
+3
*
chacha/asm/chacha-ppc.pl: get misalignment corner case right on big-endian.
Andy Polyakov
2016-04-25
1
-1
/
+3
*
Remove --classic build entirely
Richard Levitte
2016-04-20
1
-57
/
+0
*
chacha/asm/chacha-armv8.pl: fix intermittent build failures.
Andy Polyakov
2016-04-13
1
-0
/
+1
*
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-21
1
-3
/
+0
*
Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)
Richard Levitte
2016-03-13
1
-1
/
+1
*
crypto/*/build.info: make it work on ARM platforms.
Andy Polyakov
2016-03-11
1
-2
/
+4
*
Fix some assembler generating scripts for better unification
Richard Levitte
2016-03-11
2
-3
/
+3
*
Add include directory options for assembler files that include from crypto/
Richard Levitte
2016-03-10
1
-0
/
+2
[next]