-
Notifications
You must be signed in to change notification settings - Fork 793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[11909] pkcs11 support #2222
Merged
Merged
[11909] pkcs11 support #2222
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
f969b07
Refs 11914. Move CA and PK load to abstraction depending on the URI
IkerLuengo a919e78
Refs 11914. Add dependency with libp11 in linux
IkerLuengo e0b3c09
Refs 11914. PKCS11 provider for PK load
IkerLuengo 39b5706
Refs 11914. PKIDH using PKCS11 provider depending on URI
IkerLuengo 2298d2a
Refs 11914. Create a fake UI method for PKCS11 provider
IkerLuengo bb6e2fc
Refs 11914. linters
IkerLuengo a8f30cb
Refs 11914. Do not make libp11 requiredwq
IkerLuengo cc9307d
Refs 11914. Adding test
IkerLuengo 786a930
Refs 11914. Create token and keys inside test
IkerLuengo 8373695
Refs 11914. Refactor test
IkerLuengo 6648966
Refs 11914. Avoid singleton and make the provider destroy with plugin
IkerLuengo ca0534b
Refs 11914. Conditional compile with libP11
IkerLuengo 46653be
Refs 11914. Changes requested on review
IkerLuengo a993743
Refs 11914. uncrustify
IkerLuengo 97ff8af
Refs 11914. Suggestions on tests
IkerLuengo 3096ce5
Refs 11914. Update dependencies on README
IkerLuengo ef9cd3b
Refs 11914. update fastrtps API pubsubreader
IkerLuengo ac891f1
Refs 11914. Remove unused parameter
IkerLuengo bf96644
Refs 11914. Update CMake framework
00c586b
Refs 11914. Make p11 windows installer friendly
20c01e6
Refs 11914. Make test grep independent on windows
94d294a
Refs 11914. Ignore pkcs11 tests if not available.
519e8e7
Refs 11914. Update system calls on windows
8618307
Refs 11914. Linux ci fixes.
804df63
Refs 11914. Make CMake hint openssl config to blackbox tests on windows
a23cc9b
Refs 11914. Rebase fixes.
ecdf86b
Refs 11914. Linter.
0aead0b
Refs 11914. Address reviewers comments.
6ee7fa8
Refs 11914. Address reviewers comments.
9ffce97
Refs 11914. Disable pkcs11 windows testing till ci is reviewed
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This source file should be included in case
SECURITY
is enabled (from line 277 on)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's absolutely right!