On Wed, 17 Jul 2024 00:48:20 GMT, Valerie Peng wrote:
> Can someone help review this fix? Changed the required-mechanism check by
> checking if the particular mechanism is inside the list of enabled supported
> mechanisms. This should be more reliable than calling C_GetMechanismInfo(..)
> on t
On Tue, 30 Jul 2024 16:04:25 GMT, Kevin Driver wrote:
>> src/java.base/share/classes/javax/crypto/spec/HKDFParameterSpec.java line
>> 328:
>>
>>> 326: }
>>> 327:
>>> 328: private Extract(List ikms, List salts) {
>>
>> Should it throw an exception if either or both of the lists
On Fri, 2 Aug 2024 19:19:54 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 PR
This proposed enhancement adds logging to the OCSPTimeout test, which is
intermittently failing and difficult to reproduce. The hope is that with extra
logging enabled that additional clues as to the cause of these rare failures
will become apparent.
JBS: https://bugs.openjdk.org/browse/JDK-83
On Thu, 1 Aug 2024 21:05:08 GMT, Weijun Wang wrote:
>> I was trying to convey that deriveKey|Data are not like doFinal in that they
>> can be called more than once on a single instance. Is there a different way
>> to word this? Or is it not important to mention here?
>
> Not sure. Maybe your se
On Fri, 2 Aug 2024 19:19:54 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 PR
There are 3 manual GSS-API/Kerberos tests that require a manual setup and were
added to the problem list years ago:
- com/sun/security/sasl/gsskerb/**AuthOnly**-> Verifies that both client and
server have completed the authentication process.
- com/sun/security/sasl/gsskerb/**NoSecurityLayer** -