Details
-
Type:
Enhancement
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 14
-
Component/s: security-libs
-
Subcomponent:
-
Resolved In Build:b14
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8247793 | 11.0.9 | John Jiang | P4 | Resolved | Fixed | b01 |
Description
It would be better to provide a set of utilities for creating trust/key store and SSL context.
1. Supports a variety of trust/key store inputs, including store binary file paths, store binary bytes, store binary Base64 codes and certificate strings.
2. Supports to create SSL context for different protocols, including TLS and DTLS protocols.
3. Provides a default TLS and DTLS context with a default trust and key stores, which contain RSA, ECDSA, RSASSA-PSS and DSA self-signed certificates.
1. Supports a variety of trust/key store inputs, including store binary file paths, store binary bytes, store binary Base64 codes and certificate strings.
2. Supports to create SSL context for different protocols, including TLS and DTLS protocols.
3. Provides a default TLS and DTLS context with a default trust and key stores, which contain RSA, ECDSA, RSASSA-PSS and DSA self-signed certificates.
Attachments
Issue Links
- backported by
-
JDK-8247793 Trust/Key store and SSL context utilities for tests
-
- Resolved
-