Dr Stephen Henson wrote:
>
> Ben Laurie wrote:
> >
> > Oscar Jacobsson wrote:
> > >
> > > Hi all!
> > >
> > > From what I've managed to comprehend of draft-ietf-pkix-ipki-part1 my
> > > v2 CRL needs an AuthorityKeyIdentifier. Quoting paragraph 4.2.1.2:
> > >
> > > (1) The keyIdentifier is com
Dr Stephen Henson wrote:
> Anyway to answer the original question I believe you should hash
> public_key->length bytes of public_key->data.
Thanks! Now there's just the problem of the cRLNumber extension, for
which I'll need to 'wrap' an ASN1_INTEGER in an ASN1_OCTET_STRING,
somehow. I've looke
Ben Laurie wrote:
>
> Oscar Jacobsson wrote:
> >
> > Hi all!
> >
> > From what I've managed to comprehend of draft-ietf-pkix-ipki-part1 my
> > v2 CRL needs an AuthorityKeyIdentifier. Quoting paragraph 4.2.1.2:
> >
> > (1) The keyIdentifier is composed of the 160-bit SHA-1 hash of the
> >
Oscar Jacobsson wrote:
>
> Hi all!
>
> From what I've managed to comprehend of draft-ietf-pkix-ipki-part1 my
> v2 CRL needs an AuthorityKeyIdentifier. Quoting paragraph 4.2.1.2:
>
> (1) The keyIdentifier is composed of the 160-bit SHA-1 hash of the
> value of the BIT STRING subjectPubli