index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
sha
Age
Commit message (
Expand
)
Author
6 days
Remove sha512-x86_64.pl.
Joel Sing
6 days
Provide a replacement assembly implementation for SHA-512 on amd64.
Joel Sing
6 days
Specify size for K256 symbol.
Joel Sing
10 days
Use multipliers for stack offsets and tweak comment.
Joel Sing
14 days
Provide a replacement assembly implementation for SHA-256 on amd64.
Joel Sing
2024-06-01
Missed SHA224() in previous: reverse order of attributes
Theo Buehler
2024-06-01
Reverse order of attributes
Theo Buehler
2024-06-01
Remove support for static buffers in HMAC/digests
Theo Buehler
2024-03-28
Demacro sha1.
Joel Sing
2024-03-28
Fix line wrapping.
Joel Sing
2024-03-26
Rework input and output handling for sha1.
Joel Sing
2024-02-24
Replace uses of endbr64 with _CET_ENDBR from cet.h
Theo Buehler
2023-08-11
Stop including md32_common.h.
Joel Sing
2023-08-11
Demacro sha256.
Joel Sing
2023-08-10
Remove MD32_REG_T.
Joel Sing
2023-07-08
Hide symbols in sha
Bob Beck
2023-07-08
Remove unused SHA-1 implementation.
Joel Sing
2023-07-08
Remove now unnecessary "do { } while (0)"
Joel Sing
2023-07-08
Inline HASH_MAKE_STRING macro.
Joel Sing
2023-07-08
Reorder functions.
Joel Sing
2023-07-08
style(9)
Joel Sing
2023-07-07
Implement SHA1_{Update,Transform,Final}() directly in sha1.c.
Joel Sing
2023-07-07
Clean up alignment handling for SHA-256.
Joel Sing
2023-07-07
Clean up SHA-256 input handling and round macros.
Joel Sing
2023-07-07
Remove unused SHA-256 implementation.
Joel Sing
2023-07-07
Replace HOST_l2c() with htob32() or crypto_store_htobe32().
Joel Sing
2023-07-02
Demacro SHA-512.
Joel Sing
2023-05-28
Sprinkle some style(9).
Joel Sing
2023-05-28
Expand occurrences of HASH_CTX that were previously missed.
Joel Sing
2023-05-28
Reorder functions.
Joel Sing
2023-05-28
Clean up includes.
Joel Sing
2023-05-28
Remove now unnecessary do {} while(0);
Joel Sing
2023-05-28
Inline HASH_MAKE_STRING for SHA256.
Joel Sing
2023-05-27
Implement SHA256_{Update,Transform,Final}() directly in sha256.c.
Joel Sing
2023-05-27
Clean up alignment handling for SHA-512.
Joel Sing
2023-05-19
backout alignment changes (breaking at least two architectures)
Theo de Raadt
2023-05-17
Clean up alignment handling for SHA-512.
Joel Sing
2023-05-16
Clean up SHA-512 input handling and round macros.
Joel Sing
2023-05-12
Reduce the number of SHA-512 C implementations from three to one.
Joel Sing
2023-04-25
Remove duplicate NID definitions
Theo Buehler
2023-04-25
Remove no longer necessary compat #defines
Theo Buehler
2023-04-25
Add endbr64 where needed by inspection. Passes regresson tests.
Theo de Raadt
2023-04-16
Provide EVP methods for SHA3 224/256/384/512.
Joel Sing
2023-04-16
Provide EVP methods for SHA512/224 and SHA512/256.
Joel Sing
2023-04-16
Bounds check mdlen that is passed to sha3_init().
Joel Sing
2023-04-15
Use size_t rather than int.
Joel Sing
2023-04-15
Add SHA3 digest length define that was previously missed.
Joel Sing
2023-04-15
Remove sha3() function, which will not be used or exposed.
Joel Sing
2023-04-15
Mark sha3_keccakf() as static and remove prototype from header.
Joel Sing
2023-04-15
Use memset() to zero the context, instead of zeroing manually.
Joel Sing
[next]