From owner-svn-src-projects@freebsd.org Tue Jan 17 12:58:15 2017 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7889CB307F for ; Tue, 17 Jan 2017 12:58:15 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward3j.cmail.yandex.net (forward3j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A04051F07; Tue, 17 Jan 2017 12:58:15 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp3m.mail.yandex.net (smtp3m.mail.yandex.net [77.88.61.130]) by forward3j.cmail.yandex.net (Yandex) with ESMTP id 6B15D20D90; Tue, 17 Jan 2017 15:58:11 +0300 (MSK) Received: from smtp3m.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3m.mail.yandex.net (Yandex) with ESMTP id B65412840EFA; Tue, 17 Jan 2017 15:58:08 +0300 (MSK) Received: by smtp3m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 7lp7xhiSFg-w7OOmYXL; Tue, 17 Jan 2017 15:58:07 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1484657888; bh=YUKK7jEbb2s+0xYAOCQYMBZIopAqieIdqDUYhbQfzcA=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=g6I4cmcocKwmqQl+LUfy/UVsxelIQBAqYELj4mbR5pI0WekO3HV4gog5GzAE5lj5F T1E2re3E1w2RzDfKRtILONzwN0kIB/uezIVCi2lPicejTShInkCa4Fnrn3lMTG8GRB YframUQY68QPmAGFCBE4B+Np9u8Pm1d2Smd61efQ= Authentication-Results: smtp3m.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Suid-Status: 1 0,1 0 Subject: Re: svn commit: r312342 - projects/ipsec/sys/netipsec To: src-committers@freebsd.org, svn-src-projects@freebsd.org References: <201701171243.v0HChtBl040909@repo.freebsd.org> From: "Andrey V. Elsukov" Message-ID: <10fa0a2f-2e78-e5c0-a657-28265c5e31c3@yandex.ru> Date: Tue, 17 Jan 2017 15:57:15 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <201701171243.v0HChtBl040909@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2017 12:58:16 -0000 On 17.01.2017 15:43, Andrey V. Elsukov wrote: > Author: ae > Date: Tue Jan 17 12:43:55 2017 > New Revision: 312342 > URL: https://svnweb.freebsd.org/changeset/base/312342 > > Log: > RFC2367 doesn't allow update anything but state and lifetimes for SAs in > MATURE state. > > Do not require presence of SADB_EXT_KEY_ENCRYPT and SADB_EXT_KEY_AUTH > in the general checks for SADB_UPDATE message. They only required for > MATURE SAs. For LARVAL SAs on the contrary these headers are not allowed. This should be: > They only required for LARVAL SAs. For MATURE SAs on the contrary these headers are not allowed. -- WBR, Andrey V. Elsukov