Integrated: 8254631: Better support ALPN byte wire values in SunJSSE
Bradford Wetmore
wetmore at openjdk.java.net
Wed Dec 2 04:17:59 UTC 2020
On Wed, 25 Nov 2020 20:03:01 GMT, Bradford Wetmore <wetmore at openjdk.org> wrote:
> Certain TLS ALPN values can't be properly read or written by the SunJSSE provider. This is due to the choice of Strings as the API interface and the undocumented internal use of the UTF-8 Character Set which converts characters larger than U+00007F into multi-byte arrays that may not be expected by a peer.
>
> Full details are available in:
>
> - Bug: https://bugs.openjdk.java.net/browse/JDK-8254631
> - CSR: https://bugs.openjdk.java.net/browse/JDK-8256817
This pull request has now been integrated.
Changeset: fe5cccc1
Author: Bradford Wetmore <wetmore at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/fe5cccc1
Stats: 451 lines in 6 files changed: 440 ins; 1 del; 10 mod
8254631: Better support ALPN byte wire values in SunJSSE
Reviewed-by: xuelei, dfuchs
-------------
PR: https://git.openjdk.java.net/jdk/pull/1440
More information about the net-dev
mailing list