-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #249 from gasbytes/SSLSocketExplorerWithSrvSNI-patch
Add wolfjsse.autoSNI Security property
- Loading branch information
Showing
3 changed files
with
115 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -531,6 +531,12 @@ are enabled in different ways depending on the JDK implementation. For | |
Oracle/OpenJDK and variants, this System property enables session tickets and | ||
was added in Java 13. Should be set to "true" to enable. | ||
|
||
**wolfjsse.autoSNI (boolean)** - Controls automatic Server Name Indication (SNI) | ||
extension setting based on hostname or peer address. When set to "true", enables | ||
legacy behavior where SNI is automatically configured from hostname/peer information | ||
even without explicit SSLParameters configuration. Default value is "false", where | ||
SNI is only set when explicitly configured through SSLParameters. | ||
|
||
If there are other System properties you would like to use with wolfJSSE, | ||
please contact [email protected]. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters