> I regret not actually addressing the issues with the goto labels in
> https://github.com/openjdk/jdk/pull/15996, where initialization of locals in
> sspi were jumped over by gotos to a certain label. I changed the
> initializations into split declarations and assignments in
> https://github.c
> This PR fixes a problem regarding the usage of dlerror() where an earlier
> error message causes a premature error out. Added extra code to clear out
> earlier error message and made minor code refactoring.
>
> No regression test as this can't be reproduced using the NSS library from
> artifa
On Thu, 4 Apr 2024 06:23:00 GMT, Daniel JeliĆski wrote:
>> Valerie Peng has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Address review comments
>
> src/jdk.crypto.cryptoki/unix/native/libj2pkcs11/p11_md.c line 181:
>
>> 179: C_GetFu
In this PR, I updated the version of the NSS libraries used in PKCS11Test to
3.96.
-
Commit messages:
- 8321543: Update NSS to version 3.96
Changes: https://git.openjdk.org/jdk/pull/18636/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18636&range=00
Issue: https://bugs.
On Thu, 4 Apr 2024 05:36:56 GMT, Bradford Wetmore wrote:
> Fix a minor typo in the `java.security` file that got missed during the
> original TLSv1.3 work.
>
> No test needed, comments only.
This pull request has now been integrated.
Changeset: 4276d5c0
Author:Bradford Wetmore
URL:
On Thu, 4 Apr 2024 05:36:56 GMT, Bradford Wetmore wrote:
> Fix a minor typo in the `java.security` file that got missed during the
> original TLSv1.3 work.
>
> No test needed, comments only.
Marked as reviewed by ascarpino (Reviewer).
-
PR Review: https://git.openjdk.org/jdk/pull
Fix a minor typo in the `java.security` file that got missed during the
original TLSv1.3 work.
No test needed, comments only.
-
Commit messages:
- 8329637: Apparent typo in java.security file property jdk.tls.keyLimits
Changes: https://git.openjdk.org/jdk/pull/18613/files
Webrev
On Wed, 3 Apr 2024 19:06:22 GMT, Ben Perez wrote:
>> Removed `PrivateKeyUsagePeriod` from method javadoc and added several
>> commonly used extensions
>
> Ben Perez has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Updated copyright
Marked
On Wed, 3 Apr 2024 19:06:22 GMT, Ben Perez wrote:
>> Removed `PrivateKeyUsagePeriod` from method javadoc and added several
>> commonly used extensions
>
> Ben Perez has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Updated copyright
Marked