summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/gen/sysctl.39
-rw-r--r--sbin/sysctl/sysctl.83
2 files changed, 10 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index ce34ad54449..7a71aeb2a25 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.92 2002/06/09 04:32:18 angelos Exp $
+.\" $OpenBSD: sysctl.3,v 1.93 2002/06/11 08:54:36 angelos Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -317,6 +317,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_USERASYMCRYPTO No " integer yes"
.It Dv KERN_USERCRYPTO No " integer yes"
.It Dv KERN_CRYPTODEVALLOWSOFT No " integer yes"
.It Dv KERN_PROC_ARGS No " node not applicable"
@@ -642,6 +643,12 @@ 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_USERASYMCRYPTO
+Permits userland to use
+.Pa /dev/crypto
+for cryptographic support for asymmetric (public) key operations via hardware
+cryptographic devices.
+kern.usercrypto must also be set.
.It Dv KERN_USERCRYPTO
Permits userland to use
.Pa /dev/crypto
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index 37480d4e0b1..84a6358fcf9 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.8,v 1.87 2002/06/09 04:33:33 angelos Exp $
+.\" $OpenBSD: sysctl.8,v 1.88 2002/06/11 08:55:20 angelos Exp $
.\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $
.\"
.\" Copyright (c) 1993
@@ -149,6 +149,7 @@ privilege can change the value.
.It kern.ccpu u_int no
.It kern.nprocs integer no
.It kern.stackgap_random integer yes
+.It kern.userasymcrypto integer yes
.It kern.usercrypto integer yes
.It kern.cryptodevallowsoft integer yes
.It kern.nfiles integer no