-
Sub-task
-
Resolution: Delivered
-
P2
-
6u141, 7u131, 8u121
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8175329 | 8u121 | Clifford Wayne | P2 | Closed | Delivered | |
JDK-8175328 | 7u131 | Clifford Wayne | P2 | Closed | Delivered | |
JDK-8175327 | 6u141 | Clifford Wayne | P2 | Closed | Delivered |
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.
See [JDK-8173783](https://bugs.openjdk.java.net/browse/JDK-8173783)
```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.
See [
- backported by
-
JDK-8175327 Release Note: IllegalArgumentException from TLS handshake
-
- Closed
-
-
JDK-8175328 Release Note: IllegalArgumentException from TLS handshake
-
- Closed
-
-
JDK-8175329 Release Note: IllegalArgumentException from TLS handshake
-
- Closed
-