Skip to content

Commit 7669f96

Browse files
committed
Support MBSTRING_ASC for cert encoding
1 parent 65217cb commit 7669f96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/x509.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10722,6 +10722,7 @@ int wolfSSL_i2d_X509_NAME(WOLFSSL_X509_NAME* name, unsigned char** out)
1072210722
case MBSTRING_UTF8:
1072310723
type = CTC_UTF8;
1072410724
break;
10725+
case MBSTRING_ASC:
1072510726
case V_ASN1_PRINTABLESTRING:
1072610727
type = CTC_PRINTABLE;
1072710728
break;

0 commit comments

Comments
 (0)