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:
96a4c31
)
Reencode with X509_CRL_ctx_sign too.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 3 May 2013 11:31:47 +0000
(12:31 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 5 Jun 2013 14:06:03 +0000
(15:06 +0100)
crypto/x509/x_all.c
patch
|
blob
|
history
diff --git
a/crypto/x509/x_all.c
b/crypto/x509/x_all.c
index 51d23f7d624851428af3c923e5b9ca86788313f0..b2223ce93b3d03409ccab8ac4e7e0a07fa722e47 100644
(file)
--- a/
crypto/x509/x_all.c
+++ b/
crypto/x509/x_all.c
@@
-131,6
+131,7
@@
int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md)
int X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx)
{
+ x->crl->enc.modified = 1;
return ASN1_item_sign_ctx(ASN1_ITEM_rptr(X509_CRL_INFO),
x->crl->sig_alg, x->sig_alg, x->signature, x->crl, ctx);
}