-
Bug
-
Resolution: Not an Issue
-
P2
-
None
-
8u20, 8u25, 8u31
Have noticed an unexpected difference in behavior between 8u25 and 8u31 for
SSL. Client and server certificate s attached.
The attached certificate works fine for 8u25, but in 8u31 we get the
following in the ssl log output:
%% Invalidated: [Session-1, TLS_RSA_WITH_AES_128_CBC_SHA]
main, SEND TLSv1.2 ALERT: fatal, description = certificate_unknown
main, WRITE: TLSv1.2 Alert, length = 2
[Raw write]: length = 7
0000: 15 03 03 00 02 02 2E .......
main, called closeSocket()
main, handling exception: javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException: Certificates does not conform to
algorithm constraints
main, called close()
main, called closeInternal(true)
main, called close()
main, called closeInternal(true)
main, called close()
main, called closeInternal(true)
- relates to
-
JDK-8146293 Add support for RSASSA-PSS Signature algorithm
- Resolved