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

feat: Add support for AES-GCM family #67

Merged
merged 1 commit into from
Mar 24, 2020
Merged

Conversation

gkwang
Copy link
Contributor

@gkwang gkwang commented Mar 23, 2020

Description

This addresses:
#31

Considering Shibboleth is defaulting their encryption to AES-GCM for v4, we should also make sure we support it. (https://wiki.shibboleth.net/confluence/display/IDP4/GCMEncryption)

Testing

Additional tests are provided to ensure encryption/decryption.
We would like to have interoperability tests, if anyone would like to contribute to it.

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not master

@gkwang gkwang requested a review from a team as a code owner March 23, 2020 22:12
@gkwang gkwang changed the title feat: Add supoort for AES-GCM family feat: Add support for AES-GCM family Mar 23, 2020
Also bumped mocha version for dependency fix.
Copy link
Contributor

@esarafianou esarafianou left a comment

Choose a reason for hiding this comment

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

LGTM 🚢

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.

None yet

2 participants