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

[Tracking] Early filtering SSL #53

Closed
samsp-msft opened this issue Apr 15, 2020 · 2 comments
Closed

[Tracking] Early filtering SSL #53

samsp-msft opened this issue Apr 15, 2020 · 2 comments
Labels
Type: Tracking Tracking work to be done in other repositories.
Milestone

Comments

@samsp-msft
Copy link
Member

Be able to filter connections at SSL connection time to prevent DoS attacks

@samsp-msft samsp-msft added the Type: Tracking Tracking work to be done in other repositories. label Apr 15, 2020
@analogrelay
Copy link
Contributor

Specifically, this involves being able to filter connections based on information contained in the ClientHello TLS frame. Examples include:

  • Cipher Suite selection
  • Protocol Version
  • Server Name Indication (SNI)
  • Application-Level Protocol Negotiation (ALPN; used for HTTP/2 and HTTP/3)

@analogrelay analogrelay added this to the 1.0.0 milestone Apr 23, 2020
@karelz
Copy link
Member

karelz commented May 7, 2020

Duplicate of #16

@karelz karelz marked this as a duplicate of #16 May 7, 2020
@karelz karelz closed this as completed May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Tracking Tracking work to be done in other repositories.
Projects
None yet
Development

No branches or pull requests

3 participants