History log of /openbsd-current/regress/lib/libcrypto/sha/sha_test.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.6 19-Jul-2023 joshua

Add missing commas to test vectors

ok tb@


# 1.5 19-Jul-2023 joshua

Add test coverage for SHA3

ok tb@


Revision tags: OPENBSD_7_2_BASE OPENBSD_7_3_BASE
# 1.4 02-Sep-2022 tb

Add two const


# 1.3 02-Sep-2022 tb

Make test tables static const and fix a style nit


# 1.2 02-Sep-2022 tb

Add tests for 1 million repeated "a"

From Joshua Sing


# 1.1 01-Sep-2022 tb

Add a nicely licensed, table-driven test for SHA

This tests covers the NIST vectors for SHA-{1,224,256,384,256} and will
soon be able to replace the old SHA tests entirely.

From Joshua Sing <joshua () hypera ! dev>