Differences From Artifact [b756234b7b]:
- File tests/test_vectors/Hash/SHA384ShortMsg.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: 53495) [annotate] [blame] [check-ins using]
To Artifact [af2f570629]:
- File tests/test_vectors/Hash/SHA384ShortMsg.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: 53634) [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 "SHA384ShortMsg.rsp" lappend auto_path [file dirname [file dirname [file dirname [file dirname [file join [pwd] [info script]]]]]] package require tls package require tcltest tcltest::testConstraint SHA384 [expr {[lsearch -nocase [tls::digests] SHA384] > -1}] catch {tls::provider legacy} tcltest::test Hash_SHA384-2.1 {SHA384ShortMsg} \ -constraints SHA384 \ -setup {set data ""} \ -body {tls::digest -digest SHA384 -data $data} \ -match exact -result 38b060a751ac96384cd9327eb1b1e36a21fdb71114be07434c0cc7bf63f6e1da274edebfe76f65fbd51ad2f14898b95b |
︙ |