Differences From Artifact [c31b96320d]:
- File tests/make_test_files.tcl — part of check-in [05b2dd47be] at 2023-05-24 01:18:52 on branch status_x509 — Updated ciphers command to use current APIs and added an option to return only ciphers as would be sent in ClientHello. Updated test suite to use OpenSSL executable to get ciphers comparison data. Added more test cases. Addresses defects: https://core.tcl-lang.org/tcltls/tktview/688788a45c and https://sourceforge.net/p/tls/bugs/36/ (user: bohagan, size: 3817) [annotate] [blame] [check-ins using] [more...]
To Artifact [7a3f2ae871]:
- File tests/make_test_files.tcl — part of check-in [b186ba1b7d] at 2023-11-14 03:53:04 on branch crypto — Split ciphers test file into digest and info test files. Added common.tcl file for common test constraints. Updated HMAC and CMAC test cases Added RFC 4231 HMAC example test cases. (user: bohagan, size: 3832) [annotate] [blame] [check-ins using]
︙ | |||
99 100 101 102 103 104 105 106 107 108 109 110 111 112 | 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | + | } } } puts $out $buffer } else { # Empty line puts $out "" } break } } # Output clean-up commands puts $out "\n# Cleanup\n::tcltest::cleanupTests\nreturn" |
︙ |