nodejs / webcrypto

This repository has been archived. The WebCrypto API has been implemented in recent versions of Node.js and does not require additional packages.
69 stars 20 forks source link

Don't throw if ECDSA signature is invalid #31

Closed tniessen closed 4 years ago

tniessen commented 4 years ago

If an ECDSA signature has an invalid length, verification should return false instead of throwing an error.