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
- Excludes jsse fips, devtools https://github.com/quarkusio/quarkus/issues/14139 — committed to graalvm/mandrel-packaging by Karm 3 years ago
- Excludes jsse fips, devtools https://github.com/quarkusio/quarkus/issues/14139 — committed to graalvm/mandrel-packaging by Karm 3 years ago
@zakkak
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 behindBCFKS
as well@zakkak @galderz
This comment is of some concern - would it explain the error above ?
No, there is no need for that, we can skip them on our end! (cc @Karm ) Thanks @sberyozkin!