Skip to content
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

Update TLS cipher parser to include modern ciphers #903

Closed
nathanejohnson opened this issue Sep 13, 2022 · 0 comments · Fixed by #904
Closed

Update TLS cipher parser to include modern ciphers #903

nathanejohnson opened this issue Sep 13, 2022 · 0 comments · Fixed by #904

Comments

@nathanejohnson
Copy link
Member

Currently, none of the new TLS 1.3 specific ciphers are able to be parsed.

nathanejohnson added a commit that referenced this issue Sep 13, 2022
nathanejohnson added a commit that referenced this issue Sep 13, 2022
…903

minor update to build script

bump go version in github action

refactor to not hardcode TLS cipher suite constant name conversion, instead
call tls.CipherSuites() and tls.InsecureCipherSuites() to populate the map.
KTruesdellENA pushed a commit to KTruesdellENA/fabio that referenced this issue Nov 17, 2022
…abiolb#903

minor update to build script

bump go version in github action

refactor to not hardcode TLS cipher suite constant name conversion, instead
call tls.CipherSuites() and tls.InsecureCipherSuites() to populate the map.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant