summaryrefslogtreecommitdiffstats
path: root/patches/README
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-02-04 19:18:52 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-02-04 19:18:52 +0000
commit3ccf38e0fb3064a4b19879d5e068fb7a124234c0 (patch)
tree6feddc5bf7c637ed8425aae362fecc235f66a030 /patches/README
parent4b0baa1ed0dba48c5f450864e0369c601040f84d (diff)
parentfa75fdba32eae335f286afb1dc93ef1b5ec72615 (diff)
downloadreplicant_openssl-3ccf38e0fb3064a4b19879d5e068fb7a124234c0.zip
replicant_openssl-3ccf38e0fb3064a4b19879d5e068fb7a124234c0.tar.gz
replicant_openssl-3ccf38e0fb3064a4b19879d5e068fb7a124234c0.tar.bz2
Merge "CVE-2013-0169: Make CBC decoding constant time"
Diffstat (limited to 'patches/README')
-rw-r--r--patches/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/README b/patches/README
index 17422b1..a1d5313 100644
--- a/patches/README
+++ b/patches/README
@@ -31,6 +31,7 @@ channelid.patch
Implements TLS Channel ID support as both a client and a server.
See http://tools.ietf.org/html/draft-balfanz-tls-channelid-00.
+
clang.patch
Fixes two minor compilation errors when building with the Clang compiler.
@@ -42,3 +43,15 @@ Small fix to get rid of unwanted recursive mutex lock in X509_PUBKEY_get.
See http://cvs.openssl.org/chngview?cn=22568 for upstream patch, and
https://groups.google.com/d/topic/mailing.openssl.dev/4Z67vaaTChk/discussion
for the most recent discussion.
+
+
+0001-Add-and-use-a-constant-time-memcmp.patch
+
+constant time memcmp
+
+
+0002-Make-CBC-decoding-constant-time.patch
+
+Make CBC decoding constant time CVE-2013-0169
+
+