summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2007-03-18 13:49:41 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2007-03-18 13:49:41 +0000
commit652962c2e1584254ed4be6d9e625f247fe8e0003 (patch)
tree2b55601cad436ed8e4d05c03820f116085157f05
parent4f2db787117b289cbca97c1387a84acf048d2aef (diff)
glxsb(4) has had AES enabled for a while, but I forgot to update the
man page. Noticed by Sebastian Rother < sebastian (dot) rother (at) jpberlin (dot) de >, thanks. ok jmc@
-rw-r--r--share/man/man4/man4.i386/glxsb.418
1 files changed, 13 insertions, 5 deletions
diff --git a/share/man/man4/man4.i386/glxsb.4 b/share/man/man4/man4.i386/glxsb.4
index cb9cb59557e..bce6f2865f3 100644
--- a/share/man/man4/man4.i386/glxsb.4
+++ b/share/man/man4/man4.i386/glxsb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: glxsb.4,v 1.1 2006/10/26 08:37:14 tom Exp $
+.\" $OpenBSD: glxsb.4,v 1.2 2007/03/18 13:49:40 tom Exp $
.\"
.\"Copyright (c) 2006 Tom Cosgrove <tom@openbsd.org>
.\"
@@ -20,7 +20,7 @@
.Os
.Sh NAME
.Nm glxsb
-.Nd Geode LX Security Block device
+.Nd Geode LX Security Block crypto accelerator
.Sh SYNOPSIS
.Cd "glxsb* at pci?"
.Sh DESCRIPTION
@@ -36,8 +36,15 @@ Driven by periodic checks for available data from the generator,
supplies entropy to the
.Xr random 4
driver for common usage.
+.Pp
+.Nm
+also supports acceleration of AES-CBC operations for
+.Xr crypto 4 .
.Sh SEE ALSO
-.Xr random 4
+.Xr crypto 4 ,
+.Xr intro 4 ,
+.Xr random 4 ,
+.Xr crypto 9
.Sh HISTORY
Support for the
.Nm
@@ -51,5 +58,6 @@ driver was written by
.Sh BUGS
The
.Nm
-driver does not yet use the AES acceleration provided by the security block;
-it only uses the random number generator.
+driver only provides random numbers and AES acceleration.
+Since it does not provide HMACs, IPSec will not currently use it;
+it will however be used by OpenSSH.