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

+tls13 extensions; +Chrome 70, Firefox 63 parrots #12

Merged
merged 1 commit into from Dec 19, 2018
Merged

Conversation

Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
@sergeyfrolov
Copy link
Member

@sergeyfrolov sergeyfrolov commented Dec 8, 2018

Adds support for following TLS 1.3 extensions:

  • PSKKeyExchangeModes
  • SupportedVersions
  • KeyShare

and uses them to implement newest Chrome and Firefox parrots.

Tests for default Golang uTLS were regenerated because they previously used TLS-1.2 as max version.

Adds support for following TLS 1.3 extensions:
 - PSKKeyExchangeModes
 - SupportedVersions
 - KeyShare
and uses them to implement newest Chrome and Firefox parrots.

Tests for default Golang uTLS were regenerated because
they previously used TLS-1.2 as max version.
@sergeyfrolov sergeyfrolov requested a review from ewust Dec 8, 2018
@sergeyfrolov sergeyfrolov merged commit b84d7d5 into master Dec 19, 2018
2 checks passed
@sergeyfrolov sergeyfrolov deleted the tls13-parrots branch Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment