From nobody Thu Apr 18 19:10:24 2024 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VL6mf0zCDz5HPqR; Thu, 18 Apr 2024 19:10:26 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 4VL6mf07bLz4B6w; Thu, 18 Apr 2024 19:10:26 +0000 (UTC) (envelope-from jhb@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1713467426; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Obzpc5iu976lzwfU3TXyUMX1PxTfXcQCwAcoVhjvgxM=; b=bRlEa68mmMXY2jnzycc2XxxyMU116OX/LhgAXK6zTX+0rQPH0dNRjKHSUE+Mz5c9B40Ruu KXl4wOutccMZnsmIhDJTzfpKNoQC+oNO2Wjps2ALO72kaR4v5eu/wFVo7ZP3ndUSbbn0z+ ZdUxhMf8Bb2lQvtCW//0leTlVojBNXYXS62JANBEmcUgcyeFljCxFRFsTCTVWFCcoY8sZE ryVrF1n4LOY3sgZR7pTe9LQTP8o4tvyJIEQ5xwna9pmkh4g7kwMAC/kEw5uyl7fH5KutrZ yg6rJadWEyPGjB7vU/+3LtiHk5DOgVz0tmz/90gM9bPlx6Mt9yny+YczOQ1L+A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1713467426; a=rsa-sha256; cv=none; b=rEeCs1cxncW8InqO/ZVRJZvzgee7t0LxNMnTK7CgmCOsEEfybsQb51lPpY9bj2kZlRvrNo OZizjylWCpG3QBOmVbJCBO6xNSiP1T7JoWOOCZPnMOcJMTJ6tV78Hw0zJl/QupznU1CCm0 xjEEHR90/yfVhFZWdn2wjedi0Cx5/wi+jEvT/sj0dBjL/rg1PEpBa1iEBvcr/frs8BEFjf YvB1St+4APwos4hNZ5FUkMq0PjlKpLiy8tJpG7PlUgHk19iKT8jK/2vZz82jRMDHiwQPQN DaJ0aznTTYh0ZvhsRdfTEvn9r8X36GGILt6r0amGVAetWguy8EhyrLxg/bVMXg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1713467426; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Obzpc5iu976lzwfU3TXyUMX1PxTfXcQCwAcoVhjvgxM=; b=VRo327CJ43buhaMyBjVWpLFIaykBvK3drS09L/xtVmtQVmYd36QQEDXxW/j05YhmNGA6zg q9e5VKRqblKJwk5AqQY4eIvqyigyCKcBIYh1glIRRuHnb4jIqumkcqn5QfOuwGtjkIqSfc cJLGyFovs3ao3u44760N3b6Eh+P6+nZBBlHVT9KxS+/SLtCaJGreFLBPecO9yJkTiYh3XH hdqvHhMw47su7VrL6XpxJKB17MLStJtp8ER+VUCpUZUkMS1UvlFTvAvMEYh3cnZgTKRLgc oC1JksxbYhC7miiAu+xutej6CmdzymSkXAv7iDrdiwEzqoC9H2GFekQV80unuQ== Received: from [IPV6:2601:644:937f:4c50:1913:73cc:327c:6ad4] (unknown [IPv6:2601:644:937f:4c50:1913:73cc:327c:6ad4]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 4VL6md3cS4zDk9; Thu, 18 Apr 2024 19:10:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Message-ID: Date: Thu, 18 Apr 2024 12:10:24 -0700 List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: git: ede456359e55 - main - CONTRIBUTING: mention sys/crypto as another "contrib" directory Content-Language: en-US To: Ed Maste , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org References: <202404181857.43IIviHV084762@gitrepo.freebsd.org> From: John Baldwin In-Reply-To: <202404181857.43IIviHV084762@gitrepo.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 4/18/24 11:57 AM, Ed Maste wrote: > The branch main has been updated by emaste: > > URL: https://cgit.FreeBSD.org/src/commit/?id=ede456359e55958ab17ac665e5867674a0c0e81b > > commit ede456359e55958ab17ac665e5867674a0c0e81b > Author: Ed Maste > AuthorDate: 2024-04-18 18:44:30 +0000 > Commit: Ed Maste > CommitDate: 2024-04-18 18:57:19 +0000 > > CONTRIBUTING: mention sys/crypto as another "contrib" directory > > Reviewed by: imp > Sponsored by: The FreeBSD Foundation > Differential Revision: https://reviews.freebsd.org/D44857 Hmm, sys/crypto is a bit of a mixed bag there. openssl is a mix of upstream and local bits. libsodium is an upstream. chacha20 and blake2 I think are upstreams. rijndael did come from an upstream but I don't think it's alive. I'd actually prefer if we moved a lot of sys/crypto over to sys/dev, e.g. actual device drivers (as opposed to software crypto implementations) like aesni, armv8, via, should definitely move to sys/dev. For sys/openssl it might be nicer then to have the home-grown bits of ossl(4) that aren't from upstream in a sys/dev/ossl leaving the stock openssl bits in sys/crypto/openssl. -- John Baldwin