Differences From Artifact [922707888e]:
- File tests/test_vectors/Hash/WHIRLPOOL.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: 3531) [annotate] [blame] [check-ins using]
To Artifact [085626bf56]:
- File tests/test_vectors/Hash/WHIRLPOOL.test — part of check-in [8440f589be] at 2024-02-11 21:24:47 on branch crypto — Updated test cases for OpenSSL 3.0. Added load legacy provider for obsolete algorithms. (user: bohagan, size: 3670) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + + | # Auto generated from "WHIRLPOOL.txt" lappend auto_path [file dirname [file dirname [file dirname [file dirname [file join [pwd] [info script]]]]]] package require tls package require tcltest tcltest::testConstraint WHIRLPOOL [expr {[lsearch -nocase [tls::digests] WHIRLPOOL] > -1}] catch {tls::provider legacy} tcltest::test Hash_WHIRLPOOL-1.1 {WHIRLPOOL} \ -constraints WHIRLPOOL \ -setup {set data ""} \ -body {tls::digest -digest WHIRLPOOL -data $data} \ -match exact -result 19fa61d75522a4669b44e39c1d2e1726c530232130d407f89afee0964997f7a73e83be698b288febcf88e3e03c4f0757ea8964e59b63d93708b138cc42a66eb3 |
︙ |