You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I'm not seeing x25519 or x448 in crypto.getCurves()
Also, currently options.ecdhCurve set to auto is undocumented on how it works, however instead of the user specifying the exact value(s), is it possible for the user to provide preferred values instead then fallback to auto?
Is it possible?
Saw it at nodejs/node#15054 (comment)
But I'm not seeing
x25519
orx448
incrypto.getCurves()
Also, currently
options.ecdhCurve
set toauto
is undocumented on how it works, however instead of the user specifying the exact value(s), is it possible for the user to provide preferred values instead then fallback toauto
?Possibly related:
The text was updated successfully, but these errors were encountered: