index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
sha
/
sha512.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate the low level SHA functions.
Pauli
2020-01-19
1
-0
/
+7
*
Move U64 macro from sha.h to sha512.c
avas
2019-12-10
1
-0
/
+8
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/sha/
Richard Levitte
2018-12-06
1
-1
/
+1
*
SHA512/224 and SHA512/256
Pauli
2018-01-23
1
-1
/
+78
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-2
/
+2
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-1
/
+0
*
MSC_VER <= 1200 isn't supported; remove dead code
Rich Salz
2017-08-27
1
-3
/
+0
*
sha/sha512.c: fix formatting.
Andy Polyakov
2017-05-05
1
-28
/
+42
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-4
/
+8
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
RT3999: Remove sub-component version strings
Rich Salz
2015-08-10
1
-2
/
+0
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-3
/
+5
*
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-27
1
-89
/
+80
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-547
/
+614
*
RT3548: Remove some unsupported platforms.
Rich Salz
2015-01-12
1
-1
/
+1
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+1
*
Remove fips_constseg references.
Dr. Stephen Henson
2014-12-08
1
-2
/
+0
*
sha512.c: fullfull implicit API contract in SHA512_Transform.
Andy Polyakov
2013-12-18
1
-1
/
+8
*
Initial aarch64 bits.
Andy Polyakov
2013-10-13
1
-0
/
+13
*
Allow for dynamic base in Win64 FIPS module.
Andy Polyakov
2011-09-14
1
-0
/
+2
*
ARM assembler pack: profiler-assisted optimizations and NEON support.
Andy Polyakov
2011-04-01
1
-47
/
+3
*
sha512.c: there apparently is ILP32 PowerPC platform, where it is safe to
Andy Polyakov
2009-11-15
1
-1
/
+1
*
Fix "possible loss of data" Win64 compiler warnings.
Andy Polyakov
2008-12-29
1
-1
/
+1
*
Fix warning.
Ben Laurie
2008-11-02
1
-1
/
+7
*
Fix SHA512 and optimize BN for mingw64.
Andy Polyakov
2008-11-01
1
-1
/
+2
*
Compensate inline assembler in sha512.c for gcc 2.7.2 compiler bug.
Andy Polyakov
2008-04-24
1
-4
/
+4
*
Make sha512-armv4.pl byte-order neutral.
Andy Polyakov
2007-09-26
1
-1
/
+47
*
Remove sha512-sse2.pl.
Andy Polyakov
2007-09-15
1
-35
/
+28
*
Add sha512_block implementation optimized for small register bank.
Andy Polyakov
2007-09-07
1
-22
/
+80
*
Workaround MSVC6 compiler bug.
Andy Polyakov
2007-08-23
1
-0
/
+3
*
As all assembler modules are alignment neutral, allow C to pass unaligned
Andy Polyakov
2007-05-13
1
-1
/
+2
*
Typo in commit #16187.
Andy Polyakov
2007-04-30
1
-1
/
+1
*
s390x optimizations.
Andy Polyakov
2007-04-30
1
-1
/
+3
*
Constify version strings and some structures.
Dr. Stephen Henson
2007-01-21
1
-1
/
+1
*
Further synchronizations with md32_common.h update, consistent naming
Andy Polyakov
2006-10-17
1
-9
/
+9
*
SHA1 for PowerPC.
Andy Polyakov
2006-05-01
1
-1
/
+1
*
+20% SHA512 performance improvement on x86.
Andy Polyakov
2005-10-25
1
-20
/
+55
*
"Show" more respect to no-sha* config options.
Andy Polyakov
2005-05-31
1
-1
/
+1
*
OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer a
Andy Polyakov
2004-08-29
1
-3
/
+4
*
Make SHA-256/-512 optional. Note that no-sha switches off *all* SHA.
Andy Polyakov
2004-07-25
1
-1
/
+4
*
Some compilers are just too whiny. Nothing makes Microsoft compiler
Andy Polyakov
2004-07-25
1
-24
/
+32
*
Anchor AES and SHA-256/-512 assembler from C.
Andy Polyakov
2004-07-18
1
-1
/
+7
*
Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTX
Andy Polyakov
2004-05-31
1
-16
/
+33
*
gcc -Wcast-qual clean-up.
Andy Polyakov
2004-05-29
1
-3
/
+4
*
SHA-256/-512 update. A bug fix, SHA-512 tune-up for AMD64, hook for SSE2
Andy Polyakov
2004-05-20
1
-3
/
+64
*
SHA-224/-256/-384/-512 implementation. This is just sheer code commit.
Andy Polyakov
2004-05-13
1
-0
/
+399