summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-23 08:08:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-23 08:08:00 +0000
commitb7b4f77bc6172d59099cb9ed961b8e75d4d77578 (patch)
treefa714f81b0fc9b35bd795b3ade0df046bb0055f3 /lib
parentd608a406ad888667fc641515506ae0cad05f987c (diff)
sysctl kern.usercrypto
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysctl.37
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index c5c590ed88c..508748251d2 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.79 2002/02/23 07:07:37 millert Exp $
+.\" $OpenBSD: sysctl.3,v 1.80 2002/02/23 08:07:59 deraadt Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -313,6 +313,7 @@ information.
.It Dv KERN_VERSION No " string no"
.It Dv KERN_VNODE No " struct vnode no"
.It Dv KERN_STACKGAPRANDOM No " integer yes"
+.It Dv KERN_USERCRYPTO No " integer yes"
.El
.Pp
.Bl -tag -width "123456"
@@ -618,6 +619,10 @@ The random value is added to make buffer overflow exploitation slightly
harder.
The bigger the number, the harder it is to brute force this added protection,
but it also means bigger waste of memory.
+.It Dv KERN_USERCRYPTO
+Permits userland to use
+.Pa /dev/crypto
+for cryptographic support via hardware cryptographic devices.
.El
.Ss CTL_MACHDEP
The set of variables defined is architecture dependent.