summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-02-23 08:07:58 +0000
committerderaadt <deraadt@openbsd.org>2002-02-23 08:07:58 +0000
commit14e6915dd221c1d54be905de07ed46b9b975d314 (patch)
treedc9dde7c4c4b4201dadf3807eeca64cf067cd852 /lib/libc
parentDocument KERN_SYSVIPC_INFO; from NetBSD (diff)
downloadwireguard-openbsd-14e6915dd221c1d54be905de07ed46b9b975d314.tar.xz
wireguard-openbsd-14e6915dd221c1d54be905de07ed46b9b975d314.zip
sysctl kern.usercrypto
Diffstat (limited to 'lib/libc')
-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.