Differences From Artifact [bd47bed600]:
- File tests/test_vectors/Hash/SHA512ShortMsg.test — part of check-in [25db067636] at 2023-12-19 05:53:21 on branch crypto — Added test vectors files for hash functions. Added test files and make script to generate TCL test cases from test vector files. These files come from NIST, IETC, etc. documents, examples, etc. (user: bohagan, size: 57582) [annotate] [blame] [check-ins using]
To Artifact [0e3b80ebaf]:
- File tests/test_vectors/Hash/SHA512ShortMsg.test — part of check-in [feef0d0cef] at 2023-12-24 06:36:24 on branch crypto — Added MAC test vectors. Added all.tcl files to each test subdirectory so all tests run. Updated Hash and KDF test vectors to add missing cleanupTests. Corrected bug with using dash in constraints. Added constraints for ciphers, digests, and kdfs. (user: bohagan, size: 57623) [annotate] [blame] [check-ins using]
︙ | |||
774 775 776 777 778 779 780 | 774 775 776 777 778 779 780 781 782 783 | + + + | tcltest::test Hash_SHA512-2.129 {SHA512ShortMsg} \ -constraints SHA512 \ -setup {set data [binary decode hex fd2203e467574e834ab07c9097ae164532f24be1eb5d88f1af7748ceff0d2c67a21f4e4097f9d3bb4e9fbf97186e0db6db0100230a52b453d421f8ab9c9a6043aa3295ea20d2f06a2f37470d8a99075f1b8a8336f6228cf08b5942fc1fb4299c7d2480e8e82bce175540bdfad7752bc95b577f229515394f3ae5cec870a4b2f8]} \ -body {tls::digest -digest SHA512 -data $data} \ -match exact -result a21b1077d52b27ac545af63b32746c6e3c51cb0cb9f281eb9f3580a6d4996d5c9917d2a6e484627a9d5a06fa1b25327a9d710e027387fc3e07d7c4d14c6086cc # Cleanup ::tcltest::cleanupTests return |