]> git.ipfire.org Git - thirdparty/openssl.git/commit
DER writer: Make context-specific tags constructed (i.e. explicit)
authorRichard Levitte <levitte@openssl.org>
Mon, 27 Jul 2020 16:39:51 +0000 (18:39 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 30 Jul 2020 21:23:15 +0000 (23:23 +0200)
commit6c6b20d59153cd29e38dfebee0b8a6f998402254
tree3b8a0f3eeba0d20789c5540581a29e95a6bfbc23
parent86b5ab58aae0bddb93a58e9dcfac5ea3db022f6a
DER writer: Make context-specific tags constructed (i.e. explicit)

For now, that's what we see being used.  It's possible that we will
have to figure out a way to specific if these should be implicit or
explicit on a case by case basis.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12544)
crypto/der_writer.c