Skip to content

Commit

Permalink
Update jwk-go to wrong exponent in generated RSA
Browse files Browse the repository at this point in the history
`dp`, `dq` and `qi` will also be generated now.
  • Loading branch information
boazy committed May 26, 2020
1 parent 450fe3c commit 9e84ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/nwidger/jsoncolor v0.3.0
github.com/pkg/errors v0.9.1
github.com/rakutentech/jwk-go v0.0.0-20200324145714-9d3691eb3fd4
github.com/rakutentech/jwk-go v1.0.1
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rakutentech/jwk-go v0.0.0-20200324145714-9d3691eb3fd4 h1:j4SH1lxsySs24sYT0/PDUWGtC7otJiYMk3qqSm4VhnM=
github.com/rakutentech/jwk-go v0.0.0-20200324145714-9d3691eb3fd4/go.mod h1:LtzSv4/+Iti1nnNeVQiP6l5cI74GBStbhyXCYvgPZFk=
github.com/rakutentech/jwk-go v1.0.1 h1:yCE+M/FsgPbO94hMIRkcMNFZAlmyFwmrstg717dykFc=
github.com/rakutentech/jwk-go v1.0.1/go.mod h1:LtzSv4/+Iti1nnNeVQiP6l5cI74GBStbhyXCYvgPZFk=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
Expand Down

0 comments on commit 9e84ac4

Please sign in to comment.