summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/hw_cryptodev.c
diff options
context:
space:
mode:
authormikeb <>2010-10-06 22:19:20 +0000
committermikeb <>2010-10-06 22:19:20 +0000
commitd98f5be34ed52ab16dd147ef017c75cafb7bfd35 (patch)
treef242f30768252dee8049878e21861f520369ce38 /src/lib/libcrypto/engine/hw_cryptodev.c
parent38332e5243a001b52f96bb323cf35590a846c3e6 (diff)
downloadopenbsd-d98f5be34ed52ab16dd147ef017c75cafb7bfd35.tar.gz
openbsd-d98f5be34ed52ab16dd147ef017c75cafb7bfd35.tar.bz2
openbsd-d98f5be34ed52ab16dd147ef017c75cafb7bfd35.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 'src/lib/libcrypto/engine/hw_cryptodev.c')
-rw-r--r--src/lib/libcrypto/engine/hw_cryptodev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/hw_cryptodev.c b/src/lib/libcrypto/engine/hw_cryptodev.c
index b90f24576c..03022f2fd3 100644
--- a/src/lib/libcrypto/engine/hw_cryptodev.c
+++ b/src/lib/libcrypto/engine/hw_cryptodev.c
@@ -147,7 +147,6 @@ static struct dev_crypto_cipher ciphers[] = {
147 { CRYPTO_AES_CBC, NID_aes_256_cbc, 16, 32, }, 147 { CRYPTO_AES_CBC, NID_aes_256_cbc, 16, 32, },
148 { CRYPTO_BLF_CBC, NID_bf_cbc, 8, 16, }, 148 { CRYPTO_BLF_CBC, NID_bf_cbc, 8, 16, },
149 { CRYPTO_CAST_CBC, NID_cast5_cbc, 8, 16, }, 149 { CRYPTO_CAST_CBC, NID_cast5_cbc, 8, 16, },
150 { CRYPTO_SKIPJACK_CBC, NID_undef, 0, 0, },
151 { 0, NID_undef, 0, 0, }, 150 { 0, NID_undef, 0, 0, },
152}; 151};
153 152