From 9e4e7ddc76b3f22db8fd4a15eba9ed4140a831fa Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Nov 20 2014 12:24:42 +0000 Subject: disable SSL 3.0 (doesn't work in openssl) --- diff --git a/.gitignore b/.gitignore index e302390..2f1bdb8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /crypto-policies-git80e1e98.tar.gz /crypto-policies-git4e06f1d.tar.gz /crypto-policies-git4649b7d.tar.gz +/crypto-policies-git9a26a5b.tar.gz diff --git a/crypto-policies.spec b/crypto-policies.spec index ba25451..2c93c77 100644 --- a/crypto-policies.spec +++ b/crypto-policies.spec @@ -1,6 +1,6 @@ # we use the upstream version from http_parser.h as the SONAME -%global git_date 20140905 -%global git_commit_hash 4649b7d +%global git_date 20141120 +%global git_commit_hash 9a26a5b %global aname crypto-policies Name: crypto-policies @@ -67,6 +67,9 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/crypto-policies/config %license COPYING.LESSER %changelog +* Thu Nov 20 2014 Nikos Mavrogiannopoulos - 20141120-1-git9a26a5b +- disable SSL 3.0 (doesn't work in openssl) + * Fri Sep 05 2014 Nikos Mavrogiannopoulos - 20140905-1-git4649b7d - enforce the acceptable TLS versions in openssl diff --git a/sources b/sources index 518136d..9272a54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d9dc031161932b618bba37565fb9dcd crypto-policies-git4649b7d.tar.gz +4da79210f7d40367e56e3f0fa1c56d69 crypto-policies-git9a26a5b.tar.gz