RFR: JDK-8261510: Use RFC numbers rather than protocol or draft names in sun.security.ssl.SSLExtension
Xue-Lei Andrew Fan
xuelei at openjdk.java.net
Thu Feb 11 01:17:40 UTC 2021
On Wed, 10 Feb 2021 21:22:03 GMT, John Jiang <jjiang at openjdk.org> wrote:
> This is a simple cleanup for sun.security.ssl.SSLExtension.
> It converts protocol or draft names to RFC numbers correspondingly.
> It also removes a trailing space in extension token_binding, and move signature_algorithms_cert to RFC 8446 extension group.
src/java.base/share/classes/sun/security/ssl/SSLExtension.java line 482:
> 480: RenegoInfoExtension.rniStringizer),
> 481:
> 482: // RFC 8446 PSK extension must be last
What do you think if using "TLS 1.3 (RFC 8446)"?
-------------
PR: https://git.openjdk.java.net/jdk/pull/2517
More information about the security-dev
mailing list