ASN1_parse_dump(): allow NULL BIO input, to simplify applications not needing output
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 14 Jun 2021 10:58:40 +0000 (12:58 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Tue, 15 Jun 2021 12:23:29 +0000 (14:23 +0200)
commit515480be79de6907fcf0f7797aa0d3cd45e7d33c
treef1385d8936c1539d224c485f2b6463c01d818130
parentbb19b9d4561228599b2259f6a4912066274ae622
ASN1_parse_dump(): allow NULL BIO input, to simplify applications not needing output

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