From 3a5505f2748393129a01e9d80ec37a7cdb81b61c Mon Sep 17 00:00:00 2001 From: jmc Date: Sat, 13 Apr 2024 12:11:08 +0000 Subject: [PATCH] document "psk file path" notation; from josh rickmar ok tobhe --- sbin/iked/iked.conf.5 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sbin/iked/iked.conf.5 b/sbin/iked/iked.conf.5 index 5ca57e4767e..053aee34f81 100644 --- a/sbin/iked/iked.conf.5 +++ b/sbin/iked/iked.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iked.conf.5,v 1.95 2022/07/22 20:31:39 jmc Exp $ +.\" $OpenBSD: iked.conf.5,v 1.96 2024/04/13 12:11:08 jmc Exp $ .\" .\" Copyright (c) 2010 - 2014 Reyk Floeter .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 22 2022 $ +.Dd $Mdocdate: April 13 2024 $ .Dt IKED.CONF 5 .Os .Sh NAME @@ -663,6 +663,10 @@ Use ECDSA with a 521-bit elliptic curve key and SHA2-512 for authentication. Use a pre-shared key .Ar string or hex value (starting with 0x) for authentication. +.It Ic psk file Ar path +Use a pre-shared hex key (without leading 0x) read from +.Ar path +for authentication. .It Ic rfc7427 Only use RFC 7427 signatures for authentication. RFC 7427 signatures currently only support SHA2-256 as the hash. -- 2.20.1