forked from drwetter/testssl.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support X25519+Kyber{512,768} in run_fs()
This commit adds support for X25519+Kyber512 and X25519+Kyber768 to parse_tls_serverhello() and run_fs(). This is sufficient for run_fs() to detect whether a server supports one or both of these groups. However, the server still needs to support at least one standard (classical) group in order for testssl.sh to run correctly, since most TLS 1.3 ClientHello messages sent by testssl.sh will not offer these expermental groups.
- Loading branch information
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters