Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(318)

Side by Side Diff: net/third_party/nss/patches/applypatches.sh

Issue 7572043: SSL_ForceHandshake should send the saved write data in the SSL socket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Run this script in the mozilla/security/nss/lib directory in a NSS source 1 # Run this script in the mozilla/security/nss/lib directory in a NSS source
2 # tree. 2 # tree.
3 # 3 #
4 # Point patches_dir to the src/net/third_party/nss/patches directory in a 4 # Point patches_dir to the src/net/third_party/nss/patches directory in a
5 # chromium source tree. 5 # chromium source tree.
6 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches 6 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches
7 7
8 patch -p6 < $patches_dir/nextproto.patch 8 patch -p6 < $patches_dir/nextproto.patch
9 9
10 patch -p6 < $patches_dir/versionskew.patch 10 patch -p6 < $patches_dir/versionskew.patch
(...skipping 10 matching lines...) Expand all
21 21
22 patch -p6 < $patches_dir/cachedinfo.patch 22 patch -p6 < $patches_dir/cachedinfo.patch
23 23
24 patch -p6 < $patches_dir/didhandshakeresume.patch 24 patch -p6 < $patches_dir/didhandshakeresume.patch
25 25
26 patch -p6 < $patches_dir/cbcrandomiv.patch 26 patch -p6 < $patches_dir/cbcrandomiv.patch
27 27
28 patch -p6 < $patches_dir/origin_bound_certs.patch 28 patch -p6 < $patches_dir/origin_bound_certs.patch
29 29
30 patch -p6 < $patches_dir/secret_exporter.patch 30 patch -p6 < $patches_dir/secret_exporter.patch
31
32 patch -p5 < $patches_dir/handshakeshortwrite.patch
OLDNEW
« no previous file with comments | « net/third_party/nss/README.chromium ('k') | net/third_party/nss/patches/handshakeshortwrite.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698