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
*
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
*
Move some defines out of the sha3_internal.h header.
jsing
2023-04-15
2
-10
/
+6
*
Revise header guards.
jsing
2023-04-15
1
-4
/
+4
*
Pull constant tables out of sha3_keccakf().
jsing
2023-04-15
1
-24
/
+24
*
Strip and reformat comments.
jsing
2023-04-15
2
-44
/
+14
*
Apply style(9) (first pass).
jsing
2023-04-15
2
-146
/
+152
*
Import sha3_internal.h.
jsing
2023-04-15
1
-2
/
+2
*
Add license to sha3 files.
jsing
2023-04-15
2
-0
/
+50
*
Import tiny_sha3
jsing
2023-04-15
2
-0
/
+238
*
Add support for truncated SHA512 variants.
jsing
2023-04-14
2
-2
/
+115
*
Use memset() and only initialise non-zero struct members.
jsing
2023-04-14
1
-7
/
+7
*
Remove now unused sha_local.h.
jsing
2023-04-12
1
-419
/
+0
*
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
*
Consolidate sha1 into a single file.
jsing
2023-04-11
2
-88
/
+21
*
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
*
More whitespace fixes.
jsing
2023-03-29
1
-51
/
+51
*
Whitespace fixes.
jsing
2023-03-29
1
-133
/
+133
*
Whitespace fixes.
jsing
2023-03-29
1
-68
/
+68
[next]