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
*
More typo fixes
FdaSilvaYY
2017-03-29
2
-7
/
+7
*
x86_64 assembly pack: add some Ryzen performance results.
Andy Polyakov
2017-03-22
2
-0
/
+2
*
Clean up references to FIPS
Emilia Kasper
2017-02-28
2
-8
/
+0
*
sha/asm/*-x86_64.pl: add CFI annotations.
Andy Polyakov
2017-02-15
3
-1
/
+183
*
sha/asm/sha1-x86_64.pl: add CFI annotations.
Adam Langley
2017-02-11
1
-0
/
+60
*
x86_64 assembly pack: Win64 SEH face-lift.
Andy Polyakov
2017-02-06
2
-113
/
+105
*
x86 assembly pack: update performance results.
Andy Polyakov
2016-12-19
3
-0
/
+8
*
sha/asm/sha512-armv8.pl: fix big-endian support in __KERNEL__ case.
Andy Polyakov
2016-11-17
1
-1
/
+1
*
sha/asm/sha512-armv8.pl: add NEON version of SHA256.
Andy Polyakov
2016-11-11
1
-4
/
+313
*
sha/keccak1600.c: add some optimized implementations.
Andy Polyakov
2016-11-11
1
-5
/
+585
*
Revert "Move algorithm specific ppccap code from crypto/ppccap.c"
Richard Levitte
2016-11-10
1
-29
/
+0
*
Move algorithm specific ppccap code from crypto/ppccap.c
Richard Levitte
2016-11-09
1
-0
/
+29
*
sha/keccak1600.c: add couple of soft asserts.
Andy Polyakov
2016-10-31
1
-0
/
+4
*
sha/asm/sha512-armv8.pl: adapt for kernel use.
Andy Polyakov
2016-10-24
1
-15
/
+38
*
x86_64 assembly pack: add Goldmont performance results.
Andy Polyakov
2016-10-24
3
-1
/
+5
*
sha/keccak1600.c: add known answer and verify result with memcmp.
Andy Polyakov
2016-10-24
1
-3
/
+83
*
crypto/sha: add Keccak1600 primitives to build SHA-3 upon.
Andy Polyakov
2016-10-24
1
-0
/
+281
*
Remove trailing whitespace from some files.
David Benjamin
2016-10-11
13
-18
/
+18
*
MIPS assembly pack: adapt it for MIPS[32|64]R6.
Andy Polyakov
2016-09-02
3
-17
/
+34
*
ARMv8 assembly pack: add Samsung Mongoose results.
Andy Polyakov
2016-08-16
2
-0
/
+2
*
sha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on Windows.
Andy Polyakov
2016-08-11
1
-2
/
+2
*
spelling fixes, just comments and readme.
klemens
2016-08-06
2
-2
/
+2
*
Remove/rename some old files.
Rich Salz
2016-06-01
1
-1
/
+0
*
x86_64 assembly pack: tolerate spaces in source directory name.
Andy Polyakov
2016-05-29
4
-4
/
+4
*
Add OpenSSL copyright to .pl files
Rich Salz
2016-05-21
31
-31
/
+248
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
5
-170
/
+34
*
Alpha assembly pack: make it work on Linux.
Andy Polyakov
2016-05-04
2
-2
/
+2
*
MIPS assembly pack: fix MIPS64 assembler warnings.
Andy Polyakov
2016-05-04
2
-3
/
+5
*
s390x assembly pack: cache capability query results.
Andy Polyakov
2016-04-25
2
-10
/
+4
*
Remove --classic build entirely
Richard Levitte
2016-04-20
1
-106
/
+0
*
PPC assembly pack: remove branch hints.
Andy Polyakov
2016-04-07
2
-7
/
+7
*
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-21
1
-3
/
+0
*
build.info/Makefile.in: Itanium fixups.
Andy Polyakov
2016-03-14
1
-3
/
+3
*
Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)
Richard Levitte
2016-03-13
1
-6
/
+6
*
crypto/*/build.info: make it work on ARM platforms.
Andy Polyakov
2016-03-11
1
-8
/
+14
*
Fix some assembler generating scripts for better unification
Richard Levitte
2016-03-11
7
-10
/
+10
*
Add include directory options for assembler files that include from crypto/
Richard Levitte
2016-03-10
1
-0
/
+2
*
Add include directory options for assembler files that include from crypto/
Richard Levitte
2016-03-10
1
-0
/
+7
*
Make sure the effect of "pic" / "no-pic" is used with assembler compilations
Richard Levitte
2016-03-09
1
-1
/
+1
*
Unified - adapt the generation of sha assembler to use GENERATE
Richard Levitte
2016-03-09
7
-79
/
+70
*
SPARCv9 assembly pack: unify build rules and argument handling.
Andy Polyakov
2016-03-08
4
-8
/
+8
*
Consistently use arm_arch.h constants in armcap assembly code.
David Benjamin
2016-03-02
1
-1
/
+1
*
RT4347: Fix GCC unused-value warnings with HOST_c2l()
David Woodhouse
2016-03-01
2
-18
/
+18
*
Always build library object files with shared library cflags
Richard Levitte
2016-02-20
1
-1
/
+1
*
Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND
Richard Levitte
2016-02-18
1
-1
/
+1
*
Pass $(CC) to perlasm scripts via the environment
Richard Levitte
2016-02-13
1
-30
/
+30
*
unified build scheme: add a "unified" template for Unix Makefile
Richard Levitte
2016-02-10
1
-0
/
+77
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
5
-11
/
+11
*
unified build scheme: add build.info files
Richard Levitte
2016-02-01
1
-0
/
+3
*
Templatize util/domd
Rich Salz
2016-01-29
1
-2
/
+1
[next]