Skip to content

PKCS12 with jdkTrustedKeyUsage enabled displayed strangly in KeyStore Explorer #22215

@FireBurn

Description

@FireBurn

I'm testing the new OpenSSL 3.2 (both alphas)

In openssl.cnf I uncomment:

[cb_attr]
jdkTrustedKeyUsage = anyExtendedKeyUsage

I then run:

./openssl pkcs12 -export -out keyStore.p12 -inkey cert.key -in cert.crt

KSE looks like this:

Screenshot 2023-09-28 at 15 53 48

When it's commented it out and running the same command it looks normal:

Screenshot 2023-09-28 at 15 56 27

Am I missing something in the command?

The feature was added in e869c86 from MR #19025

Keystores generated directly from Java's keytool do not display strangely

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions