-
Bug
-
Resolution: Fixed
-
P2
-
8, 11, 14, 15
-
b05
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8249107 | 14u-cpu | Jamil Nimeh | P2 | Resolved | Fixed | master |
JDK-8247954 | 14.0.2 | Jamil Nimeh | P2 | Closed | Fixed | b11 |
JDK-8241515 | 13.0.3 | Jamil Nimeh | P3 | Resolved | Fixed | b02 |
JDK-8238504 | 11.0.8-oracle | Jamil Nimeh | P3 | Resolved | Fixed | b01 |
JDK-8237387 | 11.0.7 | Jamil Nimeh | P3 | Resolved | Fixed | b01 |
JDK-8253664 | openjdk8u272 | Alexey Bakhtin | P2 | Resolved | Fixed | b06 |
JDK-8243759 | 8u261 | Prasadarao Koppula | P3 | Resolved | Fixed | b05 |
JDK-8247097 | emb-8u261 | Prasadarao Koppula | P3 | Resolved | Fixed | team |
When this occurs the client throws an exception:
javax.net.ssl.SSLHandshakeException: extension (5) should not be presented in certificate_request
This is an allowed extension in TLS 1.3.
Since the client does not currently support OCSP stapling, the client should not throw an exception on the extension, but instead should proceed with presenting the certificate without any OCSP response information.
Support for client-side OCSP stapling is out of scope for this bug and should be filed as a separate RFE.
- backported by
-
JDK-8249107 JSSE Client does not accept status_request extension in CertificateRequest messages for TLS 1.3
- Resolved
-
JDK-8253664 JSSE Client does not accept status_request extension in CertificateRequest messages for TLS 1.3
- Resolved
-
JDK-8237387 JSSE Client does not accept status_request extension in CertificateRequest messages for TLS 1.3
- Resolved
-
JDK-8238504 JSSE Client does not accept status_request extension in CertificateRequest messages for TLS 1.3
- Resolved
-
JDK-8241515 JSSE Client does not accept status_request extension in CertificateRequest messages for TLS 1.3
- Resolved
-
JDK-8243759 JSSE Client does not accept status_request extension in CertificateRequest messages for TLS 1.3
- Resolved
-
JDK-8247097 JSSE Client does not accept status_request extension in CertificateRequest messages for TLS 1.3
- Resolved
-
JDK-8247954 JSSE Client does not accept status_request extension in CertificateRequest messages for TLS 1.3
- Closed
- duplicates
-
JDK-8234949 Receiving TLS 1.3 connection error when connecting with Golang server
- Closed
-
JDK-8244932 javax.net.ssl.SSLHandshakeException when client authentication is enabled
- Closed
- relates to
-
JDK-8237373 Client-side OCSP stapling for JSSE
- Open
-
JDK-8237486 Client-side OCSP stapling for JSSE
- Draft