NUMERICSTRING support
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5036)
This commit is contained in:
parent
b26d696c95
commit
40cea0a457
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags,
|
|||
switch (type) {
|
||||
case V_ASN1_PRINTABLESTRING:
|
||||
case V_ASN1_T61STRING:
|
||||
case V_ASN1_NUMERICSTRING:
|
||||
case V_ASN1_UTF8STRING:
|
||||
case V_ASN1_IA5STRING:
|
||||
if (BIO_write(bp, (char *)bs->data, bs->length)
|
||||
|
|
Loading…
Reference in a new issue