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
/
sha256.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
/
+14
*
Remove support for static buffers in HMAC/digests
tb
2024-06-01
1
-9
/
+1
*
Fix line wrapping.
jsing
2024-03-28
1
-6
/
+4
*
Stop including md32_common.h.
jsing
2023-08-11
1
-15
/
+1
*
Demacro sha256.
jsing
2023-08-11
1
-49
/
+114
*
Remove MD32_REG_T.
jsing
2023-08-10
1
-2
/
+2
*
Hide symbols in sha
beck
2023-07-08
1
-1
/
+10
*
Clean up alignment handling for SHA-256.
jsing
2023-07-07
1
-63
/
+43
*
Clean up SHA-256 input handling and round macros.
jsing
2023-07-07
1
-72
/
+58
*
Remove unused SHA-256 implementation.
jsing
2023-07-07
1
-71
/
+1
*
Replace HOST_l2c() with htob32() or crypto_store_htobe32().
jsing
2023-07-07
1
-17
/
+15
*
Sprinkle some style(9).
jsing
2023-05-28
1
-15
/
+15
*
Expand occurrences of HASH_CTX that were previously missed.
jsing
2023-05-28
1
-4
/
+5
*
Reorder functions.
jsing
2023-05-28
1
-214
/
+214
*
Clean up includes.
jsing
2023-05-28
1
-6
/
+5
*
Remove now unnecessary do {} while(0);
jsing
2023-05-28
1
-3
/
+1
*
Inline HASH_MAKE_STRING for SHA256.
jsing
2023-05-28
1
-34
/
+37
*
Implement SHA256_{Update,Transform,Final}() directly in sha256.c.
jsing
2023-05-27
1
-4
/
+103
*
More whitespace fixes.
jsing
2023-03-29
1
-51
/
+51
*
Add license to sha256.c/sha512.c.
jsing
2023-03-26
1
-3
/
+50
*
Add some blank lines for readability, along with some more style(9) tweaks.
jsing
2023-03-26
1
-4
/
+15
*
Whack sha with a style(9) stick.
jsing
2023-03-26
1
-156
/
+260
*
Switch to <endian.h> from <machine/endian.h> for better portability.
bcook
2021-11-09
1
-3
/
+2
*
lenght -> length
jsg
2019-01-21
1
-2
/
+2
*
Correct spelling of OPENSSL_cleanse.
jsing
2015-09-10
1
-3
/
+3
*
remove return value from HOST_c2l/l2c macros
bcook
2014-08-18
1
-4
/
+4
*
Explicitly include <openssl/opensslconf.h> in every file that references
jsing
2014-07-10
1
-2
/
+5
*
Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to be
miod
2014-07-09
1
-2
/
+2
*
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
*
Remove fips_md_init() macro indirection for digest algorithms, used by the
miod
2014-05-01
1
-2
/
+2
*
Figure out endianness at compile-time, using _BYTE_ORDER from
miod
2014-04-23
1
-2
/
+3
*
Import OpenSSL 1.0.1g
miod
2014-04-13
1
-3
/
+3
*
import OpenSSL-1.0.1c
djm
2012-10-13
1
-2
/
+2
*
import OpenSSL-1.0.0a
djm
2010-10-01
1
-21
/
+11
*
import openssl-0.9.8j
djm
2009-01-09
1
-0
/
+10
*
import of OpenSSL 0.9.8h
djm
2008-09-06
1
-0
/
+282