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
I think this is a bug in PKI.js or, perhaps more likely, node-webcrypto-ossl. This can be reproduced by calling generateECDHKeyPair with a curve other than P-256.
This isn't a major issue because support for P-256 is required and support for the other curves is just recommended.
Once this is fixed, reinstate this commented-out test:
I think this is a bug in PKI.js or, perhaps more likely,
node-webcrypto-ossl
. This can be reproduced by callinggenerateECDHKeyPair
with a curve other than P-256.This isn't a major issue because support for P-256 is required and support for the other curves is just recommended.
Once this is fixed, reinstate this commented-out test:
https://github.com/relaycorp/relaydev/blob/master/functional_tests/test-key-genecdh.sh#L5-L8
The text was updated successfully, but these errors were encountered: