From owner-dev-commits-src-all@freebsd.org Fri Mar 26 15:59:43 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D7D8D57B0E1; Fri, 26 Mar 2021 15:59:43 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F6RW35rR7z4r3b; Fri, 26 Mar 2021 15:59:43 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro.local (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 50D36285B8; Fri, 26 Mar 2021 15:59:43 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Subject: Re: git: 18d07050e60e - stable/12 - OpenSSL: Merge OpenSSL 1.1.1k To: Jung-uk Kim , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org References: <202103251713.12PHDmmu053498@gitrepo.freebsd.org> <8f6e7d21-5612-9141-64f4-841118e5adf5@FreeBSD.org> <7c06b687-7195-edd3-ca95-88ab6a9354be@FreeBSD.org> From: John Baldwin Message-ID: Date: Fri, 26 Mar 2021 08:59:39 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <7c06b687-7195-edd3-ca95-88ab6a9354be@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2021 15:59:43 -0000 On 3/25/21 2:03 PM, Jung-uk Kim wrote: > On 21. 3. 25., John Baldwin wrote: >> On 3/25/21 10:13 AM, Jung-uk Kim wrote: >>> The branch stable/12 has been updated by jkim: >>> >>> URL: >>> https://cgit.FreeBSD.org/src/commit/?id=18d07050e60ecc738556f0de56e34817303371a4 >>> >>> >>> commit 18d07050e60ecc738556f0de56e34817303371a4 >>> Author:     Jung-uk Kim >>> AuthorDate: 2021-03-25 15:45:19 +0000 >>> Commit:     Jung-uk Kim >>> CommitDate: 2021-03-25 17:04:27 +0000 >>> >>>      OpenSSL: Merge OpenSSL 1.1.1k >>>           Merge commit '94fa08a4bcdfbb3434b025d67d014af3b18e5380' >>>           (cherry picked from commit >>> b6c1fdcdf5033d20c61cc77d66f58f31cc65e2ba) >> >> FYI, this merge includes fixes to support /dev/crypto on 12.x (it already >> worked on 13.0 due to changes in how /dev/crypto worked).  The /dev/crypto >> support in OpenSSL is fairly minimal at the moment however and only >> tries to offload AES-CBC operations. > > Note, however, the code is NOT built by default on stable/12. If you > want to build it, you need r342009 (f622545b79c4). > > https://cgit.freebsd.org/src/commit?id=f622545b79c4 Ah, good to know then. Given it's current limited utility I don't think it is worth merging that change back to stable/12. -- John Baldwin