Re: RFR: 8280494: (D)TLS signature schemes [v13]

2022-02-08 Thread Xue-Lei Andrew Fan
On Tue, 8 Feb 2022 20:18:20 GMT, Sean Mullan wrote: >>> Are you maybe saying that this method returns the value of the system >>> properties if they are set? >> >> The return value of this method depends on the following specs: >> >> * If the {@link #setSignatureSchemes} method has not be

Re: RFR: 8280494: (D)TLS signature schemes [v13]

2022-02-08 Thread Sean Mullan
On Mon, 7 Feb 2022 23:13:13 GMT, Xue-Lei Andrew Fan wrote: >>> "If set, these properties will override the signature schemes returned by >>> this method." >> >> If I understand your ideas correctly, the behavior should be "the returned >> value of this method will override these properties", e

Integrated: 8279329: Remove hardcoded IPv4 available policy on Windows

2022-02-08 Thread Masanori Yano
On Wed, 2 Feb 2022 08:31:08 GMT, Masanori Yano wrote: > I added socket connection check same as IPv6_supported(). > Before this fix, when IPv4 is uninstalled (called `netsh interface ipv4 > uninstall`), and set property `-Djava.net.preferIPv4Stack=true`, > java.net.InetAddress.PLATFORM_LOOKUP_P