rh-openjdk / CryptoTest

Complete example of java crypto API
MIT License
3 stars 9 forks source link

KeyFactoryTests: skip KeyFactories from other providers in FIPS mode #25

Closed zzambers closed 1 year ago

zzambers commented 1 year ago

In FIPS mode there are some additional KeyFactories from non-fips providers, used internally (do not have KeyGenerators available), so skipped. (testing of KeyFactories from non-fips providers is skipped if configuration has FIPS provider)

See Martin's comment in this JIRA issue: https://issues.redhat.com/browse/OPENJDK-827

judovana commented 1 year ago

looks ok