summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormikeb <mikeb@openbsd.org>2010-10-06 22:19:20 +0000
committermikeb <mikeb@openbsd.org>2010-10-06 22:19:20 +0000
commit9e43f3a02c1f77b34943037a8cc97bbc99e07d4a (patch)
treeb5c9fd7268399943dbf0387e91afca9b43a17b1c /lib/libc
parentswapped args to kill(2) (diff)
downloadwireguard-openbsd-9e43f3a02c1f77b34943037a8cc97bbc99e07d4a.tar.xz
wireguard-openbsd-9e43f3a02c1f77b34943037a8cc97bbc99e07d4a.zip
Retire Skipjack
There's not much use for the declassified cipher from the 80's with a questionable license these days. According to the FIPS drafts, Skipjack reaches its EOL in December 2010. The libc portion will be removed after the ports hackathon. djm and thib agree, no objections from deraadt Thanks to jsg for digging up FIPS drafts.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/sysctl.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 446ea9d11e1..0b026e9674d 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.198 2010/08/19 18:14:14 kettenis Exp $
+.\" $OpenBSD: sysctl.3,v 1.199 2010/10/06 22:19:20 mikeb Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 19 2010 $
+.Dd $Mdocdate: October 6 2010 $
.Dt SYSCTL 3
.Os
.Sh NAME
@@ -1400,7 +1400,7 @@ Such security associations can occur as a result of a process having
requested some security level through
.Xr setsockopt 2 ,
or as a result of dynamic VPN entries.
-Supported values are aes, des, 3des, blowfish, cast128, and skipjack.
+Supported values are aes, des, 3des, blowfish and cast128.
If set to any other value, it is left to the key management daemons to
select an encryption algorithm for the security association.
The default value is aes.