[#ASN1_STRING_print] = ASN1_STRING_print :mrdocs: Print an ASN.1 string to a BIO, replacing unprintable bytes with '.'. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASN1_STRING_print( xref:BIO.adoc[BIO]* bp, xref:ASN1_STRING.adoc[ASN1_STRING] const* v); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *bp* | BIO that receives the printable text. | *v* | String to print; may be NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#