提交 c4448f60 编写于 作者: R Richard Levitte

Reset the version number of the issuer certificate? I believe this

hasn't been tested in a long while...
上级 63b6fe2b
...@@ -1960,7 +1960,7 @@ again2: ...@@ -1960,7 +1960,7 @@ again2:
#ifdef X509_V3 #ifdef X509_V3
/* Make it an X509 v3 certificate. */ /* Make it an X509 v3 certificate. */
if (!X509_set_version(x509,2)) goto err; if (!X509_set_version(ret,2)) goto err;
#endif #endif
if (BN_to_ASN1_INTEGER(serial,ci->serialNumber) == NULL) if (BN_to_ASN1_INTEGER(serial,ci->serialNumber) == NULL)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册