index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
sha
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing Assembler defines
Shane Lontis
2019-10-16
1
-2
/
+6
*
Rework how our providers are built
Richard Levitte
2019-10-10
1
-2
/
+2
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
2
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
4
-4
/
+4
*
Unify all assembler file generators
Richard Levitte
2019-09-16
41
-115
/
+171
*
build.info: For all assembler generators, remove all arguments
Richard Levitte
2019-09-16
1
-54
/
+51
*
Directly return from final sha3/keccak_final if no bytes are requested
Patrick Steuer
2019-08-18
1
-0
/
+3
*
Fix syntax error for the armv4 assembler
Omid Najafi
2019-08-15
1
-111
/
+111
*
Fix build error for aarch64 big endian.
Lei Maohui
2019-07-08
1
-2
/
+2
*
Fix Typos
Antoine Cœur
2019-07-02
1
-1
/
+1
*
Move keccak1600_asm_src file information to build.info files
Richard Levitte
2019-06-17
1
-4
/
+23
*
Move sha1_asm_src file information to build.info files
Richard Levitte
2019-06-17
1
-2
/
+57
*
Use variables in build.info files where it's worth the while
Richard Levitte
2019-06-15
1
-5
/
+4
*
Move digests to providers
Shane Lontis
2019-06-04
4
-6
/
+170
*
ARM64 assembly pack: add ThunderX2 results.
Andy Polyakov
2019-04-17
3
-0
/
+3
*
Create a FIPS provider and put SHA256 in it
Matt Caswell
2019-04-05
1
-0
/
+2
*
fix truncation of integers on 32bit AIX
Shane Lontis
2019-03-11
1
-24
/
+24
*
sha/asm/keccak1600-ppc64.pl: up 10% performance improvement.
Andy Polyakov
2019-03-11
1
-20
/
+20
*
sha/keccak1600.c: subscribe more platforms for "complementing" optimization.
Andy Polyakov
2019-02-19
1
-1
/
+8
*
ARM64 assembly pack: make it Windows-friendly.
Andy Polyakov
2019-02-16
2
-38
/
+15
*
ARM assembly pack: make it Windows-friendly.
Andy Polyakov
2019-02-16
4
-19
/
+73
*
AArch64 assembly pack: authenticate return addresses.
Andy Polyakov
2019-02-12
2
-0
/
+16
*
Build: Remove BEGINRAW / ENDRAW / OVERRIDE
Richard Levitte
2019-01-31
1
-10
/
+12
*
Following the license change, modify the boilerplates in crypto/sha/
Richard Levitte
2018-12-06
48
-48
/
+48
*
License: change any non-boilerplate comment referring to "OpenSSL license"
Richard Levitte
2018-12-06
1
-1
/
+1
*
sha/asm/sha512p8-ppc.pl: optimize epilogue.
Andy Polyakov
2018-11-16
1
-16
/
+9
*
sha/asm/sha512p8-ppc.pl: fix typo in prologue.
Andy Polyakov
2018-11-16
1
-2
/
+2
*
sha/asm/keccak1600-armv8.pl: halve the size of hw-assisted subroutine.
Andy Polyakov
2018-10-19
1
-77
/
+69
*
sha/asm/keccak1600-s390x.pl: resolve -march=z900 portability issue.
Andy Polyakov
2018-10-12
1
-2
/
+2
*
Update copyright year
Matt Caswell
2018-09-11
5
-5
/
+5
*
Remove development artifacts.
Pauli
2018-07-01
2
-2
/
+0
*
PA-RISC assembly pack: make it work with GNU assembler for HP-UX.
Andy Polyakov
2018-06-25
2
-7
/
+26
*
sha/asm/sha{256|512}-armv4.pl: harmonize thumb2 support with the rest.
Andy Polyakov
2018-06-22
2
-3
/
+3
*
Update copyright year
Matt Caswell
2018-06-20
2
-2
/
+2
*
sha/asm/sha{1|256}-586.pl: harmonize clang version detection.
Andy Polyakov
2018-06-18
2
-2
/
+2
*
sha/asm/sha512p8-ppc.pl: fix build on Mac OS X.
Andy Polyakov
2018-06-06
1
-2
/
+1
*
sha/asm/sha512p8-ppc.pl: improve POWER9 performance by ~10%.
Andy Polyakov
2018-06-03
1
-67
/
+55
*
PPC assembly pack: correct POWER9 results.
Andy Polyakov
2018-06-03
3
-4
/
+4
*
Update copyright year
Matt Caswell
2018-05-29
3
-3
/
+3
*
PPC assembly pack: add POWER9 results.
Andy Polyakov
2018-05-10
3
-4
/
+5
*
Update copyright year
Matt Caswell
2018-05-01
1
-1
/
+1
*
00-base-templates.conf: wire keccak1600-armv4 module.
Andy Polyakov
2018-04-23
1
-0
/
+2
*
sha/asm/keccak1600-armv4.pl: adapt for multi-platform.
Andy Polyakov
2018-04-23
1
-3
/
+20
*
00-base-templates.conf: wire keccak1600-ppc64 module.
Andy Polyakov
2018-04-23
1
-0
/
+1
*
00-base-templates.conf: wire keccak1600-s390x module.
Andy Polyakov
2018-04-23
1
-0
/
+1
*
00-base-templates.conf: wire keccak1600-armv8 module.
Andy Polyakov
2018-04-23
1
-0
/
+1
*
00-base-templates.conf: wire keccak1600-x86_64 module.
Andy Polyakov
2018-04-23
1
-0
/
+1
*
sha/asm/keccak1600-x86_64.pl: make it work on Windows.
Andy Polyakov
2018-04-23
1
-4
/
+4
*
Configure: add $target{keccak1600_asm_src}.
Andy Polyakov
2018-04-23
1
-1
/
+1
*
sha/asm/keccak1600-armv8.pl: halve the size of hw-assisted subroutine.
Andy Polyakov
2018-04-23
1
-18
/
+18
[next]