[Pkg-ocaml-maint-commits] [ocaml-ssl] 01/05: Remove SSLv3 support

Stéphane Glondu glondu at moszumanska.debian.org
Thu Nov 5 09:09:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocaml-ssl.

commit c75bf79d6ceb01563f9933a1b0a929baf8fb4075
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Nov 5 09:56:46 2015 +0100

    Remove SSLv3 support
---
 debian/patches/0001-Remove-SSLv3-support.patch | 29 ++++++++++++++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 30 insertions(+)

diff --git a/debian/patches/0001-Remove-SSLv3-support.patch b/debian/patches/0001-Remove-SSLv3-support.patch
new file mode 100644
index 0000000..cacf174
--- /dev/null
+++ b/debian/patches/0001-Remove-SSLv3-support.patch
@@ -0,0 +1,29 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Thu, 5 Nov 2015 09:53:54 +0100
+Subject: Remove SSLv3 support
+
+The underlying supporting functions have been removed in openssl 1.0.2d-2.
+---
+ src/ssl_stubs.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/ssl_stubs.c b/src/ssl_stubs.c
+index 310826c..f424221 100644
+--- a/src/ssl_stubs.c
++++ b/src/ssl_stubs.c
+@@ -290,6 +290,7 @@ static const SSL_METHOD *get_method(int protocol, int type)
+       break;
+ 
+     case 1:
++#if 0
+       switch (type)
+       {
+         case 0:
+@@ -304,6 +305,7 @@ static const SSL_METHOD *get_method(int protocol, int type)
+           method = SSLv3_method();
+           break;
+       }
++#endif
+       break;
+ 
+     case 2:
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..27f0f8e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Remove-SSLv3-support.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-ssl.git



More information about the Pkg-ocaml-maint-commits mailing list