Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2024 12:10:24 -0700
From:      John Baldwin <jhb@FreeBSD.org>
To:        Ed Maste <emaste@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: ede456359e55 - main - CONTRIBUTING: mention sys/crypto as another "contrib" directory
Message-ID:  <f2df2c62-a73f-49d8-b617-17f1a9226d4e@FreeBSD.org>
In-Reply-To: <202404181857.43IIviHV084762@gitrepo.freebsd.org>
References:  <202404181857.43IIviHV084762@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <emaste@FreeBSD.org>
> AuthorDate: 2024-04-18 18:44:30 +0000
> Commit:     Ed Maste <emaste@FreeBSD.org>
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f2df2c62-a73f-49d8-b617-17f1a9226d4e>