summaryrefslogtreecommitdiff
path: root/crypto/evp/Makefile
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2014-09-05 14:47:33 +0200
committerEmilia Kasper <emilia@openssl.org>2014-09-24 16:19:18 +0200
commit4aac102f75b517bdb56b1bcfd0a856052d559f6e (patch)
tree379cfe4158f151feaa4f1d608deb5dedbff5e1f3 /crypto/evp/Makefile
parent455b65dfab0de51c9f67b3c909311770f2b3f801 (diff)
downloadopenssl-new-4aac102f75b517bdb56b1bcfd0a856052d559f6e.tar.gz
RT3425: constant-time evp_enc
Do the final padding check in EVP_DecryptFinal_ex in constant time to avoid a timing leak from padding failure. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/evp/Makefile')
-rw-r--r--crypto/evp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/Makefile b/crypto/evp/Makefile
index 2302eb1fae..91bbaffdb7 100644
--- a/crypto/evp/Makefile
+++ b/crypto/evp/Makefile
@@ -406,7 +406,7 @@ evp_enc.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
evp_enc.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
evp_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
evp_enc.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
-evp_enc.o: ../cryptlib.h evp_enc.c evp_locl.h
+evp_enc.o: ../constant_time_locl.h ../cryptlib.h evp_enc.c evp_locl.h
evp_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
evp_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
evp_err.o: ../../include/openssl/err.h ../../include/openssl/evp.h