ASN.1: Refuse to encode to DER if non-optional items are missing
authorRichard Levitte <levitte@openssl.org>
Thu, 8 Jul 2021 11:38:45 +0000 (13:38 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 10 Jul 2021 15:05:07 +0000 (17:05 +0200)
commit4cd473518777766e303cebe89c5a056dbec7e513
tree5c9f49afffbedf2795d58d907aa9c866c72f0cd0
parent2296cc34f3c700b0bc5c45f35e56641fbb840db3
ASN.1: Refuse to encode to DER if non-optional items are missing

Fixes #16026

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16036)
crypto/asn1/tasn_enc.c