projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63b6fe2
)
Reset the version number of the issuer certificate? I believe this
author
Richard Levitte
<levitte@openssl.org>
Thu, 3 Apr 2003 18:50:15 +0000
(18:50 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 3 Apr 2003 18:50:15 +0000
(18:50 +0000)
hasn't been tested in a long while...
apps/ca.c
patch
|
blob
|
history
diff --git
a/apps/ca.c
b/apps/ca.c
index 0f8abc85ee6ded9387e7d0fd38a39648c6edc543..0f65506d75caec0961c7fc236635fb5fd72152c0 100644
(file)
--- a/
apps/ca.c
+++ b/
apps/ca.c
@@
-1960,7
+1960,7
@@
again2:
#ifdef X509_V3
/* Make it an X509 v3 certificate. */
- if (!X509_set_version(
x509
,2)) goto err;
+ if (!X509_set_version(
ret
,2)) goto err;
#endif
if (BN_to_ASN1_INTEGER(serial,ci->serialNumber) == NULL)