-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* PKCS#11 untested * PKCS#11 test * PKCS#11 doc * missing docs * limit PKCS#11 handle parsing to 32 bit * Ed25519 support for PKCS#11 backend * go-pkcs11 v0.2.1 * chore: remove windows builds from goreleaser * go-pkcs11 bump * PKCS#11 vault reworked * PKCS#11 doc updated * index field can be used to locate a key in a set with the same label * make index field optional and return an error if it's not specified while multiple keys are present * pick a key by handle, index is gone * missed error formatting * in debug mode print all available PKCS11 objects with handles * handles aren't reusable, gone * doc updated * print IDs in debug mode * print handles in debug mode * go-pkcs11 bump * pkcs11.OptOsLockingOk is back * go-pkcs11 updeted to 2.3.0 with new attribute logic pkcs11 backend can now use public key data stored inside a private key object, config format changed code cleanup * list template fix * mode cleanup * optionally display key reference * extended_private default value in auto-discovery mode set to true * PKCS#11 backend documentation updated * formatting fixed * Minor security fixes * use strconv.IntSize --------- Co-authored-by: GImbrailo <[email protected]>
- Loading branch information
Showing
26 changed files
with
775 additions
and
902 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
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
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
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
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
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
Oops, something went wrong.