提交 62e394de 编写于 作者: M Matt Caswell

Revert "Don't crash on a missing Subject in index.txt"

This reverts commit 1e05c6d0.

Empty subjects should be permissible.
Reviewed-by: NRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5444)
上级 f929439f
...@@ -664,10 +664,6 @@ end_of_options: ...@@ -664,10 +664,6 @@ end_of_options:
goto end; goto end;
} }
} }
if (pp[DB_name][0] == '\0') {
BIO_printf(bio_err, "entry %d: bad Subject\n", i + 1);
goto end;
}
} }
if (verbose) { if (verbose) {
TXT_DB_write(bio_out, db->db); TXT_DB_write(bio_out, db->db);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册