git: c853c53d024a - main - Add Chacha20+Poly1035 to the list of AEAD algorithms.

John Baldwin jhb at FreeBSD.org
Thu Mar 18 20:34:12 UTC 2021


The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=c853c53d024a3cc950854dfaade7f50303c5a022

commit c853c53d024a3cc950854dfaade7f50303c5a022
Author:     John Baldwin <jhb at FreeBSD.org>
AuthorDate: 2021-03-18 20:31:39 +0000
Commit:     John Baldwin <jhb at 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:


More information about the dev-commits-src-all mailing list