ASN1_STRING_copy
if (!ASN1_STRING_copy(astr, src)) {
if (!ASN1_STRING_copy(out, in))
if (!ASN1_STRING_copy(ias->serialNumber, X509_get_serialNumber(cert)))
int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);