summaryrefslogtreecommitdiffstats
path: root/net/third_party/nss/README.chromium
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-27 20:36:27 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-27 20:36:27 +0000
commit68d4743c92ccca8b2f87c7891733c021d921aa1a (patch)
treeb7c524d3d5cb6e4fa0fa53a3407168305407efa4 /net/third_party/nss/README.chromium
parent5460b1cbc6dafcd241ca66cfd4403db14c646f41 (diff)
downloadchromium_src-68d4743c92ccca8b2f87c7891733c021d921aa1a.zip
chromium_src-68d4743c92ccca8b2f87c7891733c021d921aa1a.tar.gz
chromium_src-68d4743c92ccca8b2f87c7891733c021d921aa1a.tar.bz2
net: Precede each CBC encrypted application data record with an empty one.
Precede each CBC encrypted application data record with an empty application data record in order to randomize the IV in a backwards compatible manner. BUG=87159 TEST=HTTPS sites continue to work. Review URL: http://codereview.chromium.org/7239002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/third_party/nss/README.chromium')
-rw-r--r--net/third_party/nss/README.chromium5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/third_party/nss/README.chromium b/net/third_party/nss/README.chromium
index 09da4d9..f0c757c 100644
--- a/net/third_party/nss/README.chromium
+++ b/net/third_party/nss/README.chromium
@@ -47,6 +47,11 @@ Patches:
patches/cachedinfo.patch
https://bugzilla.mozilla.org/show_bug.cgi?id=665739
+ * Precede each set of CBC encrypted application data records, resulting from
+ a single call to ssl3_SendApplicationData, with an empty application data
+ record in order to randomize the IV in a backwards compatible manner.
+ patches/cbcrandomiv.patch
+
Apply the patches to NSS by running the patches/applypatches.sh script. Read
the comments at the top of patches/applypatches.sh for instructions.