-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Feature request] Support for TLS extension #50 #2686
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
Comments
thanks, @meghhak . That would be easy to add. But allow me the question: Where did you get that version from? The message 'testssl found an unknown extension" is not from this project |
# 50 is the signature_algorithms_cert extension, and work to add support for this extension is in progress (#2481). Is the server you tested against publicly available? There aren't many servers that support the signature_algorithms_cert extension. So, having one to test against would be helpful. |
Issue #2686 showed a server which listed an unknown extension number from RFC 8446. THis PR adds this number and a few (later) ones. It just lists them when detected in `parse_tls_serverhello()` See also https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml
@dcooper16 : I was referring more to the extension number(s) in the server hello, as a start |
Which version are you referring to
3.2
Describe your feature request (if it's a technical feature)
If your feature request otherwise is related to a usage problem, please describe it
Unknown TLS extension were detected during cipher assessment since testssl.sh does not support this extension yet.
The text was updated successfully, but these errors were encountered: