On Fri, 16 Aug 2024 21:04:36 GMT, Kevin Driver wrote:
>> I would answer yes, yes, yes, yes, and YES. :-)
>
> Addressed in
> https://github.com/openjdk/jdk/pull/20301/commits/c6f491cd05c76088e6431b2ba9d4ab42b29e4055.
> Please indicate if this is resolved.
Yes, resolved.
-
PR Revie
On Tue, 20 Aug 2024 20:05:07 GMT, Kevin Driver wrote:
>> Introduce an API for Key Derivation Functions (KDFs), which are
>> cryptographic algorithms for deriving additional keys from a secret key and
>> other data. See [JEP 478](https://openjdk.org/jeps/478).
>>
>> Work was begun in [another P
On Wed, 14 Aug 2024 12:22:47 GMT, Matthew Donovan wrote:
> This is a small PR to extend the AbstractServer class in
> test/jdk/javax/net/ssl/TLSCommon/interop/ to enable users to specify a
> specific interface on which to listen for incoming connections. The default
> interface is now the loop
On Wed, 21 Aug 2024 19:02:39 GMT, Matthew Donovan wrote:
>> This is a small PR to extend the AbstractServer class in
>> test/jdk/javax/net/ssl/TLSCommon/interop/ to enable users to specify a
>> specific interface on which to listen for incoming connections. The default
>> interface is now the
On Mon, 19 Aug 2024 20:24:28 GMT, Valerie Peng wrote:
> Not sure if you noticed, the bot warns "Change must not contain extraneous
> whitespace" (see the above check box)
Thanks, @valeriepeng I fixed that (and a few other non-code issues).
-
PR Comment: https://git.openjdk.org/jdk