index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
sha
/
sha512.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines.
jsing
2025-02-14
1
-7
/
+13
*
Remove support for static buffers in HMAC/digests
tb
2024-06-01
1
-9
/
+1
*
Hide symbols in sha
beck
2023-07-08
1
-1
/
+10
*
Demacro SHA-512.
jsing
2023-07-02
1
-54
/
+112
*
Clean up alignment handling for SHA-512.
jsing
2023-05-27
1
-73
/
+52
*
backout alignment changes (breaking at least two architectures)
deraadt
2023-05-19
1
-49
/
+72
*
Clean up alignment handling for SHA-512.
jsing
2023-05-17
1
-72
/
+49
*
Clean up SHA-512 input handling and round macros.
jsing
2023-05-16
1
-47
/
+49
*
Reduce the number of SHA-512 C implementations from three to one.
jsing
2023-05-12
1
-134
/
+1
*
Add support for truncated SHA512 variants.
jsing
2023-04-14
1
-2
/
+79
*
Use memset() and only initialise non-zero struct members.
jsing
2023-04-14
1
-7
/
+7
*
Provide and use crypto_ro{l,r}_u{32,64}().
jsing
2023-04-12
1
-14
/
+2
*
Provide and use crypto_store_htobe64().
jsing
2023-04-12
1
-23
/
+9
*
Recommit jsing's r1.27 - portable is ready
tb
2023-04-11
1
-23
/
+4
*
Back out r1.27 using htobe64() - apparently some OS don't have it.
tb
2023-04-11
1
-4
/
+23
*
Simplify handling of big vs little endian.
jsing
2023-04-11
1
-40
/
+5
*
Use htobe64() instead of testing BYTE_ORDER and then handrolling htobe64().
jsing
2023-04-11
1
-23
/
+4
*
Omit sha512_block_data_order() prototype when assembly is not being used.
jsing
2023-04-11
1
-4
/
+3
*
Remove less than useful implementation notes.
jsing
2023-04-11
1
-36
/
+1
*
Whitespace fixes.
jsing
2023-03-29
1
-68
/
+68
*
Use multiple statements instead of a statement with multiple expressions.
jsing
2023-03-29
1
-4
/
+5
*
Reorder functions/code.
jsing
2023-03-27
1
-238
/
+238
*
Tidy includes.
jsing
2023-03-27
1
-5
/
+4
*
Add license to sha256.c/sha512.c.
jsing
2023-03-26
1
-3
/
+50
*
Use multiple statements instead of comma separated expressions.
jsing
2023-03-26
1
-24
/
+33
*
Add some blank lines for readability, along with some more style(9) tweaks.
jsing
2023-03-26
1
-3
/
+9
*
Whack sha with a style(9) stick.
jsing
2023-03-26
1
-326
/
+422
*
Switch to <endian.h> from <machine/endian.h> for better portability.
bcook
2021-11-09
1
-3
/
+2
*
Remove I386_ONLY define. It was only used to prefer a
miod
2016-11-04
1
-12
/
+1
*
Correct spelling of OPENSSL_cleanse.
jsing
2015-09-10
1
-3
/
+3
*
Only import cryptlib.h in the four source files that actually need it.
jsing
2014-07-11
1
-4
/
+2
*
Explicitly include <openssl/opensslconf.h> in every file that references
jsing
2014-07-10
1
-4
/
+8
*
Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to be
miod
2014-07-09
1
-4
/
+4
*
remove unused, private version strings except SSL_version_str
bcook
2014-07-09
1
-3
/
+1
*
tags as requested by miod and tedu
deraadt
2014-06-12
1
-1
/
+1
*
Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather
miod
2014-05-07
1
-4
/
+1
*
Remove fips_md_init() macro indirection for digest algorithms, used by the
miod
2014-05-01
1
-2
/
+2
*
Unifdef -UPEDANTIC. ok beck@ tedu@
miod
2014-04-23
1
-20
/
+12
*
Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,
miod
2014-04-18
1
-3
/
+4
*
Get rid of MS Visual C compiler and Intel C compiler specific defines.
miod
2014-04-17
1
-30
/
+0
*
Remove support for big-endian i386 and amd64.
miod
2014-04-17
1
-7
/
+1
*
Reliability fix for SHA384 SSL/TLS ciphers on strict alignment
jca
2013-12-19
1
-1
/
+8
*
import OpenSSL-1.0.1c
djm
2012-10-13
1
-49
/
+5
*
import OpenSSL-1.0.0a
djm
2010-10-01
1
-45
/
+139
*
import openssl-0.9.8j
djm
2009-01-09
1
-1
/
+11
*
import of OpenSSL 0.9.8h
djm
2008-09-06
1
-0
/
+537