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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide accelerated SHA-1 for aarch64.
jsing
2025-06-28
2
-0
/
+248
*
Make OPENSSL_IA32_SSE2 the default for i386 and remove the flag.
jsing
2025-06-09
2
-6
/
+2
*
Remove GNU assembler version check.
jsing
2025-06-09
1
-4
/
+1
*
Use 'ctx' for sha3_ctx variables, rather than the less readable 'c'.
jsing
2025-04-18
2
-36
/
+36
*
Pull casts from void * to uint8_t * up to variables, rather than inline.
jsing
2025-04-18
1
-9
/
+11
*
Use two temporary variables in sha3_keccakf(), rather than reusing bc[0].
jsing
2025-04-18
1
-8
/
+8
*
Use crypto_rol_u64() instead of a separate ROTL64 define.
jsing
2025-04-18
1
-5
/
+4
*
Provide an accelerated SHA-512 assembly implementation for aarch64.
jsing
2025-03-12
2
-0
/
+346
*
Use .arch rather than .cpu for sha2 instructions.
jsing
2025-03-12
1
-2
/
+2
*
Provide an accelerated SHA-256 assembly implementation for aarch64.
jsing
2025-03-07
2
-0
/
+223
*
Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines.
jsing
2025-02-14
3
-20
/
+40
*
Remove #error if OPENSSL_NO_FOO is defined
tb
2025-01-25
1
-5
/
+1
*
Use name instead of register.
jsing
2025-01-18
1
-3
/
+3
*
Provide a SHA-1 assembly implementation for amd64 using SHA-NI.
jsing
2024-12-06
2
-1
/
+177
*
Another now unused perlasm script can bite the dust.
jsing
2024-12-04
1
-1267
/
+0
*
Provide a replacement assembly implementation for SHA-1 on amd64.
jsing
2024-12-04
2
-0
/
+342
*
Simplify endian handling in SHA-3.
jsing
2024-11-23
1
-26
/
+5
*
Provide a SHA-256 assembly implementation for amd64 using SHA-NI.
jsing
2024-11-16
2
-1
/
+218
*
Remove sha512-x86_64.pl.
jsing
2024-11-16
1
-347
/
+0
*
Provide a replacement assembly implementation for SHA-512 on amd64.
jsing
2024-11-16
2
-0
/
+333
*
Specify size for K256 symbol.
jsing
2024-11-16
1
-1
/
+2
*
Use multipliers for stack offsets and tweak comment.
jsing
2024-11-12
1
-9
/
+9
*
Provide a replacement assembly implementation for SHA-256 on amd64.
jsing
2024-11-08
2
-0
/
+327
*
Missed SHA224() in previous: reverse order of attributes
tb
2024-06-01
1
-3
/
+3
*
Reverse order of attributes
tb
2024-06-01
1
-9
/
+9
*
Remove support for static buffers in HMAC/digests
tb
2024-06-01
4
-24
/
+9
*
Demacro sha1.
jsing
2024-03-28
1
-164
/
+252
*
Fix line wrapping.
jsing
2024-03-28
1
-6
/
+4
*
Rework input and output handling for sha1.
jsing
2024-03-26
1
-128
/
+79
*
Replace uses of endbr64 with _CET_ENDBR from cet.h
tb
2024-02-24
2
-5
/
+5
*
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
2
-5
/
+5
*
Hide symbols in sha
beck
2023-07-08
3
-3
/
+26
*
Remove unused SHA-1 implementation.
jsing
2023-07-08
1
-86
/
+1
*
Remove now unnecessary "do { } while (0)"
jsing
2023-07-08
1
-4
/
+2
*
Inline HASH_MAKE_STRING macro.
jsing
2023-07-08
1
-15
/
+14
*
Reorder functions.
jsing
2023-07-08
1
-113
/
+113
*
style(9)
jsing
2023-07-08
1
-36
/
+33
*
Implement SHA1_{Update,Transform,Final}() directly in sha1.c.
jsing
2023-07-07
1
-5
/
+104
*
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
*
Demacro SHA-512.
jsing
2023-07-02
1
-54
/
+112
*
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
[next]