mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 20:13:00 +00:00

instead of SECKEY_PublicKeyStrength to get ECDSA signature lengths. Removed the 'type' member from the VFYContextStr structure because that info is in the 'key->keyType' field. Set error codes when functions fail (return 0). r=nelsonb. Modified Files: cryptohi/keyhi.h cryptohi/seckey.c cryptohi/secvfy.c nss/nss.def ssl/ssl3con.c