I have found what was wrong by looking at SGN_End() source. I thought I could specify larger buffer than it was needed for PK11_Sign() signature output, but it have to be exactly 40 bytes for 1024 bit key (using PK11_SignatureLen() to determine length).
Thank you very much. _______________________________________________ mozilla-crypto mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-crypto
