diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-05 16:58:50 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-05 16:58:50 +0000 |
commit | 97b90f187cb45991942592fd8e3e6fbd67fcd217 (patch) | |
tree | 93035051fc44dc551cacfb2d0ce64b97ae934e1b /net/third_party/nss/README.chromium | |
parent | ea7ae8ccc71103ed1bb6151a57df0758fbaac86a (diff) | |
download | chromium_src-97b90f187cb45991942592fd8e3e6fbd67fcd217.zip chromium_src-97b90f187cb45991942592fd8e3e6fbd67fcd217.tar.gz chromium_src-97b90f187cb45991942592fd8e3e6fbd67fcd217.tar.bz2 |
SSL_ForceHandshake should send the saved write data in the SSL socket.
R=agl@chromium.org
BUG=91458
TEST=none
Review URL: http://codereview.chromium.org/7572043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95627 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/third_party/nss/README.chromium')
-rw-r--r-- | net/third_party/nss/README.chromium | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/third_party/nss/README.chromium b/net/third_party/nss/README.chromium index 0d2c4b4..47f8d56 100644 --- a/net/third_party/nss/README.chromium +++ b/net/third_party/nss/README.chromium @@ -56,7 +56,8 @@ Patches: record in order to randomize the IV in a backwards compatible manner. patches/cbcrandomiv.patch - * Support origin bound certificates (http://balfanz.github.com/tls-obc-spec/draft-balfanz-tls-obc-00.txt) + * Support origin bound certificates. + http://balfanz.github.com/tls-obc-spec/draft-balfanz-tls-obc-00.txt patches/origin_bound_certs.patch * Add a function to implement RFC 5705: Keying Material Exporters for TLS @@ -64,6 +65,10 @@ Patches: https://bugzilla.mozilla.org/show_bug.cgi?id=507359 patches/secret_exporter.patch + * Send saved write data in the SSL socket in SSL_ForceHandshake. + patches/handshakeshortwrite.patch + https://bugzilla.mozilla.org/show_bug.cgi?id=676729 + Apply the patches to NSS by running the patches/applypatches.sh script. Read the comments at the top of patches/applypatches.sh for instructions. |