svn commit: r346931 - head/share/man/man4
John Baldwin
jhb at FreeBSD.org
Mon Apr 29 22:00:47 UTC 2019
Author: jhb
Date: Mon Apr 29 22:00:45 2019
New Revision: 346931
URL: https://svnweb.freebsd.org/changeset/base/346931
Log:
Note that ccr(4) now supports AES-CCM.
Modified:
head/share/man/man4/ccr.4
Modified: head/share/man/man4/ccr.4
==============================================================================
--- head/share/man/man4/ccr.4 Mon Apr 29 21:55:39 2019 (r346930)
+++ head/share/man/man4/ccr.4 Mon Apr 29 22:00:45 2019 (r346931)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 11, 2019
+.Dd April 29, 2019
.Dt CCR 4
.Os
.Sh NAME
@@ -34,7 +34,7 @@
To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
-.Bd -ragged -offset indeunt
+.Bd -ragged -offset indent
.Cd "device ccr"
.Ed
.Pp
@@ -49,7 +49,7 @@ The
.Nm
driver provides support for the crypto accelerator engine included on
PCI Express Ethernet adapters based on the Chelsio Terminator 6 ASIC (T6).
-The driver accelerates AES-CBC, AES-CTR, AES-GCM, AES-XTS, SHA1, SHA2-224,
+The driver accelerates AES-CBC, AES-CCM, AES-CTR, AES-GCM, AES-XTS, SHA1, SHA2-224,
SHA2-256, SHA2-384, SHA2-512, SHA1-HMAC, SHA2-224-HMAC,
SHA2-256-HMAC, SHA2-384-HMAC, and SHA2-512-HMAC operations for
.Xr crypto 4
More information about the svn-src-all
mailing list