Re: RFR: 8345840: Add missing TLS handshake messages to SSLHandshake.java [v3]

2024-12-23 Thread Bradford Wetmore
> SunJSSE has many of the IANA TLS handshake message types defined, but some > are reserved and could be added for debugging output. > > https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml > > Testing coverage: JDK compilation only. Bradford Wetmore has updated the pull reques

Re: RFR: 8345840: Add missing TLS handshake messages to SSLHandshake.java [v3]

2024-12-23 Thread Jamil Nimeh
On Mon, 23 Dec 2024 18:52:58 GMT, Bradford Wetmore wrote: >> SunJSSE has many of the IANA TLS handshake message types defined, but some >> are reserved and could be added for debugging output. >> >> https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml >> >> Testing coverage: J

Re: RFR: 8345840: Add missing TLS handshake messages to SSLHandshake.java [v2]

2024-12-23 Thread Jamil Nimeh
On Mon, 23 Dec 2024 18:47:25 GMT, Bradford Wetmore wrote: >> SunJSSE has many of the IANA TLS handshake message types defined, but some >> are reserved and could be added for debugging output. >> >> https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml >> >> Testing coverage: J

Re: RFR: 8345840: Add missing TLS handshake messages to SSLHandshake.java [v2]

2024-12-23 Thread Bradford Wetmore
> SunJSSE has many of the IANA TLS handshake message types defined, but some > are reserved and could be added for debugging output. > > https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml > > Testing coverage: JDK compilation only. Bradford Wetmore has updated the pull reques

Re: RFR: 8345840: Add missing TLS handshake messages to SSLHandshake.java

2024-12-23 Thread Jamil Nimeh
On Tue, 10 Dec 2024 06:25:51 GMT, Bradford Wetmore wrote: > SunJSSE has many of the IANA TLS handshake message types defined, but some > are reserved and could be added for debugging output. > > https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml > > Testing coverage: JDK com