Todd C. Miller
|
5f2a0a70e5
|
Fix printf format string mismatch now that 'i' is size_t.
|
2023-08-07 11:31:04 -06:00 |
|
Todd C. Miller
|
77f94f291a
|
sudo_digest_getlen: return size_t, and 0 on error instead of -1
This is an API change, sudo_digest_getlen_v1 remains for binary
compatibility.
|
2023-08-07 08:43:13 -06:00 |
|
Todd C. Miller
|
bced0a7786
|
Make the remaining instances of digest_type unsigned.
|
2023-07-06 08:01:15 -06:00 |
|
Todd C. Miller
|
dea110a848
|
Add tests for SHA2 digest support.
This uses the NIST byte-oriented short message test vectors.
|
2023-03-07 12:45:13 -07:00 |
|