提交 051742fb 编写于 作者: A Andy Polyakov

v3_alt.c: otherName parsing fix.

Submitted by: Love Hörnquist Åstrand
上级 b066c3cd
......@@ -493,6 +493,7 @@ GENERAL_NAME *a2i_GENERAL_NAME(GENERAL_NAME *out,
X509V3err(X509V3_F_A2I_GENERAL_NAME,X509V3_R_OTHERNAME_ERROR);
goto err;
}
break;
default:
X509V3err(X509V3_F_A2I_GENERAL_NAME,X509V3_R_UNSUPPORTED_TYPE);
goto err;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册