From 509e52bad9992c3ec9c6c66b370619205e7c9cd7 Mon Sep 17 00:00:00 2001 From: tobhe Date: Wed, 23 Sep 2020 14:25:56 +0000 Subject: Add new 'set cert_partial_chain' config option to allow verification of partial certificate chains if a trusted intermediate CA is found in /etc/iked/ca/. ok patrick@ --- sbin/iked/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sbin/iked/types.h') diff --git a/sbin/iked/types.h b/sbin/iked/types.h index 67d173e5252..56970db6894 100644 --- a/sbin/iked/types.h +++ b/sbin/iked/types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: types.h,v 1.39 2020/08/24 21:00:21 tobhe Exp $ */ +/* $OpenBSD: types.h,v 1.40 2020/09/23 14:25:55 tobhe Exp $ */ /* * Copyright (c) 2019 Tobias Heider @@ -113,6 +113,7 @@ enum imsg_type { IMSG_CERT, IMSG_CERTVALID, IMSG_CERTINVALID, + IMSG_CERT_PARTIAL_CHAIN, IMSG_OCSP_FD, IMSG_OCSP_CFG, IMSG_AUTH, -- cgit v1.2.3