Re: trying to verify a RSA signature

2007-03-16 Thread Bob Relyea
Peter Djalaliev wrote: Found it. Thanks anyway. ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto Go again and post what you found. I'm sure others may trip over the same issue.

Re: trying to verify a RSA signature

2007-03-16 Thread Peter Djalaliev
Found it. Thanks anyway. ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: trying to verify a RSA signature

2007-03-16 Thread Peter Djalaliev
The size of the data in inPubKey.m_exponent is 3 rather than 20... ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

trying to verify a RSA signature

2007-03-16 Thread Peter Djalaliev
Hello, I think I am missing something here because this really should work. So, I have four buffers of unsigned bytes: a digest, the digst's signature, a public key modulus, and a public key exponent. The digest was signed using the private key corresponding to that public key. I tried to verif