-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8313380 | 11.0.22-oracle | Ramesh Gangadhar | P4 | Resolved | Fixed | b01 |
JDK-8247793 | 11.0.9 | John Jiang | P4 | Resolved | Fixed | b01 |
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.
- backported by
-
JDK-8247793 Trust/Key store and SSL context utilities for tests
- Resolved
-
JDK-8313380 Trust/Key store and SSL context utilities for tests
- Resolved