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

Name

Description

bp

BIO that receives the printable text.

v

String to print; may be NULL.

Created with MrDocs