Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: openssl/openssl.config

Issue 57833003: Fix lhash implementation to avoid unwanted resizes during iteration. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/openssl@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: openssl/openssl.config
diff --git a/openssl/openssl.config b/openssl/openssl.config
index 208836859a540d9a0156fe74ebe2e09c66abf580..2ab325d3ca5d32d58524251f7646a55e4c2a0aaf 100644
--- a/openssl/openssl.config
+++ b/openssl/openssl.config
@@ -997,6 +997,7 @@ eng_dyn_dirs.patch \
fix_clang_build.patch \
x509_hash_name_algorithm_change.patch \
reduce_client_hello_size.patch \
+fix_lhash_iteration.patch \
"
OPENSSL_PATCHES_progs_SOURCES="\
@@ -1060,3 +1061,14 @@ crypto/x509/by_dir.c \
OPENSSL_PATCHES_reduce_client_hello_size_SOURCES="\
ssl/t1_lib.c \
"
+
+OPENSSL_PATCHES_fix_lhash_iteration_SOURCES="\
+crypto/conf/conf_api.c
+crypto/lhash/lhash.c
+crypto/lhash/lhash.h
+crypto/objects/obj_dat.c
+crypto/objects/o_names.c
+include/openssl/lhash.h
+ssl/ssl_sess.c
+"
+

Powered by Google App Engine
This is Rietveld 408576698