ASN1_STRING_print
if (!ASN1_STRING_print(bp, (ASN1_STRING *)a->crlUrl))
ASN1_STRING_print(bio, X509_EXTENSION_get_data(ex));
if (ASN1_STRING_print(bp, X509_EXTENSION_get_data(ex)) <= 0)
|| ASN1_STRING_print(bp,
|| ASN1_STRING_print(bp, namingAuthority->namingAuthorityText) <= 0
|| ASN1_STRING_print(bp, namingAuthority->namingAuthorityUrl) <= 0
|| ASN1_STRING_print(bp, pinfo->registrationNumber) <= 0
|| ASN1_STRING_print(bp, val) <= 0
ASN1_STRING_print(bp, X509_EXTENSION_get_data(ex));
ASN1_STRING_print(out, gen->d.ia5);
ASN1_STRING_print(out, gen->d.ia5);
ASN1_STRING_print(out, gen->d.ia5);
ASN1_STRING_print(out, id->user);
ASN1_STRING_print(bp, attr_value);
int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);