From owner-svn-src-all@freebsd.org Fri May 24 00:53:18 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B3521591573; Fri, 24 May 2019 00:53:18 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEE586BD7E; Fri, 24 May 2019 00:53:17 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id x4O0rF3W093134; Thu, 23 May 2019 17:53:15 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id x4O0rFxp093133; Thu, 23 May 2019 17:53:15 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201905240053.x4O0rFxp093133@gndrsh.dnsmgr.net> Subject: Re: svn commit: r348205 - head/sys/netipsec In-Reply-To: <7e3ef228-f9a7-5bd5-1826-5408eb368a71@FreeBSD.org> To: John Baldwin Date: Thu, 23 May 2019 17:53:15 -0700 (PDT) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: BEE586BD7E X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.98)[-0.975,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2019 00:53:18 -0000 > On 5/23/19 3:06 PM, John Baldwin wrote: > > Author: jhb > > Date: Thu May 23 22:06:57 2019 > > New Revision: 348205 > > URL: https://svnweb.freebsd.org/changeset/base/348205 > > > > Log: > > Add deprecation warnings for IPsec algorithms deprecated in RFC 8221. > > > > All of these algorithms are either explicitly marked MUST NOT, or they > > are implicitly MUST NOTs by virtue of not being included in IETF's > > list of protocols at all despite having assignments from IANA. > > > > Specifically, this adds warnings for the following ciphers: > > - des-cbc > > - blowfish-cbc > > - cast128-cbc > > - des-deriv > > - des-32iv > > - camellia-cbc > > > > Warnings for the following authentication algorithms are also added: > > - hmac-md5 > > - keyed-md5 > > - keyed-sha1 > > - hmac-ripemd160 > > > > Reviewed by: cem, gnn > > MFC after: 3 days > > Sponsored by: Chelsio Communications > > Differential Revision: https://reviews.freebsd.org/D20340 > > The quick turnaround time is so that these warnings can be MFC'd. I will wait a > while to see how that fairs before pulling the plug on removing actual functionality > in head. Are you targeting this at 11.3, which if your not I would encourage you to do as the earlier on this type stuff the better. > John Baldwin -- Rod Grimes rgrimes@freebsd.org