RFR: 8279842: HTTPS Channel Binding support for Java GSS/Kerberos

Michael McMahon michaelm at openjdk.java.net
Wed Jan 19 15:40:35 UTC 2022


On Mon, 17 Jan 2022 13:49:35 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> I vote for "jdk.https.tls.cbt"
>
>> It's actually a purely system property rather than a Net property at the moment (same as the other spnego ones). Maybe, I should convert them all to net properties, so they can be documented/set in that file?
> 
> AFAICS this file documents properties used by the networking task - not necessarily net properties (e.g. java.net.preferIPv6Addresses is documented there but AFAICT it is a plain system property)

Okay, good idea to document it in the properties file. Also, I think "jdk.https.tls.cbt" is a reasonable name for the property.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7065


More information about the core-libs-dev mailing list