RE: need API

2009-08-14 Thread David Schwartz
Raghunath Santhanam wrote: > Hi, > I need APIs which can > 1) sign the message using a key > 2) verify the same using the same key. > Let me know if it is available. Must it always be impossible to be able to verify without being able to sign? Is that a design requirement? To clarify, you want

Re: need API

2009-08-14 Thread Guiliani, Florent
Raghunath Santhanam wrote: Hi, I need APIs which can 1) sign the message using a key 2) verify the same using the *same *key. Let me know if it is available. Raghunath For the signature verification you can use the following API: o EVP_VerifyInit_ex to init an EVD_MD_CTX structure with a k

need API

2009-08-13 Thread Raghunath Santhanam
Hi, I need APIs which can 1) sign the message using a key 2) verify the same using the *same *key. Let me know if it is available. Raghunath