ASN1_STRING_print
ASN1_STRING_print(bp, ex->value);
ASN1_STRING_print(bio, ex->value);
if (!ASN1_STRING_print(bp, (ASN1_STRING*)a->crlUrl))
ASN1_STRING_print(bp, ex->value);
ASN1_STRING_print(out, id->user);
#define M_ASN1_OCTET_STRING_print ASN1_STRING_print
int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);