RE: i2d_DSAPublicKey

2007-07-30 Thread Marek Marcola
Hello, > I think you're right. Before the P,Q,G params, I see (0x02, 0x41, > 0x00), (0x02, 0x15, 0x00), and (0x02, 0x41, 0x00) respectively. 0x41 > and 0x15 appear to be 1 greater than the actual length of the params. > Any idea why it is 1 greater than the actual length? > > But before the publ

RE: i2d_DSAPublicKey

2007-07-30 Thread Edward Chan
immy bahuleyan > Sent: Monday, July 30, 2007 6:55 AM > To: openssl-users@openssl.org > Subject: Re: i2d_DSAPublicKey > > Hi, > > Edward Chan wrote: > > When I call this function, I can see from the generated binary data that > > the format is the public key, followed

Re: i2d_DSAPublicKey

2007-07-30 Thread jimmy bahuleyan
Hi, Edward Chan wrote: > When I call this function, I can see from the generated binary data that > the format is the public key, followed by the P param, followed by 3 > bytes which I don't know what they are, followed by the Q param, > followed by the G param. > You have got an ASN.1 DER encod

i2d_DSAPublicKey

2007-07-29 Thread Edward Chan
When I call this function, I can see from the generated binary data that the format is the public key, followed by the P param, followed by 3 bytes which I don't know what they are, followed by the Q param, followed by the G param. Can anybody tell me what those 3 bytes? I haven't tried gen