Artifacts Associated With Ticket c6b35cf0e3
Ticket change [7ab9a49fd3] (rid 1599) by doofus on 2023-11-20 02:12:27:
- foundin initialized to: "1.7.22"
- icomment:
The test expects the connection to fail -- which it does, but the error message does not match the test's expectation: ``` ---- Result was: handshake failed: unsupported protocol ---- Result should have been (exact matching): handshake failed: wrong version number ``` This is on FreeBSD-13.x with OpenSSL 1.1.1q-freebsd 5 Jul 2022... Relaxing the matching requirement helps: ```patch @@ -2027,5 +2028,5 @@ } {{} 0 {} 0 {}} -test tls-bug58-1.0 {test protocol negotiation failure} {socket} { +test tls-bug58-1.0 {test protocol negotiation failure} -constraints {socket} -body { # Following code is based on what was reported in bug #58. Prior # to fix the program would crash with a segfault. @@ -2062,5 +2063,5 @@ } set ::done -} {handshake failed: wrong version number} +} -result {handshake failed: *} -match glob # cleanup ```
- login: "doofus"
- mimetype: "text/x-markdown"
- private_contact initialized to: "97c7e5a24584ec1fd28bf5cc453cd06585a9a915"
- severity initialized to: "Important"
- status initialized to: "Open"
- title initialized to: "Test tls-bug58-1.0 fails on FreeBSD"
- type initialized to: "Code Defect"
Ticket change [412e2029f3] (rid 3558) by bohagan on 2024-05-28 00:45:00:
- icomment:
This is fixed as part of the changes in [0afa2bde0647bd77].
- login: "bohagan"
- mimetype: "text/x-fossil-plain"
- priority changed to: "Immediate"
- resolution changed to: "Open"
- status changed to: "Closed"
- icomment: