git: 06e1e115a9ae - stable/13 - Add Chacha20+Poly1035 to the list of AEAD algorithms.

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Thu, 21 Oct 2021 17:07:02 UTC
The branch stable/13 has been updated by jhb:

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

commit 06e1e115a9ae872ff54a479f8082ada843a48c6e
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-03-18 20:31:39 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2021-10-21 15:51:24 +0000

    Add Chacha20+Poly1035 to the list of AEAD algorithms.
    
    Sponsored by:   Netflix
    
    (cherry picked from commit c853c53d024a3cc950854dfaade7f50303c5a022)
---
 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: