-
Notifications
You must be signed in to change notification settings - Fork 13
Experimental support for pkcs#11 #5
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
Open
junkmejl63
wants to merge
8
commits into
nxp-imx-support:master
Choose a base branch
from
junkmejl63:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
c632233
Experimental support for pkcs#11
junkmejl63 0a58176
PKCS#11 support
junkmejl63 1a09893
Fixed a defect and added two checks
junkmejl63 127059e
Reverted to original placement of cst path
junkmejl63 65e66b7
Updated pkcs11 hab4 example
junkmejl63 7f13476
Added support for i.MX8M
junkmejl63 a8844c2
adding .gitignore
junkmejl63 22eb540
Updates
junkmejl63 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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| src/cst_signer | ||
| *.o |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| #Header | ||
| header_version=1.0 | ||
| #Install SRK | ||
| srktable_file=SRK_1_2_3_4_table.bin | ||
| srk_source=pkcs11:model=YubiKey%20YK5;manufacturer=Yubico%20%28www.yubico.com%29;serial=31832638;token=YubiKey%20PIV%20%2331832638;id=%02;type=private | ||
| srk_source_index=0 | ||
| srk_source_set=OEM | ||
| srk_revocations=0x0 | ||
| #Install Certificate | ||
| sgk_file= | ||
| sgk_permissions= |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| #Header | ||
| header_version=4.3 | ||
| header_eng=ANY | ||
| header_eng_config=0 | ||
| #Install SRK | ||
| srktable_file=SRK_1_2_3_4_table.bin | ||
| srk_source_index=0 | ||
| #Install NOCAK | ||
| nocak_file= | ||
| #Install CSFK | ||
| # csfk_file=CSF1_1_sha256_2048_65537_v3_usr_crt.pem | ||
| csfk_file=pkcs11:model=YubiKey%20YK5;manufacturer=Yubico%20%28www.yubico.com%29;serial=31832638;token=YubiKey%20PIV%20%2331832638;id=%03;type=private | ||
| #Authenticate CSF | ||
| #Unlock | ||
| unlock_engine= | ||
| unlock_features= | ||
| unlock_uid= | ||
| #Install Key | ||
| img_verification_index=0 | ||
| img_target_index=2 | ||
| #img_file=IMG1_1_sha256_2048_65537_v3_usr_crt.pem | ||
| # PEGE experimental (not yet fully tested) | ||
| img_file=pkcs11:model=YubiKey%20YK5;manufacturer=Yubico%20%28www.yubico.com%29;serial=31832638;token=YubiKey%20PIV%20%2331832638;id=%02;type=private | ||
| #Authenticate Data | ||
| auth_verification_index=2 | ||
|
|
||
|
|
||
|
|
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
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
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
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.
We will reword this description. CST does have HSM docker environment to experiment with this feature, so would refer to it as well.
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.
Quite still experimental, still working on it, have also made some adjustment for it to work with i.MX8MN and i.MX8MP.