Ticket Change Details
Overview

Artifact ID: 2b67d297aa98a45615416c04c97967668f5c5de414959783214f7558e84bfc4a
Ticket: 8de7f5aa07242f07813c31db172269f43669a460
Enable debugging with wireshark
User & Date: schelte on 2021-08-27 09:17:04
Changes

  1. foundin changed to: "b5c41cdeb6"
  2. icomment:
    Debugging applications that use encrypted communications is difficult because tcpdump or wireshark will only show gibberish. However, wireshark has the ability to use a file with (pre-)master secrets, which will allow it to decrypt the traffic.
    
    I propose to add the option to generate such a file to tcltls. The standard way to do this is by setting the environment variable SSLKEYLOGFILE.
    
    A patch is available [http://www.tclcode.com/patches/tls-b5c41cdeb6-debug.diff|here]
    
  3. login: "schelte"
  4. mimetype: "text/x-fossil-wiki"
  5. private_contact changed to: "8475f421649231f1e116ac602bea4537d2b027b4"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "Enable debugging with wireshark"
  9. type changed to: "Feature Request"