Skip to content

Conversation

@zzambers
Copy link
Collaborator

XMLSignatureFactoryTests switched to use RSA. DSA is no longer supported by nss on rhel-10 (nss is used by openjdk in fips mode).

@zzambers zzambers merged commit f0d8925 into rh-openjdk:master Jul 30, 2025
16 checks passed

KeyPairGenerator kpg = KeyPairGenerator.getInstance("DSA");
kpg.initialize(512);
KeyPairGenerator kpg = KeyPairGenerator.getInstance("RSA");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should iterate over all what is in SignatureMethod ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants