Skip to content

Commit

Permalink
Merge pull request #51 from chrisccoulson/switch-to-mozilla-pkcs7
Browse files Browse the repository at this point in the history
Switch from github.com/fullsailor/pkcs7 to go.mozilla.org/pkcs7

Fixes #18
  • Loading branch information
chrisccoulson authored Apr 22, 2020
2 parents 6c7d47d + 195da61 commit 3c2d1f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion secureboot_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ import (

"github.com/canonical/go-tpm2"
"github.com/chrisccoulson/tcglog-parser"
"github.com/fullsailor/pkcs7"
"github.com/snapcore/snapd/osutil"
"github.com/snapcore/snapd/snap"

"golang.org/x/xerrors"

"go.mozilla.org/pkcs7"
)

const (
Expand Down
13 changes: 6 additions & 7 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@
"revision": "7b0f085a85398d368e10382a21a44ec2226c35b3",
"revisionTime": "2020-02-28T14:36:39Z"
},
{
"checksumSHA1": "wHGa5uteRxMMSHJLQZtcBpIIUcw=",
"origin": "github.com/chrisccoulson/pkcs7",
"path": "github.com/fullsailor/pkcs7",
"revision": "9d98ea9f9bc8b4feee8f0d7c5ef8179f85f0e237",
"revisionTime": "2019-09-06T18:49:57Z"
},
{
"checksumSHA1": "kmcZh6191ZYy/+G/tIWFZoVEkGs=",
"path": "github.com/godbus/dbus",
Expand Down Expand Up @@ -217,6 +210,12 @@
"revision": "cba748d1244e6861a5e407f7abe90fb2f76b6f80",
"revisionTime": "2020-04-20T18:59:55Z"
},
{
"checksumSHA1": "/mphxOFx5uIoQCnt6YtFmmPDBao=",
"path": "go.mozilla.org/pkcs7",
"revision": "432b2356ecb18209c1cec25680b8a23632794f21",
"revisionTime": "2020-01-28T12:03:23Z"
},
{
"checksumSHA1": "zJybXQZcPAht+soLp/ozc9q5teE=",
"path": "golang.org/x/crypto/cast5",
Expand Down

0 comments on commit 3c2d1f2

Please sign in to comment.