Ticket Change Details
Overview

Artifact ID: 72a80e5d701be7a9e5c534ecce5a31cab31476e8f3658002c3d100fa5cda551c
Ticket: b9d780ee7ec207120b2e586b489dd7985c7372ef
server socket doesn't reply close_notify
User & Date: anonymous on 2023-06-21 18:22:53
Changes

  1. foundin changed to: "tls1.7.21"
  2. icomment:
    package require Tcl
    8.5.13
    
    Steps:
    Opening server tls socket (tls::socket)
    Client connects and tls1.3 handshake completes successfully
    Data exchanged
    Server tls socket closed (close)
    close_notify received from client
    Server sent [ACK]
    Client sent [FIN, ACK]
    Server sent [ACK]
    Server sent [RST, ACK]
    
    Questions:
    1) no response to close_notify sent by server? expected?
    2) if disabled tls1.3 (i.e. set to false), then also no response to close_notify sent by server? expected?
    3) how to fix so that server will respond to client's close_notify
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "5611adc9c2fc60cdb17b54ba4012f3376e47b161"
  6. severity changed to: "Critical"
  7. status changed to: "Open"
  8. type changed to: "Incident"