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/libcrypto/engine/hw_cryptodev.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libcrypto/engine/hw_cryptodev.c') diff --git a/lib/libcrypto/engine/hw_cryptodev.c b/lib/libcrypto/engine/hw_cryptodev.c index b90f24576c9..03022f2fd39 100644 --- a/lib/libcrypto/engine/hw_cryptodev.c +++ b/lib/libcrypto/engine/hw_cryptodev.c @@ -147,7 +147,6 @@ static struct dev_crypto_cipher ciphers[] = { { CRYPTO_AES_CBC, NID_aes_256_cbc, 16, 32, }, { CRYPTO_BLF_CBC, NID_bf_cbc, 8, 16, }, { CRYPTO_CAST_CBC, NID_cast5_cbc, 8, 16, }, - { CRYPTO_SKIPJACK_CBC, NID_undef, 0, 0, }, { 0, NID_undef, 0, 0, }, }; -- cgit v1.2.3-59-g8ed1b