Loading apps/ca.c +24 −20 Original line number Original line Diff line number Diff line Loading @@ -3074,6 +3074,7 @@ X509_NAME *do_subject(char *subject, long chtype) while (*sp) while (*sp) { { if (*sp == '\\') /* is there anything to escape in the type...? */ if (*sp == '\\') /* is there anything to escape in the type...? */ { if (*++sp) if (*++sp) *bp++ = *sp++; *bp++ = *sp++; else else Loading @@ -3081,6 +3082,7 @@ X509_NAME *do_subject(char *subject, long chtype) BIO_printf(bio_err, "escape character at end of string\n"); BIO_printf(bio_err, "escape character at end of string\n"); goto error; goto error; } } } else if (*sp == '=') else if (*sp == '=') { { sp++; sp++; Loading @@ -3099,6 +3101,7 @@ X509_NAME *do_subject(char *subject, long chtype) while (*sp) while (*sp) { { if (*sp == '\\') if (*sp == '\\') { if (*++sp) if (*++sp) *bp++ = *sp++; *bp++ = *sp++; else else Loading @@ -3106,6 +3109,7 @@ X509_NAME *do_subject(char *subject, long chtype) BIO_printf(bio_err, "escape character at end of string\n"); BIO_printf(bio_err, "escape character at end of string\n"); goto error; goto error; } } } else if (*sp == '/') else if (*sp == '/') { { sp++; sp++; Loading Loading
apps/ca.c +24 −20 Original line number Original line Diff line number Diff line Loading @@ -3074,6 +3074,7 @@ X509_NAME *do_subject(char *subject, long chtype) while (*sp) while (*sp) { { if (*sp == '\\') /* is there anything to escape in the type...? */ if (*sp == '\\') /* is there anything to escape in the type...? */ { if (*++sp) if (*++sp) *bp++ = *sp++; *bp++ = *sp++; else else Loading @@ -3081,6 +3082,7 @@ X509_NAME *do_subject(char *subject, long chtype) BIO_printf(bio_err, "escape character at end of string\n"); BIO_printf(bio_err, "escape character at end of string\n"); goto error; goto error; } } } else if (*sp == '=') else if (*sp == '=') { { sp++; sp++; Loading @@ -3099,6 +3101,7 @@ X509_NAME *do_subject(char *subject, long chtype) while (*sp) while (*sp) { { if (*sp == '\\') if (*sp == '\\') { if (*++sp) if (*++sp) *bp++ = *sp++; *bp++ = *sp++; else else Loading @@ -3106,6 +3109,7 @@ X509_NAME *do_subject(char *subject, long chtype) BIO_printf(bio_err, "escape character at end of string\n"); BIO_printf(bio_err, "escape character at end of string\n"); goto error; goto error; } } } else if (*sp == '/') else if (*sp == '/') { { sp++; sp++; Loading