Use Provider API to load PKCS#11 on OpenSSL 3#2948
Merged
h2zh merged 7 commits intoPelicanPlatform:mainfrom Jan 15, 2026
Merged
Use Provider API to load PKCS#11 on OpenSSL 3#2948h2zh merged 7 commits intoPelicanPlatform:mainfrom
h2zh merged 7 commits intoPelicanPlatform:mainfrom
Conversation
Use Provider API for OpenSSL 3.x (Alma 10 / EL9+); keep Engine API as a contained compatibility shim for OpenSSL 1.1.1 (EL8) (cherry picked from commit ccbd098d68207a0a0391aae3b2453819eb32a152)
(cherry picked from commit eb5e258dcacba9678c5e92cf053ab13cf3da70a9)
7 tasks
patrickbrophy
requested changes
Jan 7, 2026
- The pkcs11 provider handles PKCS#11 URIs (for OSSL_STORE key loading), while the default provider handles standard crypto operations.
- And unit tests
… the time of creation
patrickbrophy
approved these changes
Jan 15, 2026
Contributor
patrickbrophy
left a comment
There was a problem hiding this comment.
This looks good! LGTM
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.
dir and config file.
The addition from this PR is marked in red.
Dependency requirements
Rebuild XRootD from this branch: PelicanPlatform/xrootd#42
For OpenSSL 3.x:
For OpenSSL 1.x: