From a3ece41637e7eef59204d36e483f75bb5bf12319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 5 Dec 2006 23:47:11 +0000 Subject: [PATCH] Provide time to _hx509_calculate_path so we don't send no longer valid certs to our peer. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19229 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/cms.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hx509/cms.c b/lib/hx509/cms.c index e03bfcc2f..8dfe1360d 100644 --- a/lib/hx509/cms.c +++ b/lib/hx509/cms.c @@ -1153,6 +1153,7 @@ hx509_cms_create_signed_1(hx509_context context, */ if (pool) { _hx509_calculate_path(context, + time(NULL), anchors, 0, cert,