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 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
*
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
*
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
*
Remove duplicate NID definitions
tb
2023-04-25
1
-11
/
+1
*
Remove no longer necessary compat #defines
tb
2023-04-25
1
-6
/
+1
*
Add endbr64 where needed by inspection. Passes regresson tests.
deraadt
2023-04-25
2
-0
/
+5
*
Provide EVP methods for SHA3 224/256/384/512.
jsing
2023-04-16
1
-1
/
+11
*
Provide EVP methods for SHA512/224 and SHA512/256.
jsing
2023-04-16
1
-1
/
+6
*
Bounds check mdlen that is passed to sha3_init().
jsing
2023-04-16
1
-2
/
+5
*
Use size_t rather than int.
jsing
2023-04-15
2
-13
/
+13
*
Add SHA3 digest length define that was previously missed.
jsing
2023-04-15
1
-1
/
+2
*
Remove sha3() function, which will not be used or exposed.
jsing
2023-04-15
2
-16
/
+2
*
Mark sha3_keccakf() as static and remove prototype from header.
jsing
2023-04-15
2
-5
/
+3
*
Use memset() to zero the context, instead of zeroing manually.
jsing
2023-04-15
1
-5
/
+3
*
Provide SHA3 length related defines.
jsing
2023-04-15
1
-1
/
+27
*
Use the same byte order tests as we do elsewhere in libcrypto.
jsing
2023-04-15
1
-3
/
+5
*
Rename SHA3 context struct field from 'st' to 'state'.
jsing
2023-04-15
2
-15
/
+15
*
Rename SHA3 context to align with existing code.
jsing
2023-04-15
2
-14
/
+14
[next]