scapy-ssl_tls icon indicating copy to clipboard operation
scapy-ssl_tls copied to clipboard

TLS 1.3 support

Open acp6 opened this issue 6 years ago • 2 comments

Current scapy_ssl_tls only support draft 18, which differs quite a bit from the published TLS 1.3, are there any plan to support the standard TLS 1.3?

acp6 avatar Aug 01 '19 03:08 acp6

Well, this project seems abandoned, sadly

q2dg avatar Mar 03 '20 11:03 q2dg

Hi, FYI we've added TLS 1.3 to the TLS of the main scapy repo. There have been concurrent implementations since scapy 2.4.0 (scapy ssl tls is actually much older than TLS in main scapy). It's really lacking documentation but it has been implemented (see the test/tls/example_client.py with TLS 1.3). See https://github.com/secdev/scapy/pull/2132

gpotter2 avatar May 12 '20 21:05 gpotter2