diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2010-10-06 22:19:21 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2010-10-06 22:19:21 +0000 |
commit | 17b1c63ba51e1c8f58ef89ffe4953e3a7a8144ed (patch) | |
tree | 3875af8f630ab070970dc9e8309534f215fe4b06 /regress/sbin/ipsecctl/sa6.in | |
parent | 11582097cde9bb4bf4acb463d2661d972fc67353 (diff) |
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 'regress/sbin/ipsecctl/sa6.in')
-rw-r--r-- | regress/sbin/ipsecctl/sa6.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/regress/sbin/ipsecctl/sa6.in b/regress/sbin/ipsecctl/sa6.in index 2867b98f380..aa9b4d21b02 100644 --- a/regress/sbin/ipsecctl/sa6.in +++ b/regress/sbin/ipsecctl/sa6.in @@ -28,7 +28,3 @@ esp from 1.1.1.7 to 2.2.2.2 spi 0x7eadbeef:0xbeef7ead auth hmac-sha1 \ esp from 1.1.1.8 to 2.2.2.2 spi 0x8eadbeef:0xbeef8ead auth hmac-sha1 \ enc null \ authkey file "DIR/ak160:DIR/ak160" -esp from 1.1.1.9 to 2.2.2.2 spi 0x9eadbeef:0xbeef9ead auth hmac-sha1 \ - enc skipjack \ - authkey file "DIR/ak160:DIR/ak160" \ - enckey file "DIR/ek80:DIR/ek80" |