virtuoso: add OpenSSL patches
This commit is contained in:
parent
42193d0da6
commit
99507f7826
2 changed files with 1420 additions and 0 deletions
1400
srcpkgs/virtuoso/patches/ssl1.1.patch
Normal file
1400
srcpkgs/virtuoso/patches/ssl1.1.patch
Normal file
File diff suppressed because it is too large
Load diff
20
srcpkgs/virtuoso/patches/ssl1.1_more.patch
Normal file
20
srcpkgs/virtuoso/patches/ssl1.1_more.patch
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
Description: Comment unknown definition in ssl1.1 - please review!
|
||||||
|
Author: Andreas Tille <tille@debian.org>
|
||||||
|
Bug-Debian: https://bugs.debian.org/828594
|
||||||
|
Last-Update: Mo 11. Feb 13:50:17 CET 2019
|
||||||
|
|
||||||
|
--- libsrc/Dk/Dkernel.c
|
||||||
|
+++ libsrc/Dk/Dkernel.c
|
||||||
|
@@ -5161,10 +5161,12 @@ ssl_ctx_set_protocol_options(SSL_CTX *ct
|
||||||
|
else if (!strcasecmp (name, "TLSv1_2") || !strcasecmp (name, "TLSv1.2"))
|
||||||
|
opt = SSL_PROTOCOL_TLSV1_2;
|
||||||
|
#endif
|
||||||
|
+/*
|
||||||
|
#if defined (SSL_OP_NO_TLSv1_3)
|
||||||
|
else if (!strcasecmp (name, "TLSv1_3") || !strcasecmp (name, "TLSv1.3"))
|
||||||
|
opt = SSL_PROTOCOL_TLSV1_3;
|
||||||
|
#endif
|
||||||
|
+*/
|
||||||
|
else if (!strcasecmp (name, "ALL"))
|
||||||
|
opt = SSL_PROTOCOL_ALL;
|
||||||
|
else
|
Loading…
Add table
Add a link
Reference in a new issue