-
Sub-task
-
Resolution: Delivered
-
P4
-
6u151, 7u141, 8u121, 8u131, 9
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174884 | 8u131 | Clifford Wayne | P4 | Closed | Delivered | |
JDK-8176336 | 8u121 | Owen Stuart | P4 | Closed | Delivered | b34 |
JDK-8174883 | 7u141 | Clifford Wayne | P4 | Closed | Delivered | |
JDK-8174882 | 6u151 | Clifford Wayne | P4 | Closed | Delivered | |
JDK-8175379 | 6u141 | Owen Stuart | P4 | Closed | Delivered | b32 |
A recent issue from the JDK-8148516 fix can cause issue for some TLS servers. The problem originates from an *IllegalArgumentException* thrown by the TLS handshaker code.
```java.lang.IllegalArgumentException: System property jdk.tls.namedGroups(null) contains no supported elliptic curves```
The issue can arise when the server doesn't have elliptic curve cryptography support to handle an elliptic curve name extension field (if present). Users are advised to upgrade to this release. By default, JDK 7 Updates and later JDK families ship with the SunEC security provider which provides elliptic curve cryptography support. Those releases should not be impacted unless security providers are modified.
```java.lang.IllegalArgumentException: System property jdk.tls.namedGroups(null) contains no supported elliptic curves```
The issue can arise when the server doesn't have elliptic curve cryptography support to handle an elliptic curve name extension field (if present). Users are advised to upgrade to this release. By default, JDK 7 Updates and later JDK families ship with the SunEC security provider which provides elliptic curve cryptography support. Those releases should not be impacted unless security providers are modified.
- backported by
-
JDK-8174882 Release Note: Correction of IllegalArgumentException from TLS handshake
- Closed
-
JDK-8174883 Release Note: Correction of IllegalArgumentException from TLS handshake
- Closed
-
JDK-8174884 Release Note: Correction of IllegalArgumentException from TLS handshake
- Closed
-
JDK-8175379 Release Note: Correction of IllegalArgumentException from TLS handshake
- Closed
-
JDK-8176336 Release Note: Correction of IllegalArgumentException from TLS handshake
- Closed