Date: Thu, 18 Mar 2021 20:34:11 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c853c53d024a - main - Add Chacha20+Poly1035 to the list of AEAD algorithms. Message-ID: <202103182034.12IKYBTH002444@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c853c53d024a3cc950854dfaade7f50303c5a022 commit c853c53d024a3cc950854dfaade7f50303c5a022 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2021-03-18 20:31:39 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2021-03-18 20:33:11 +0000 Add Chacha20+Poly1035 to the list of AEAD algorithms. Sponsored by: Netflix --- share/man/man9/crypto.9 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index 0ea24356e975..69fe3339a757 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -17,7 +17,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 11, 2020 +.Dd March 18, 2021 .Dt CRYPTO 9 .Os .Sh NAME @@ -136,9 +136,10 @@ The following encryption algorithms are supported: The following authenticated encryption with additional data (AEAD) algorithms are supported: .Pp -.Bl -tag -offset indent -width CRYPTO_AES_NIST_GCM_16 -compact +.Bl -tag -offset indent -width CRYPTO_CHACHA20_POLY1305 -compact .It Dv CRYPTO_AES_CCM_16 .It Dv CRYPTO_AES_NIST_GCM_16 +.It Dv CRYPTO_CHACHA20_POLY1305 .El .Pp The following compression algorithms are supported:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103182034.12IKYBTH002444>