-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Register an encoder for writing the PrivateKeyInfo as PEM. The encoder writes the pcsk11-uri to the PEM file. The file has the following structure: { ASN1_OBJECT *type; // set to "2.5.4.83" ASN1_UTF8STRING *uri; // pkcs11-uri as produced by p11prov_key_to_uri() } The feature has to be enabled explicitly by setting pkcs11-module-encode-key-uri-to-pem. Signed-off-by: Florian Wernli <[email protected]>
- Loading branch information
Florian Wernli
committed
Jan 23, 2024
1 parent
58040b4
commit 708083e
Showing
15 changed files
with
834 additions
and
7 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ jobs: | |
thkdf | ||
toaepsha2 | ||
top_state | ||
tpem_encoder | ||
tpubkey | ||
trand | ||
trsapss | ||
|
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
Oops, something went wrong.