Re: Patch: Send AUTHENTICATION_FAILED in case of unexpected auth method or auth data not being accessible

2021-06-29 Thread Tobias Heider
On Tue, Jun 29, 2021 at 05:26:09PM +0200, Patrick Wildt wrote: > Am Tue, Jun 29, 2021 at 10:39:06AM + schrieb Claudia Priesterjahn: > > We added two AUTHENTICATION_FAILED notifications for the cases that > > the peer used an unexepected authentication method and for the case > > that the

Re: Patch: Send AUTHENTICATION_FAILED in case of unexpected auth method or auth data not being accessible

2021-06-29 Thread Patrick Wildt
Am Tue, Jun 29, 2021 at 10:39:06AM + schrieb Claudia Priesterjahn: > We added two AUTHENTICATION_FAILED notifications for the cases that > the peer used an unexepected authentication method and for the case > that the peer's authentication data is not accessible. Bit of a spacing issue, but

Patch: Send AUTHENTICATION_FAILED in case of unexpected auth method or auth data not being accessible

2021-06-29 Thread Claudia Priesterjahn
We added two AUTHENTICATION_FAILED notifications for the cases that the peer used an unexepected authentication method and for the case that the peer's authentication data is not accessible. diff --git a/sbin/iked/ikev2.c b/sbin/iked/ikev2.c index 9e890979110..1870dc18459 100644 ---