-
Notifications
You must be signed in to change notification settings - Fork 125
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
Conversation
There was a problem hiding this 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.
lib/algorithms/aes-gcm.js
Outdated
@@ -326,10 +326,7 @@ var aesGcm = {}; | |||
[ | |||
"A128GCM", | |||
"A192GCM", | |||
"A256GCM", | |||
"A128GCMKW", |
There was a problem hiding this comment.
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
requested changes are in now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Related to #133