Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b14
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8328343 | 22.0.2 | Prajwal Kumaraswamy | P4 | Resolved | Fixed | b01 |
JDK-8328036 | 21.0.4-oracle | Prajwal Kumaraswamy | P4 | Resolved | Fixed | b01 |
JDK-8328762 | 21.0.4 | Andrew Lu | P4 | Resolved | Fixed | b01 |
JDK-8328041 | 17.0.12-oracle | Prajwal Kumaraswamy | P4 | Resolved | Fixed | b01 |
JDK-8328760 | 17.0.12 | Andrew Lu | P4 | Resolved | Fixed | b01 |
JDK-8328047 | 11.0.24-oracle | Prajwal Kumaraswamy | P4 | Resolved | Fixed | b01 |
JDK-8328881 | 11.0.24 | Andrew Lu | P4 | Resolved | Fixed | b01 |
JDK-8328342 | 8u421 | Prajwal Kumaraswamy | P4 | Resolved | Fixed | b01 |
Description
Ex:
KeyManager[] kms = kmf.getKeyManagers();
kms = new KeyManager[] { new MyX509ExtendedKeyManager(
(X509ExtendedKeyManager) kms[0]) };
SSLContext ctx = SSLContext.getInstance("TLS");
ctx.init(kms, tms, null);
In such a scenario, printing the class name in X509Authentication.java will be helpful to identify any failure of the SSL connection due to a certificate issue.
Attachments
Issue Links
- backported by
-
JDK-8328036 Log X509ExtendedKeyManager implementation class name in TLS/SSL connection
- Resolved
-
JDK-8328041 Log X509ExtendedKeyManager implementation class name in TLS/SSL connection
- Resolved
-
JDK-8328047 Log X509ExtendedKeyManager implementation class name in TLS/SSL connection
- Resolved
-
JDK-8328342 Log X509ExtendedKeyManager implementation class name in TLS/SSL connection
- Resolved
-
JDK-8328343 Log X509ExtendedKeyManager implementation class name in TLS/SSL connection
- Resolved
-
JDK-8328760 Log X509ExtendedKeyManager implementation class name in TLS/SSL connection
- Resolved
-
JDK-8328762 Log X509ExtendedKeyManager implementation class name in TLS/SSL connection
- Resolved
-
JDK-8328881 Log X509ExtendedKeyManager implementation class name in TLS/SSL connection
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/c782d4c9
-
Commit openjdk/jdk17u-dev/6700a499
-
Commit openjdk/jdk21u-dev/9228cdda
-
Commit openjdk/jdk22u/2ec72f96
-
Commit openjdk/jdk/bdd1aebe
-
Review openjdk/jdk11u-dev/2610
-
Review openjdk/jdk17u-dev/2303
-
Review openjdk/jdk21u-dev/368
-
Review openjdk/jdk22u/103
-
Review openjdk/jdk/17742