Public key operations are no longer supported
authormikeb <mikeb@openbsd.org>
Fri, 15 Aug 2014 15:46:24 +0000 (15:46 +0000)
committermikeb <mikeb@openbsd.org>
Fri, 15 Aug 2014 15:46:24 +0000 (15:46 +0000)
share/man/man4/safe.4
share/man/man4/ubsec.4

index 65cd6f2..127b107 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: safe.4,v 1.8 2013/06/02 20:23:34 tedu Exp $
+.\"    $OpenBSD: safe.4,v 1.9 2014/08/15 15:46:24 mikeb Exp $
 .\"
 .\" Copyright (c) 2003 Sam Leffler, Errno Consulting
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/safe.4,v 1.1 2003/07/21 21:52:14 sam Exp $
 .\"
-.Dd $Mdocdate: June 2 2013 $
+.Dd $Mdocdate: August 15 2014 $
 .Dt SAFE 4
 .Os
 .Sh NAME
@@ -55,10 +55,7 @@ and SHA1-HMAC operations for
 and
 .Xr crypto 4 .
 .Pp
-Additionally, the driver registers with
-.Xr crypto 4
-to accelerate modular exponentiation of up to 2048-bit operands and provides
-input to the
+Additionally, the driver provides input to the
 .Xr random 4
 subsystem.
 .Sh DIAGNOSTICS
index cdae249..2662d24 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ubsec.4,v 1.32 2009/03/27 13:31:30 reyk Exp $
+.\"    $OpenBSD: ubsec.4,v 1.33 2014/08/15 15:46:24 mikeb Exp $
 .\"
 .\" Copyright (c) 2000 Jason L. Wright (jason@thought.net)
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: March 27 2009 $
+.Dd $Mdocdate: August 15 2014 $
 .Dt UBSEC 4
 .Os
 .Sh NAME
@@ -78,11 +78,6 @@ and
 .Xr crypto 4 .
 The driver also supports acceleration of AES-CBC with the BCM5823 or newer.
 .Pp
-On those models which contain a public key engine (almost all of the
-more recent ones), this feature is registered with the
-.Xr crypto 4
-subsystem.
-.Pp
 On all models except the Bluesteel 5501 and Broadcom 5801, the driver
 registers itself to provide random data to the
 .Xr random 4