quarkus: BouncyCastle FIPS/JSSE test does not work in native image

Describe the bug integration-tests/bouncycastle-fips-jsse is only running in the JVM mode.

Expected behavior Both tests pass in the native image

About this issue

  • Original URL
  • State: open
  • Created 3 years ago
  • Comments: 23 (23 by maintainers)

Commits related to this issue

Most upvoted comments

@zakkak

In ECPoint the SecureRandom field testRandom is private and is accessed through getTestRandom which handles the case where its value is null

Nice, good point; so yeah, I’ll get that reset as you recommend; for now I got the test running, it was disabled 😃, but now at least it runs and fails with the same one, java.security.KeyStoreException: BCFKS not found - I’m yet to verify if it is a test Vert.x client issue or not; I think I’ll probably need to register the provider behind BCFKS as well

@zakkak @galderz

This comment is of some concern - would it explain the error above ?

@zakkak Hi - for this specific issue I can remove the native test for now for your builds not to be affected - as I only kept that test for me to experiment locally

No, there is no need for that, we can skip them on our end! (cc @Karm ) Thanks @sberyozkin!