-
Bug
-
Resolution: Unresolved
-
P4
-
9, 10
-
Cause Known
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8231039 | tbd | Raymond Gallardo | P4 | In Progress | Unresolved |
The suggested update for the JSSE sample code in the JSSE Reference Guide ( https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/samples/index.html ):
1. Replace the MD5withRSA certificate signature algorithm with SHA-2. (strong algorithm)
2. Remove the binary keystore file, and text it into the sample source code. (easy to use)
3. Good to add SNI or ALPN in the sample code.
1. Replace the MD5withRSA certificate signature algorithm with SHA-2. (strong algorithm)
2. Remove the binary keystore file, and text it into the sample source code. (easy to use)
3. Good to add SNI or ALPN in the sample code.
- backported by
-
JDK-8231039 Re-org sample code in JSSE Reference Guide
- In Progress