diff options
author | tobhe <tobhe@cvs.openbsd.org> | 2020-09-23 14:25:56 +0000 |
---|---|---|
committer | tobhe <tobhe@cvs.openbsd.org> | 2020-09-23 14:25:56 +0000 |
commit | 509e52bad9992c3ec9c6c66b370619205e7c9cd7 (patch) | |
tree | 92e5fb4888f8b5ab751828bc6e48e1813aad501b /sbin/iked/types.h | |
parent | c97169c2b1d41deff32cafa7392caf96f421c778 (diff) |
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@
Diffstat (limited to 'sbin/iked/types.h')
-rw-r--r-- | sbin/iked/types.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <tobias.heider@stusta.de> @@ -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, |