Re: openssl verify signature with priv key?

2007-06-25 Thread Janet N
06 On 6/25/07, Michael Sierchio <[EMAIL PROTECTED]> wrote: > > > 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 sign

Re: openssl verify signature with priv key?

2007-06-25 Thread Janet N
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 a signature (dsa signature), with the private key using openssl? Ive trie

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

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] outfile > whe

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] outfile where options are