Differences From Artifact [4b0e755a54]:
- File tests/test_vectors/Hash/all.tcl — 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: 1297) [annotate] [blame] [check-ins using]
- File tests/test_vectors/KDF/all.tcl — 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: 1297) [annotate] [blame] [check-ins using]
- File tests/test_vectors/MAC/all.tcl — 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: 1297) [annotate] [blame] [check-ins using]
- File tests/test_vectors/all.tcl — 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: 1297) [annotate] [blame] [check-ins using]
To Artifact [66316a28dd]:
- File tests/test_vectors/Hash/all.tcl — part of check-in [5e61643e80] at 2024-03-14 01:23:12 on branch crypto — Fixed issue which prevented running all test cases (user: bohagan, size: 1299) [annotate] [blame] [check-ins using]
- File tests/test_vectors/KDF/all.tcl — part of check-in [5e61643e80] at 2024-03-14 01:23:12 on branch crypto — Fixed issue which prevented running all test cases (user: bohagan, size: 1299) [annotate] [blame] [check-ins using]
- File tests/test_vectors/MAC/all.tcl — part of check-in [5e61643e80] at 2024-03-14 01:23:12 on branch crypto — Fixed issue which prevented running all test cases (user: bohagan, size: 1299) [annotate] [blame] [check-ins using]
- File tests/test_vectors/Symetric_Block/all.tcl — part of check-in [564db0e896] at 2024-03-29 22:59:21 on branch crypto — Added AES symmetrical block cipher test vectors (user: bohagan, size: 1299) [annotate] [blame] [check-ins using]
- File tests/test_vectors/Symetric_Stream/all.tcl — part of check-in [6e07821c1e] at 2024-04-07 20:52:17 on branch crypto — Added RC4 stream cipher test vectors (user: bohagan, size: 1299) [annotate] [blame] [check-ins using]
︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 | - + | variable numTests set ::exitCode [expr {$numTests(Total) == 0 || $numTests(Failed) > 0}] } ::tcltest::runAllTests } # Exit code: 0=all passed, 1=one or more failed |