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
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
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
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