Merge pull request #6719 from anhu/MBSTRING_ASC

Support MBSTRING_ASC for cert encoding
This commit is contained in:
JacobBarthelmeh
2023-08-22 09:29:50 -06:00
committed by GitHub

View File

@ -10722,6 +10722,7 @@ int wolfSSL_i2d_X509_NAME(WOLFSSL_X509_NAME* name, unsigned char** out)
case MBSTRING_UTF8:
type = CTC_UTF8;
break;
case MBSTRING_ASC:
case V_ASN1_PRINTABLESTRING:
type = CTC_PRINTABLE;
break;