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

Fix TLS 1.3 session resumption to preserve SNI extension #255

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gasbytes
Copy link
Contributor

  • Fixes the test SSLSession/ResumeTLS13WithSNI.java (SunJSSE);
  • Adds SNI storing (and restoring) at the wolfJSSE level on session resumption for TLS 1.3;

Note: Requires -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT to be enabled.

@gasbytes gasbytes force-pushed the ResumeTLS13withSNI-patch branch from 319498b to fd143de Compare February 27, 2025 12:22
@gasbytes gasbytes requested a review from cconlon February 27, 2025 12:35
gasbytes added a commit to gasbytes/wolfssl that referenced this pull request Mar 3, 2025
Adding -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT flag to the default
compilation flags when --enable-jni is used.

Related PRs in other repositories:
- wolfSSL/wolfssljni#255
- wolfSSL/testing#845
@cconlon cconlon assigned cconlon and unassigned wolfSSL-Bot Mar 3, 2025
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 this pull request may close these issues.

3 participants