summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-01-26 15:24:53 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-01-26 15:24:53 +0000
commit56605dcb13a55e072408cc510ea92c8d70ad4ee2 (patch)
treed56da6ae0b20f830e3f78cad0da1200996d1bc25 /sbin
parent8057cc26ec0e86e74e89e90aef9479d92fd55c41 (diff)
Merge with EOM 1.26
author: angelos GMTTimeOfDay and LocalTimeOfDay attributes, comment in x509.c. author: angelos Include files, in anticipation of the keynote.h changes.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/x509.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/sbin/isakmpd/x509.c b/sbin/isakmpd/x509.c
index 3be2b346ee3..1b50045be14 100644
--- a/sbin/isakmpd/x509.c
+++ b/sbin/isakmpd/x509.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: x509.c,v 1.15 1999/10/26 22:32:28 angelos Exp $ */
-/* $EOM: x509.c,v 1.24 1999/09/30 13:40:38 niklas Exp $ */
+/* $OpenBSD: x509.c,v 1.16 2000/01/26 15:24:52 niklas Exp $ */
+/* $EOM: x509.c,v 1.26 1999/10/10 22:48:37 angelos Exp $ */
/*
* Copyright (c) 1998, 1999 Niels Provos. All rights reserved.
@@ -203,6 +203,14 @@ x509_generate_kn (X509 *cert)
return 0;
}
+ /*
+ * XXX
+ * Should add a remove-assertion event set to the expiration of the
+ * X509 cert (and remove such events when we reinit and close the keynote
+ * session).
+ * XXX
+ */
+
free (buf);
return 1;
}