Skip to content

chore: Block js RSA-OAEP padding combination on FIPS - #145

Merged
adamjmcgrath merged 3 commits into
masterfrom
fips-error
Aug 11, 2026
Merged

chore: Block js RSA-OAEP padding combination on FIPS#145
adamjmcgrath merged 3 commits into
masterfrom
fips-error

Conversation

@adamjmcgrath

Copy link
Copy Markdown
Contributor

Description

Throw when attempting to us custom oaep padding code in FIPs mode

Testing

Describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Please include any manual steps for testing end-to-end or functionality not covered by unit/integration tests.

Also include details of the environment this PR was developed in (language/platform/browser version).

  • 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 the default branch

@adamjmcgrath
adamjmcgrath requested a review from a team as a code owner August 10, 2026 12:45
Comment thread lib/oaep.js Outdated
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
CharlesRea
CharlesRea previously approved these changes Aug 10, 2026
@adamjmcgrath
adamjmcgrath merged commit 4569154 into master Aug 11, 2026
4 checks passed
adamjmcgrath added a commit that referenced this pull request Aug 11, 2026
* chore: block js RSA-OAEP padding combination on FIPS

* chore: update fips check

Co-authored-by: Filip Skokan <panva.ip@gmail.com>

* chore: add note about FIPs in readme

---------

Co-authored-by: Filip Skokan <panva.ip@gmail.com>
adamjmcgrath added a commit that referenced this pull request Aug 11, 2026
* chore: block js RSA-OAEP padding combination on FIPS

* chore: update fips check

Co-authored-by: Filip Skokan <panva.ip@gmail.com>

* chore: add note about FIPs in readme

---------

Co-authored-by: Filip Skokan <panva.ip@gmail.com>
adamjmcgrath added a commit that referenced this pull request Aug 11, 2026
* chore(release): 6.0.0

* chore: update CHANGELOG.md

* chore: block js RSA-OAEP padding combination on FIPS (#145)

* chore: block js RSA-OAEP padding combination on FIPS

* chore: update fips check

Co-authored-by: Filip Skokan <panva.ip@gmail.com>

* chore: add note about FIPs in readme

---------

Co-authored-by: Filip Skokan <panva.ip@gmail.com>

---------

Co-authored-by: adamjmcgrath <1299658+adamjmcgrath@users.noreply.github.com>
Co-authored-by: Adam Mcgrath <adam.mcgrath@okta.com>
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants