Differences From Artifact [212c1bf055]:
- File tests/ciphers.test — 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: 4719) [annotate] [blame] [check-ins using] [more...]
To Artifact [3c7cdcefd5]:
- File tests/ciphers.test — part of check-in [1266832b43] at 2024-02-28 02:40:26 on branch trunk — More badssl test case updates for OpenSSL 3 message changes (user: bohagan, size: 4705) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 6 7 8 | # Auto generated test cases for ciphers.csv # Load Tcl Test package if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest namespace import ::tcltest::* } |
︙ | ︙ |