-
Bug
-
Resolution: Fixed
-
P4
-
openjdk8u272, 11, 17, 21, 22
-
b03
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8314256 | 21.0.1 | Aleksey Shipilev | P4 | Resolved | Fixed | b08 |
JDK-8321511 | 17.0.11 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8321707 | 11.0.23 | Andrew Lu | P4 | Resolved | Fixed | b01 |
if (handshakeConsumers.length == 0) {
return null;
}
This appears to be a typo and instead should have been checking the length of handshakeProducers instead of handshakeConsumers. The rest of this method implementation correctly uses and works only on the handshakeProducers.
- backported by
-
JDK-8314256 sun.security.ssl.SSLHandshake.getHandshakeProducer() incorrectly checks handshakeConsumers
- Resolved
-
JDK-8321511 sun.security.ssl.SSLHandshake.getHandshakeProducer() incorrectly checks handshakeConsumers
- Resolved
-
JDK-8321707 sun.security.ssl.SSLHandshake.getHandshakeProducer() incorrectly checks handshakeConsumers
- Resolved
- relates to
-
JDK-8196584 TLS 1.3 Implementation
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/ad68a721
-
Commit openjdk/jdk17u-dev/af0f057f
-
Commit openjdk/jdk21u/afd6c7a0
-
Commit openjdk/jdk/db133dbc
-
Review openjdk/jdk11u-dev/2344
-
Review openjdk/jdk17u-dev/2023
-
Review openjdk/jdk21u/55
-
Review openjdk/jdk/14483