Peter Djalaliev wrote:
Go again and post what you found. I'm sure others may trip over the same issue.Found it. Thanks anyway._______________________________________________ dev-tech-crypto mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-crypto
My guess is the problem was using PK11_Verify, which is a low level function for verifying signatures. It does not strip any DER encoding, and is used internally by SSL and VFY_ calls. The VFY set of calls are the ones you want. There is one that verifies hashes directly.
bob
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ dev-tech-crypto mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-crypto

