-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
crypto: add keyObject.export() JWK format option #37081
Closed
Closed
Commits on Feb 2, 2021
-
crypto: add keyObject.export() 'jwk' format option
Adds [JWK](https://tools.ietf.org/html/rfc7517) keyObject.export format option. Supported key types: `ec`, `rsa`, `ed25519`, `ed448`, `x25519`, `x448`, and symmetric keys, resulting in JWK `kty` (Key Type) values `EC`, `RSA`, `OKP`, and `oct`. `rsa-pss` is not supported since the JWK format does not support PSS Parameters. `EC` JWK curves supported are `P-256`, `secp256k1`, `P-384`, and `P-521`
Configuration menu - View commit details
-
Copy full SHA for 9f6e3d1 - Browse repository at this point
Copy the full SHA 9f6e3d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ba12fb - Browse repository at this point
Copy the full SHA 5ba12fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cfd243 - Browse repository at this point
Copy the full SHA 1cfd243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25a6c8c - Browse repository at this point
Copy the full SHA 25a6c8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 955696f - Browse repository at this point
Copy the full SHA 955696fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a76db7a - Browse repository at this point
Copy the full SHA a76db7aView commit details -
Co-authored-by: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f03cdf - Browse repository at this point
Copy the full SHA 5f03cdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ca795c - Browse repository at this point
Copy the full SHA 5ca795cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44d49e0 - Browse repository at this point
Copy the full SHA 44d49e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6d1e96 - Browse repository at this point
Copy the full SHA a6d1e96View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.