Re: RFR: JDK-8261510: Use RFC numbers rather than protocol or draft names in sun.security.ssl.SSLExtension [v2]

2021-02-10 Thread Bradford Wetmore
On Thu, 11 Feb 2021 01:54:53 GMT, John Jiang 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

Re: RFR: JDK-8261510: Use RFC numbers rather than protocol or draft names in sun.security.ssl.SSLExtension [v2]

2021-02-10 Thread John Jiang
> 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. John Jiang has updated the pull