-
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 #225 from cconlon/clientSessionCacheDisable
JSSE: add Security property to disable Java client session cache
- Loading branch information
Showing
6 changed files
with
539 additions
and
311 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 |
---|---|---|
|
@@ -437,6 +437,17 @@ This option can be used to restrict use of the wolfJCE "WKS" KeyStore type | |
to help ensure conformance to using FIPS-validated cryptography. Other | ||
non-wolfJCE KeyStore implementations may not use/consume FIPS validated crypto. | ||
|
||
**wolfjsse.clientSessionCache.disabled (String)** - Can be used to disable | ||
the Java client session cache. Disabling this will cause client-side session | ||
resumption to no longer resume, making all connections fall back to a full | ||
handshake. This should be set to the String "true" if you want to disable | ||
the Java client session cache. This does not need to be set to "enable" the | ||
cache. The Java client cache is enabled by default. | ||
|
||
``` | ||
wolfjsse.clientSessionCache.disabled=true | ||
``` | ||
|
||
If there are other Security 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
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
Oops, something went wrong.