[xmlsec] FW: Valid To has passed
Aleksey Sanin
aleksey at aleksey.com
Mon Sep 3 18:26:50 PDT 2007
> Specifics of the problem as you requested ...
Thank you very much! Any chance you can try the attached patch?
I hope it will fix the problem for you.
Thanks!
Aleksey
-------------- next part --------------
Index: src/mscrypto/x509vfy.c
===================================================================
--- src/mscrypto/x509vfy.c (revision 982)
+++ src/mscrypto/x509vfy.c (working copy)
@@ -315,7 +315,7 @@
pfTime,
store_add,
&chainPara,
- CERT_CHAIN_REVOCATION_CHECK_CHAIN,
+ CERT_CHAIN_REVOCATION_CHECK_CHAIN | CERT_CHAIN_TIMESTAMP_TIME,
NULL,
&pChainContext))
{
More information about the xmlsec
mailing list