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/360-shorten-list-of-default-pub-key-algs #361

Merged
merged 2 commits into from
Mar 16, 2023

Conversation

MasterKale
Copy link
Owner

This PR shortens the default list of public key algorithms to the three most commonly-supported algorithms:

  • -8 (Ed25519)
  • -7 (ES256)
  • 257 (RS256)

Fixes #360.

@MasterKale MasterKale added this to the v7.2.0 milestone Feb 16, 2023
@MasterKale MasterKale added the package:server @simplewebauthn/server label Feb 16, 2023
@MasterKale MasterKale merged commit 2f2c2e4 into master Mar 16, 2023
@MasterKale MasterKale deleted the fix/360-shorten-list-of-default-pub-key-algs branch March 16, 2023 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:server @simplewebauthn/server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce number of default credential algorithms
1 participant