Building a DER sequence
Viktor Dukhovni
openssl-users at dukhovni.org
Mon Jul 1 21:19:57 UTC 2019
> On Jun 25, 2019, at 10:59 AM, Ken Goldman <kgoldman at us.ibm.com> wrote:
>
> I have to build a DER byte stream for a sequence containing:
>
> algorithm ID
> issuer
> validity
> subject name
> extensions
>
> What is the general approach?
See for example:
https://github.com/openssl/openssl/blob/bc42bd6298702a1abf70aa6383d36886dd5af4b3/crypto/x509/x_x509.c#L18-L31
--
--
Viktor.
More information about the openssl-users
mailing list