Open acp6 opened 5 years ago
Well, this project seems abandoned, sadly
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
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?