-.\" $OpenBSD: iked.conf.5,v 1.81 2020/12/28 19:13:12 tobhe Exp $
+.\" $OpenBSD: iked.conf.5,v 1.82 2021/01/23 21:35:48 tobhe Exp $
.\"
.\" Copyright (c) 2010 - 2014 Reyk Floeter <reyk@openbsd.org>
.\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved.
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 28 2020 $
+.Dd $Mdocdate: January 23 2021 $
.Dt IKED.CONF 5
.Os
.Sh NAME
.Pp
The optional
.Ic tolerate
-parameter specifies how much the OCSP reponse attribute
+parameter specifies how much the OCSP response attribute
.Sq thisUpdate
may be in the future and how much
.Sq nextUpdate
-/* $OpenBSD: ikev2.c,v 1.297 2021/01/21 16:50:46 tobhe Exp $ */
+/* $OpenBSD: ikev2.c,v 1.298 2021/01/23 21:35:48 tobhe Exp $ */
/*
* Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
}
if (ikev2_resp_ike_sa_init(env, msg) != 0) {
log_debug("%s: failed to send init response", __func__);
- ikev2_ike_sa_setreason(sa, "SA_INIT reponse failed");
+ ikev2_ike_sa_setreason(sa, "SA_INIT response failed");
sa_state(env, sa, IKEV2_STATE_CLOSED);
return;
}
-/* $OpenBSD: pfkey.c,v 1.74 2020/12/04 16:18:14 tobhe Exp $ */
+/* $OpenBSD: pfkey.c,v 1.75 2021/01/23 21:35:48 tobhe Exp $ */
/*
* Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org>
goto done;
}
if ((sa_ext = pfkey_find_ext(data, n, SADB_EXT_SA)) == NULL) {
- log_debug("%s: erronous reply", __func__);
+ log_debug("%s: erroneous reply", __func__);
goto done;
}