Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #35 updating dependencies #36

Merged
merged 5 commits into from
Jul 3, 2020
Merged

Fix #35 updating dependencies #36

merged 5 commits into from
Jul 3, 2020

Conversation

neokeld
Copy link
Contributor

@neokeld neokeld commented Jun 13, 2020

Fix #35 updating dependencies (

  • go list -m -u all
  • go get -u
  • go mod tidy
    ).

@neokeld
Copy link
Contributor Author

neokeld commented Jun 16, 2020

@taik0 @kpacha this little PR is looking for reviewers 😄

@kpacha
Copy link
Member

kpacha commented Jun 17, 2020

Updating every dependency at once looks a little scary to me. I think it would be safer to upgrade just the square/go-jose package

@neokeld
Copy link
Contributor Author

neokeld commented Jun 20, 2020

Done

@kpacha
Copy link
Member

kpacha commented Jun 22, 2020

the build is broken... what other things are changed in the updated lib?

https://travis-ci.org/github/devopsfaith/krakend-jose/builds/700351902

@neokeld
Copy link
Contributor Author

neokeld commented Jun 30, 2020

As we can see in square/go-jose#228 the encrypted result was inaccurate. I've corrected tests with signed values from output from square go-jose.

@kpacha kpacha merged commit fd40969 into krakend:master Jul 3, 2020
@kpacha
Copy link
Member

kpacha commented Jul 3, 2020

thx for the contribution!

@github-actions
Copy link

github-actions bot commented Apr 7, 2022

This pull request was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jwe using Curve P521, ECDH-ES, and A256GCM does not always work with with other implementations
2 participants