Replies: 1 comment 2 replies
|
A concrete detail from the published 2.1.0 artifact may help clarify the intended boundary:
That makes it look like an add-on to BCFIPS rather than a replacement for For a mixed deployment, I would select the provider explicitly for each algorithm instead of relying on provider order, and document whether the application is running in approved-only or non-approved mode. Could a maintainer confirm whether this provider pairing is the supported integration path and point to the current example or release-note entry for |
Uh oh!
There was an error while loading. Please reload this page.
Hi! I found a Bouncy Castle artifact,
bcpqc-fips, in the Maven repository with the following description:However, this is almost the only place the artifact is mentioned - it isn't listed in either the documentation or the release notes. I'm curious: how is it intended to be used? Also, is there a plan to maintain this artifact until BC-FIPS 2.2.0 is released, or even after that?
Are there code samples available for this? I assumed we need to register
BouncyCastlePQCProvideralongsideBouncyCastleFipsProviderin the Security context to bring in PQC support. Is that correct?I've managed to run a few code samples, but I'd appreciate any insights or details you could share regarding the
bcpqc-fipsmodule!All reactions