mirror of
https://github.com/openssl/openssl.git
synced 2025-03-01 19:28:10 +08:00
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
@ -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 New Issue
Block a user