8329251: Print custom truststore/ keystore name
-
Commit messages:
- JDK-8329251
Changes: https://git.openjdk.org/jdk/pull/20414/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20414&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8329251
Stats: 167 lines in 5 files
> Hi all,
>
> I need a code review of the PEM API. Privacy-Enhanced Mail (PEM) is a format
> for encoding and decoding cryptographic keys and certificates. It will be
> integrated into JDK24 as a Preview Feature. Preview features does not
> permanently define the API and it is subject to cha
> Hi all,
>
> I need a code review of the PEM API. Privacy-Enhanced Mail (PEM) is a format
> for encoding and decoding cryptographic keys and certificates. It will be
> integrated into JDK24 as a Preview Feature. Preview features does not
> permanently define the API and it is subject to cha
On Mon, 29 Jul 2024 22:58:04 GMT, Weijun Wang wrote:
>> What you are describing is why the encoder accepts EncryptedPrivateKeyInfo.
>> These more complicated configurations I left to EncryptedPrivateKeyInfo as
>> the PEM classes are not trying to replace all the functionality of
>> EncryptedP
On Mon, 15 Jul 2024 13:09:23 GMT, Matthew Donovan wrote:
>> In this PR, I updated the version of NSS to 3.101 and removed the test from
>> the ProblemList for all platforms but linux-ppc64le (that bug is still
>> outstanding.)
>>
>> I also updated the skipTest logic in TestDSAKeyLength.java. P
On Mon, 15 Jul 2024 13:09:23 GMT, Matthew Donovan wrote:
>> In this PR, I updated the version of NSS to 3.101 and removed the test from
>> the ProblemList for all platforms but linux-ppc64le (that bug is still
>> outstanding.)
>>
>> I also updated the skipTest logic in TestDSAKeyLength.java. P
On Fri, 31 May 2024 23:15:26 GMT, Mark Powers wrote:
>> https://bugs.openjdk.org/browse/JDK-4966250
>
> Mark Powers has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Joe Darcy's comment
Looks good. Please add a noreg-doc label to the bug and