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

Fixes #5204 - SNI does not work with PKIX. #5205

Merged
merged 2 commits into from
Sep 2, 2020

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented Aug 26, 2020

Introduced SslContextFactory.Server.aliasMapper, a function
that transforms the alias.
This function is invoked by the SNI logic to unmangle the
alias leaked by the TLS implementation due to bug
https://bugs.openjdk.java.net/browse/JDK-8246262.

Signed-off-by: Simone Bordet simone.bordet@gmail.com

Introduced SslContextFactory.Server.aliasMapper, a function
that transforms the alias.
This function is invoked by the SNI logic to unmangle the
alias leaked by the TLS implementation due to bug
https://bugs.openjdk.java.net/browse/JDK-8246262.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet sbordet requested a review from gregw August 26, 2020 20:26
@sbordet sbordet added this to In progress in Jetty 9.4.32 via automation Aug 26, 2020
@sbordet sbordet linked an issue Aug 26, 2020 that may be closed by this pull request
Updates after review.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Jetty 9.4.32 automation moved this from In progress to Reviewer approved Aug 31, 2020
@sbordet sbordet merged commit 5a87469 into jetty-9.4.x Sep 2, 2020
Jetty 9.4.32 automation moved this from Reviewer approved to Done Sep 2, 2020
@sbordet sbordet deleted the jetty-9.4.x-5204-sni_with_pkix branch September 2, 2020 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Jetty 9.4.32
  
Done
Development

Successfully merging this pull request may close these issues.

SNI does not work with PKIX
2 participants