On Thu, 8 Aug 2024 01:51:51 GMT, Valerie Peng wrote:
>> src/java.base/share/classes/javax/crypto/KDF.java line 259:
>>
>>> 257: throw new NoSuchAlgorithmException(
>>> 258: "Received an InvalidAlgorithmParameterException. Does
>>> this "
>>> 259: + "a
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
On Wed, 7 Aug 2024 20:09:09 GMT, Francisco Ferrari Bihurriet
wrote:
>> The implementation of this proposal is based on the requirements,
>> specification and design choices described in the [JDK-8319332] ticket and
>> its respective CSR [JDK-8319333]. What follows are implementation notes
>>
On Fri, 12 Apr 2024 15:56:24 GMT, Sean Coffey wrote:
> The `javax.net.debug` TLS debug option is buggy since TLSv1.3 implementation
> was introduced many years ago.
>
> Where "ssl" was previously a value to obtain all TLS debug traces (except
> network type dumps, verbose data), it now prints
On Mon, 12 Aug 2024 15:44:11 GMT, Mark Powers wrote:
>> https://bugs.openjdk.org/browse/JDK-8336665
>
> Mark Powers has updated the pull request incrementally with one additional
> commit since the last revision:
>
> copyright and unnecessary initialization
src/java.base/share/classes/sun/se
> https://bugs.openjdk.org/browse/JDK-8336665
Mark Powers has updated the pull request incrementally with one additional
commit since the last revision:
copyright and unnecessary initialization
-
Changes:
- all: https://git.openjdk.org/jdk/pull/20528/files
- new: https://git.