| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
I think this is the only public API change (outside of WebCrypto) from the referenced PR, but I'm not 100% sure. It definitely fixes the problem with generateKeyPair.
Sorry, something went wrong.
|
I still have to manage to change KeyObjectHandle::InitEDRaw to accomodate for the revert in GetCurveFromName |
Sorry, something went wrong.
There was a problem hiding this comment.
AFAICT id_ is only used to discern between X25519, X448 and then it throws everything else in the default bucket anyway, therefore returning the specific EC curve ids is not necessary and using GetOKPCurveFromName is ok.
Sorry, something went wrong.
Co-authored-by: Tobias Nießen <tniessen@users.noreply.github.com>
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The following "curves" were added to the 'ec' key type in #36879.
However, none of these are pure EC curves, for example, Curve25519 does not work with ECDSA, which is one of the reasons why crypto.getCurves() does not include Curve25519. This PR makes these "curves" only recognized from the Web Cryptography API experimental interface.
Fixes #37055
cc @jasnell @tniessen