summaryrefslogtreecommitdiff
path: root/Cryptlib/OpenSSL/Makefile
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2017-04-10 17:23:29 +0800
committerPeter Jones <pjones@redhat.com>2017-09-08 14:47:09 -0400
commite992a913cf5f1d8eeaec345cc5c873a96bf4bb39 (patch)
tree7c17ce66aed401ada3082560cf6a122353227a76 /Cryptlib/OpenSSL/Makefile
parent70d49e332d0196a15f19cbc7c603b01057e3e901 (diff)
downloadefi-boot-shim-e992a913cf5f1d8eeaec345cc5c873a96bf4bb39.tar.gz
efi-boot-shim-e992a913cf5f1d8eeaec345cc5c873a96bf4bb39.zip
Cryptlib: remove DES
Disable DES completely since it's already old and insecure. This makes MokManager not support the DES based password hash but probably no one is using it. Signed-off-by: Gary Lin <glin@suse.com>
Diffstat (limited to 'Cryptlib/OpenSSL/Makefile')
-rw-r--r--Cryptlib/OpenSSL/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/Cryptlib/OpenSSL/Makefile b/Cryptlib/OpenSSL/Makefile
index 8e5b8ed9..ff59e0ba 100644
--- a/Cryptlib/OpenSSL/Makefile
+++ b/Cryptlib/OpenSSL/Makefile
@@ -52,32 +52,6 @@ OBJS = crypto/cryptlib.o \
crypto/hmac/hmac.o \
crypto/hmac/hm_ameth.o \
crypto/hmac/hm_pmeth.o \
- crypto/des/set_key.o \
- crypto/des/ecb_enc.o \
- crypto/des/cbc_enc.o \
- crypto/des/ecb3_enc.o \
- crypto/des/cfb64enc.o \
- crypto/des/cfb64ede.o \
- crypto/des/cfb_enc.o \
- crypto/des/ofb64ede.o \
- crypto/des/enc_read.o \
- crypto/des/enc_writ.o \
- crypto/des/ofb64enc.o \
- crypto/des/ofb_enc.o \
- crypto/des/str2key.o \
- crypto/des/pcbc_enc.o \
- crypto/des/qud_cksm.o \
- crypto/des/rand_key.o \
- crypto/des/des_enc.o \
- crypto/des/fcrypt_b.o \
- crypto/des/fcrypt.o \
- crypto/des/xcbc_enc.o \
- crypto/des/rpc_enc.o \
- crypto/des/cbc_cksm.o \
- crypto/des/ede_cbcm_enc.o \
- crypto/des/des_old.o \
- crypto/des/des_old2.o \
- crypto/des/read2pwd.o \
crypto/rc4/rc4_enc.o \
crypto/rc4/rc4_skey.o \
crypto/rc4/rc4_utl.o \