MS Crypto API

2001-03-28 Thread Shawn Page
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: MS Crypto API

2001-03-31 Thread Dr S N Henson
Shawn Page wrote: > > > I'm attempting to write some code to convert the output of an MS plugin. > The plugin admittedly violates PKCS7 by outputting the signature in little > endian. > > The question is how to access the signature itself, once having read what is > a PKCS7 blob in every othe

Re: MS Crypto API

2001-04-02 Thread Ferdinando Ricchiuti
I, I've generated a PKCS#7 using CryptoAPI (NTSP6) using CryptSignMessage(). This PKCS#7 is verified by PKCS7_Verify() function call. The only problem I found is that using a detached signature the CryptoAPI generated signature hasn't a PKCS#1 type-1 padding and PKCS7_Verify() will fail. In all my