forked from notaryproject/notary
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added opencryptoki as another trustmanager
resolves notaryproject#1289 Signed-off-by: Florian Eichin <florian.eichin@gmail.com>
- Loading branch information
1 parent
22daf7b
commit 317691c
Showing
12 changed files
with
1,530 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// go list ./... and go test ./... will not pick up this package without this | ||
// file, because go ? ./... does not honor build tags. | ||
|
||
// e.g. "go list -tags pkcs11 ./..." will not list this package if all the | ||
// files in it have a build tag. | ||
|
||
// See https://github.com/golang/go/issues/11246 | ||
|
||
package opencryptoki |
Oops, something went wrong.