-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add Encrypted Server Name Indication for TLS 1.3 #2097
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2097 +/- ##
==========================================
- Coverage 87.07% 84.14% -2.94%
==========================================
Files 201 202 +1
Lines 45732 46100 +368
==========================================
- Hits 39820 38789 -1031
- Misses 5912 7311 +1399
|
|
flake8 is not happy: |
|
Also, could you add some unit tests as done here https://github.com/secdev/scapy/blob/master/scapy/contrib/gtp.uts#L57 for disecting and instanciating. |
|
Hey @guedou where should these test be? In the tls1.3 file or the tls or in the contrib without a python file to go with it unlike all of the other files there? The tls one seems kind of messy |
|
You can add them at the end of this file https://github.com/secdev/scapy/blob/master/test/tls13.uts Thanks |
535f1d5 to
0488123
Compare
fd19a4e to
cbbb247
Compare
|
@guedou I believe this should be ready for review |
|
We're probably going to wait for #2132 to be merged before merging any TLS-related PRs. Thanks for the PR though ! Scapy only implements TLS 1.3 - draft 18 in its current state. It has diverted a lot from the current RFC, and we probably want to focus into making that work first. |
|
Hi ! |
This comment has been minimized.
This comment has been minimized.
|
Thanks for your PR & sorry for the delay |
Added ability to dissect and use TLS ESNI
fixes #2096