Differences From Artifact [cec271042b]:
- File tests/test_vectors/Symetric_Block/make_test.tcl — part of check-in [32f48d257b] at 2024-03-30 19:52:16 on branch crypto — Added option to enable and disable PKCS#7 padding (user: bohagan, size: 4185) [annotate] [blame] [check-ins using]
To Artifact [738ff2bcbc]:
- File tests/test_vectors/Symetric_Block/make_test.tcl — part of check-in [66cee0f83a] at 2024-03-31 03:12:20 on branch crypto — Added DES test vectors (user: bohagan, size: 4307) [annotate] [blame] [check-ins using]
︙ | |||
47 48 49 50 51 52 53 54 55 56 57 58 59 60 | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | + + + + | # Test cleanup # Test result set result "" foreach key $list2 { if {[info exists config($key)]} { set result $config($key) # Convert hex to lowercase if {[string index $result 0] ne "\""} { set result [string tolower $result] } } } append line [format {-match exact -result %s} $result] # Return codes #append line { -returnCodes 0} |
︙ |