summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-09-26 03:15:08 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-09-26 03:15:08 +0000
commit8cdf209a4fa8c7940fe805374c1bd7096ea0c8a5 (patch)
tree725d9cac0ca01e893064a102b711d687c64f16af
parent59c3531d765e87d0ea87040c18959fda6213fbdc (diff)
7955/7596 rng works (it's just like the 7951, actually)
-rw-r--r--share/man/man4/hifn.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/hifn.4 b/share/man/man4/hifn.4
index 316c9ef398d..b8b90db922a 100644
--- a/share/man/man4/hifn.4
+++ b/share/man/man4/hifn.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hifn.4,v 1.38 2003/09/25 09:24:37 jmc Exp $
+.\" $OpenBSD: hifn.4,v 1.39 2003/09/26 03:15:07 jason Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt
.\" All rights reserved.
@@ -61,8 +61,8 @@ See
.Pa http://www.soekris.com/ .
Contains a 7951 and supports symmetric and random number operations.
.It Soekris Engineering vpn1401 and vpn1411
-Contains a 7955 and supports symmetric (including AES) and random number
-operations.
+Contains a 7955 and supports symmetric (including AES), random number,
+and modular exponentiation operations.
.It Hifn 9751
Reference board with 512KB SRAM.
This is really a Hifn 7751 which only supports compression.
@@ -104,5 +104,5 @@ It is possible for vendors to make boards which have a lock ID not known
to the driver, but all vendors currently just use the obvious ID which is
13 bytes of 0.
.Pp
-The 7955 and 7956 have an RNG, support for AES, and public key operations,
-none of which are supported yet.
+The 7955 and 7956 have support for AES and public key operations,
+neither of which are supported yet.