MS Crypto API
Is there a a high-level OpenSSL function for dealing with the digital signatures from the MSCrypto API in a PKCS7 blob? __ OpenSSL Project http://www.openssl.org User Support Mailing List
Re: Browser's signature function
Why is it not advisable to use openssl/crypto/pkcs7/verify.c ? Dr S N Henson wrote: > tangquan wrote: > > > > you can verify your signature using openssl/crypto/pkcs7/verify.c . > > according to my experience, Netscape make a standand pkcs7 digital > > signature and encode it in base64 format. >