RE: DER encoding SubjectPublicKeyInfo

2008-04-22 Thread Roger Boden
Right, I had missed that algorithm identifier is a sequence. Now it makes sence. Thanks! -- R > From: [EMAIL PROTECTED] > To: openssl-users@openssl.org > Subject: Re: DER encoding SubjectPublicKeyInfo > Date: Tue, 22 Apr 2008 14:39:34 +0200

Re: DER encoding SubjectPublicKeyInfo

2008-04-22 Thread francesco.petruzzi
- From: "Roger Boden" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 22, 2008 11:43 AM Subject: RE: DER encoding SubjectPublicKeyInfo Thanks, that explains the 0x30 tag value. What about the DER encoding? Is that correct? The 'openssl asn1parse' output of the DER enco

RE: DER encoding SubjectPublicKeyInfo

2008-04-22 Thread Roger Boden
.1 type is i2d_X509_PUBKEY() supposed to encode? Is this a bug in this function, or am I using the wrong API? Regards Roger > To: openssl-users@openssl.org > Subject: Re: DER encoding SubjectPublicKeyInfo > From: [EMAIL PROTECTED] > Date: Tue, 22 A

Re: DER encoding SubjectPublicKeyInfo

2008-04-21 Thread Marek . Marcola
Hello, [EMAIL PROTECTED] wrote on 04/21/2008 10:45:18 PM: > > Hi, > > I need to DER encode an RSA public key as a SubjectPublicKeyInfo. The ASN.1 definition > of SubjectPublicKeyInfo is >SubjectPublicKeyInfo ::= SEQUENCE { > algorithmAlgorithmIdentifier, > s

Re: DER-encoding

2005-05-17 Thread pana
Very well! thanks. Where can I find the documentation to learn about to use the mini compiler? bye pana On 5/17/05, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: > On Tue, May 17, 2005, pana wrote: > > > Hi, > > > > how can I obtain a word in the DER-encoding form? > > I need it represented in o

Re: DER-encoding

2005-05-17 Thread Dr. Stephen Henson
On Tue, May 17, 2005, pana wrote: > Hi, > > how can I obtain a word in the DER-encoding form? > I need it represented in octets to use it in custom extensions definition. > for example: 1e:08:00:55:00:73:00:65:00:72 > If you are using OpenSSL 0.9.8-dev you don't need to because the mini-ASN1 c

Re: DER encoding:

1999-03-03 Thread Massimiliano Liccardo
GOMEZ Henri wrote: > I'm trying to generate a certificate for IE 4. > > Hi Gomez, I'll try to find a working example of a MSIE 4.0 certificate request html page.. Can you point me some links ??? -- o___ /\_ _| | Max Liccardo - Security Pianist Consultant _\

Re: DER encoding:

1999-03-03 Thread Erwann ABALEA
On Wed, 3 Mar 1999, GOMEZ Henri wrote: > I'm trying to generate a certificate for IE 4. > > The .p12 generated by the following script is successfully imported in > NS. > > But the DER encoded cert generated from .pem' one via > $ssleay x509 -in $sslcrtdir/$user.crt -outform DER -out > $sslcrt