Petar Popara wrote:
When signing using RSA private key it works just fine. When signing using DSA private key I got -8192 error. Am I doing something wrong?

-8192 is SEC_ERROR_IO. (You can look up NSS error codes in http://www.mozilla.org/projects/security/pki/nss/ref/ssl/sslerr.html.)

NSS's software crypto module (libsoftokn3.so or softokn3.dll)
returns CKR_DEVICE_ERROR on any crypto operation failure,
which is mapped to SEC_ERROR_IO.  Unfortunately this is a
catch-all error code and doesn't tell you why the crypto
operation failed.

Wan-Teh
_______________________________________________
mozilla-crypto mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to