summaryrefslogtreecommitdiffstats
path: root/openssl.config
diff options
context:
space:
mode:
Diffstat (limited to 'openssl.config')
-rw-r--r--openssl.config21
1 files changed, 21 insertions, 0 deletions
diff --git a/openssl.config b/openssl.config
index d5c0aa4..00e4ff9 100644
--- a/openssl.config
+++ b/openssl.config
@@ -991,6 +991,8 @@ jsse.patch \
channelid.patch \
eng_dyn_dirs.patch \
fix_clang_build.patch \
+tls12_digests.patch \
+alpn.patch \
"
OPENSSL_PATCHES_progs_SOURCES="\
@@ -1047,3 +1049,22 @@ crypto/bio/b_sock.c \
crypto/x509v3/v3_utl.c \
"
+OPENSSL_PATCHES_tls12_digests_SOURCES="\
+ssl/s3_clnt.c \
+ssl/ssl3.h \
+ssl/ssl_cert.c \
+ssl/ssl_lib.c \
+ssl/ssl_locl.h \
+ssl/t1_lib.c \
+"
+
+OPENSSL_PATCHES_alpn_SOURCES="\
+apps/s_client.c \
+ssl/s3_lib.c \
+ssl/ssl.h \
+ssl/ssl3.h \
+ssl/ssl_lib.c \
+ssl/t1_lib.c \
+ssl/tls1.h \
+"
+