History Of Ticket c6b35cf0e3

Artifacts Associated With Ticket c6b35cf0e3

  1. Ticket change [7ab9a49fd3] (rid 1599) by doofus on 2023-11-20 02:12:27:

    1. foundin initialized to: "1.7.22"
    2. 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
      ```
      
    3. login: "doofus"
    4. mimetype: "text/x-markdown"
    5. private_contact initialized to: "97c7e5a24584ec1fd28bf5cc453cd06585a9a915"
    6. severity initialized to: "Important"
    7. status initialized to: "Open"
    8. title initialized to: "Test tls-bug58-1.0 fails on FreeBSD"
    9. type initialized to: "Code Defect"