The branch master has been updated
       via  40cea0a45780bf5b02010b6c7aab1d390bf8dd85 (commit)
      from  b26d696c95244055eed634129cd8316a1b298577 (commit)


- Log -----------------------------------------------------------------
commit 40cea0a45780bf5b02010b6c7aab1d390bf8dd85
Author: Dmitry Belyavskiy <[email protected]>
Date:   Mon Jan 8 15:32:47 2018 +0300

    NUMERICSTRING support
    
    Reviewed-by: Richard Levitte <[email protected]>
    Reviewed-by: Rich Salz <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/5036)

-----------------------------------------------------------------------

Summary of changes:
 crypto/x509/t_req.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/x509/t_req.c b/crypto/x509/t_req.c
index 2fcc43e..515a874 100644
--- a/crypto/x509/t_req.c
+++ b/crypto/x509/t_req.c
@@ -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)
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to