Aftermath of TLS 1.3 in Java 11 with wrapped IOExceptions
Michael Osipov
1983-01-06 at gmx.net
Mon Dec 2 19:13:34 UTC 2019
Am 2019-12-02 um 19:34 schrieb Xuelei Fan:
> Hi,
>
> Could someone please help to verify if the attached patch (JDK 14) works
> HttpComponents?
Requested a review of the patch and will try myself.
I see also other spots where IOException is wrapped inside an SSLException:
*
https://github.com/AdoptOpenJDK/openjdk-jdk11u/blob/master/src/java.base/share/classes/sun/security/ssl/SSLSocketImpl.java#L1069-L1071
*
https://github.com/AdoptOpenJDK/openjdk-jdk11u/blob/master/src/java.base/share/classes/sun/security/ssl/SSLSocketImpl.java#L404-L406
*
https://github.com/AdoptOpenJDK/openjdk-jdk11u/blob/master/src/java.base/share/classes/sun/security/ssl/Alert.java#L125-L127
Michael
More information about the security-dev
mailing list