Re: DER public key file structure

2004-12-15 Thread Dr. Stephen Henson
On Wed, Dec 15, 2004, Andrus wrote: > Stephen, > > thank you. > > The command > > openssl rsautl -verify -in signature.bin -inkey public.der -pubin -keyform > DER -out signout.bin > > Causes error: > > RSA operation error > 4294560507:error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1

Re: DER public key file structure

2004-12-14 Thread Andrus
IL PROTECTED]> Sent: Tuesday, December 14, 2004 11:20 PM Subject: Re: DER public key file structure > On Tue, Dec 14, 2004, Andrus wrote: > > > I need to decrypt RSA signature using RSA public key. > > Thanks to Nils Larsch reply I discovered that the following command can be &

Re: DER public key file structure

2004-12-14 Thread Andrus
iginal Message - From: "Charles B Cranston" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 14, 2004 10:35 PM Subject: Re: DER public key file structure > DER is short for ASN.1 Distinguished Encoding Rules. The actual > format of certificates

Re: DER public key file structure

2004-12-14 Thread Dr. Stephen Henson
On Tue, Dec 14, 2004, Andrus wrote: > I need to decrypt RSA signature using RSA public key. > Thanks to Nils Larsch reply I discovered that the following command can be > used for this: > > openssl rsautl -verify -in sig.bin -inkey public.der -pubin -keyform > DER -out signout.bin > > I have a

Re: DER public key file structure

2004-12-14 Thread Charles B Cranston
DER is short for ASN.1 Distinguished Encoding Rules. The actual format of certificates and things are standardized by X.500 but these documents are expensive, so the Internet RFC people have reprinted the information in a series of documents. Take a look at ftp://www.ietf.org/rfc/rfc3280.txt pa