ASN1_STRING_print

Print an ASN.1 string to a BIO, replacing unprintable bytes with '.'.

Synopsis

Declared in <openssl/asn1.h>

int
ASN1_STRING_print(
    BIO* bp,
    ASN1_STRING const* v);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
bpBIO that receives the printable text.
vString to print; may be NULL.