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

remove A*GCMKW support #161

Merged
merged 4 commits into from
Jan 31, 2018
Merged

remove A*GCMKW support #161

merged 4 commits into from
Jan 31, 2018

Conversation

panva
Copy link
Contributor

@panva panva commented Jan 30, 2018

Related to #133

Copy link
Member

@linuxwolf linuxwolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks really good. If you're ok with it, you should add yourself to AUTHORS (it's meant to be a list of contributors, but naming it this way helps other tooling).

There's one correct I'd like reverted (see review). Also, see https://github.com/panva/node-jose/pull/1 for a potential fix to the test failure.

@@ -326,10 +326,7 @@ var aesGcm = {};
[
"A128GCM",
"A192GCM",
"A256GCM",
"A128GCMKW",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather keep these in here, and rely on their removal from the supported algorithms list in jwk/octkey.js

@panva
Copy link
Contributor Author

panva commented Jan 30, 2018

requested changes are in now.

Copy link
Member

@linuxwolf linuxwolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants