openssl verify signature with priv key?

2007-06-25 Thread Janet N
Hi there, How do I verify a signature (dsa signature), with the private key using openssl? I've tried the following did not work (syntax erro), any help is appreciated! openssl rsa -in sigcert.pem -noout -verify -key userkey.pem unknown option -verify rsa [options] infile outfile where

Re: openssl verify signature with priv key?

2007-06-25 Thread Marek Marcola
Hello, How do I verify a signature (dsa signature), with the private key using openssl? I've tried the following did not work (syntax erro), any help is appreciated! openssl rsa -in sigcert.pem -noout -verify -key userkey.pem unknown option -verify rsa [options] infile outfile where

Re: openssl verify signature with priv key?

2007-06-25 Thread Michael Sierchio
you verify a signature with the public key, and you sign with the private key. -Original Message- From: Janet N [EMAIL PROTECTED] Subj: openssl verify signature with priv key? Date: Mon 2007 Jun 25 13:17 Size: 351 bytes To: openssl-users@openssl.org Hi there, How do I verify

Re: openssl verify signature with priv key?

2007-06-25 Thread Janet N
[EMAIL PROTECTED] Subj: openssl verify signature with priv key? Date: Mon 2007 Jun 25 13:17 Size: 351 bytes To: openssl-users@openssl.org Hi there, How do I verify a signature (dsa signature), with the private key using openssl? Ive tried the following did not work (syntax erro), any help

Re: openssl verify signature with priv key?

2007-06-25 Thread Janet N
: you verify a signature with the public key, and you sign with the private key. -Original Message- From: Janet N [EMAIL PROTECTED] Subj: openssl verify signature with priv key? Date: Mon 2007 Jun 25 13:17 Size: 351 bytes To: openssl-users@openssl.org Hi there, How do I