From b147e3087c995acd3d243bd1df04a843ea6babbc Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 10 Jun 2014 16:15:19 +0000 Subject: Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receives collateral damage. The syncronous nature of this mechanism has hampered performance for symmetric crypto relative to brute-force cpu. The assymetric crypto support never really materialized in drivers. So abandon the complexity. ok tedu beck mikeb some disagrement from djm but if he wants to test /dev/crypto ciphers he should do it without this this gigantic API in the way --- src/lib/libcrypto/evp/c_all.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/libcrypto/evp') diff --git a/src/lib/libcrypto/evp/c_all.c b/src/lib/libcrypto/evp/c_all.c index 251a8797df..d87eef3fb9 100644 --- a/src/lib/libcrypto/evp/c_all.c +++ b/src/lib/libcrypto/evp/c_all.c @@ -73,9 +73,6 @@ OPENSSL_add_all_algorithms_noconf(void) OPENSSL_cpuid_setup(); OpenSSL_add_all_ciphers(); OpenSSL_add_all_digests(); -#ifndef OPENSSL_NO_ENGINE - ENGINE_setup_bsd_cryptodev(); -#endif } void -- cgit v1.2.3-55-g6feb