Skip to content

Commit

Permalink
Switch to a forked copy of pkcs7 to fix aws pkcs7 verification error (#…
Browse files Browse the repository at this point in the history
…4024)

Fixes #4014
  • Loading branch information
jefferai authored Feb 22, 2018
1 parent ce885ac commit f75c7dd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion builtin/credential/aws/path_login.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ import (
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/ec2"
"github.com/aws/aws-sdk-go/service/iam"
"github.com/fullsailor/pkcs7"
"github.com/hashicorp/go-cleanhttp"
"github.com/hashicorp/go-uuid"
"github.com/hashicorp/vault/helper/jsonutil"
"github.com/hashicorp/vault/helper/strutil"
"github.com/hashicorp/vault/logical"
"github.com/hashicorp/vault/logical/framework"
"github.com/jefferai/pkcs7"
)

const (
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -834,12 +834,6 @@
"revision": "a2e072cb4fe7c4b5962e74e38e3c256c053f6132",
"revisionTime": "2018-02-02T13:34:58Z"
},
{
"checksumSHA1": "BjjcPf2i7KfBnVazHZCAe9xn6jY=",
"path": "github.com/fullsailor/pkcs7",
"revision": "a009d8d7de53d9503c797cb8ec66fa3b21eed209",
"revisionTime": "2017-06-13T20:12:21Z"
},
{
"checksumSHA1": "ImX1uv6O09ggFeBPUJJ2nu7MPSA=",
"path": "github.com/ghodss/yaml",
Expand Down Expand Up @@ -1260,6 +1254,12 @@
"revision": "9cc31c3135eef39b8e72585f37efa92b6ca314d0",
"revisionTime": "2016-07-21T23:51:17Z"
},
{
"checksumSHA1": "U2xx6g0Cu/vKhHRK8rcQWAOzg34=",
"path": "github.com/jefferai/pkcs7",
"revision": "6c523e5a7967df6e893c2803ba65225c7f394da6",
"revisionTime": "2018-02-22T13:45:58Z"
},
{
"checksumSHA1": "blwbl9vPvRLtL5QlZgfpLvsFiZ4=",
"path": "github.com/jmespath/go-jmespath",
Expand Down

0 comments on commit f75c7dd

Please sign in to comment.