Support for HSM-based Keystores and Truststores#6117
Open
DimitriFankhauser wants to merge 1 commit into
Open
Conversation
DimitriFankhauser
marked this pull request as ready for review
May 20, 2026 14:57
DimitriFankhauser
force-pushed
the
feat_pkcs11_quarkus
branch
from
May 20, 2026 17:56
00bc407 to
743b597
Compare
DimitriFankhauser
force-pushed
the
feat_pkcs11_quarkus
branch
from
May 28, 2026 05:58
743b597 to
067b375
Compare
vietj
reviewed
Jun 18, 2026
DimitriFankhauser
force-pushed
the
feat_pkcs11_quarkus
branch
from
June 24, 2026 12:34
067b375 to
4812e3d
Compare
Member
|
@DimitriFankhauser I think we need to document that this is now supported, can you have a look at the asciidoc documentation file ? |
Member
|
@DimitriFankhauser ping |
DimitriFankhauser
force-pushed
the
feat_pkcs11_quarkus
branch
from
July 20, 2026 13:36
4812e3d to
757551f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related PRs:
54221
54326
54147
Motivation: Hardware Security Modules offer various benefits (unextractable Keys, protection from side-channel-attack) for asymmetric cryptography. This PR aims to make it possible for Quarkus to use HSMs for TLS and mTLS.
Caveats:
Conformance:
I have signed the Eclipse Contributor Agreement.
CC: @sberyozkin