Antonio,

I'm testing with signing a Web-form with IE & Capicom
and verifying on a Sun Solaris system with openssl.
Capicom generates a pkcs7 format string and this
string you have to upload to the unix system and
there you can do:

openssl smime -in <your-file>.pkcs7 -verify -noverify -content <your data-file>  
-inform PEM

Here is <your-file>.pkcs7 the uploaded file in pkcs7 format. 
<your data-file> is your the ascii content of the signed data.

Before signing the text with capicom you have to convert the
Unicode text to ascii. 

In theory it should work but I still can't verify  signed (with
capicom) on my Sun system:-)

> 
>  Hello people, i am newbie in OpenSSL and need som help.
> 
> I have signed data with CryptSignMessage function of M$ CryptoAPI for a =
> time, but now I need verify that signatures in *unix* systems. I am =
> trying to use openSSL, but without success.
> 
>  Somebody already used openssl or other library to verify signatures =
> created with cryptSignMessage ?  If yes, would can show me the way to do =
> this .
> 
>  Any kind of help, explanation are welcome.
> 
>  Thanks .

Ivan

----
Ing. Ivan Saez Scheihing , Eindhoven University of Technology
Systeemhuis/Bush   BG 3.41 tel. 040-2475044
P.O.Box 513, 5600 MB Eindhoven, The Netherlands
E-Mail: [EMAIL PROTECTED]    
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to