Reset the version number of the issuer certificate? I believe this
hasn't been tested in a long while...
This commit is contained in:
parent
63b6fe2bf6
commit
c4448f60d6
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user