Integrated: 8280363: Minor correction of ALPN specification in SSLParameters
Xue-Lei Andrew Fan
xuelei at openjdk.java.net
Thu Jan 20 16:53:56 UTC 2022
On Thu, 20 Jan 2022 07:12:42 GMT, Xue-Lei Andrew Fan <xuelei at openjdk.org> wrote:
> In the getApplicationProtocols() method in javax.net.ssl.SSLParameters, the return statement says that "The array is ordered based on protocol preference, with protocols[0] being the most preferred.". However, there is no "protocols" variable in this method.
>
> The update is a minor correction so that the specification is not rely on the "protocols" variable.
This pull request has now been integrated.
Changeset: 0ea2b390
Author: Xue-Lei Andrew Fan <xuelei at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/0ea2b39035f1b535a53770379c94ae43f0ddb8b6
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8280363: Minor correction of ALPN specification in SSLParameters
Reviewed-by: dfuchs, mullan
-------------
PR: https://git.openjdk.java.net/jdk/pull/7152
More information about the security-dev
mailing list