From 9e43f3a02c1f77b34943037a8cc97bbc99e07d4a Mon Sep 17 00:00:00 2001 From: mikeb Date: Wed, 6 Oct 2010 22:19:20 +0000 Subject: 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. --- lib/libc/gen/sysctl.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc') 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. -- cgit v1.2.3-59-g8ed1b