Hacker News new | ask | show | jobs
by ibmthrowaway271 3907 days ago
Is there a tool to output the DH params being used when attempting a TLS connection (not dumping them from a packet capture)?

I know I can, but I'm hoping for something simpler than having to parse the TLS messages from:-

  openssl s_client -connect host:port -msg
to work it out.