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

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

Issue 7621002: Send only one byte of data in the first CBC encrypted aplication data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove space at the end of a line. 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
« no previous file with comments | « net/third_party/nss/README.chromium ('k') | net/third_party/nss/patches/cbcrandomiv.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
11 11
12 patch -p6 < $patches_dir/renegoscsv.patch 12 patch -p6 < $patches_dir/renegoscsv.patch
13 13
14 patch -p6 < $patches_dir/cachecerts.patch 14 patch -p6 < $patches_dir/cachecerts.patch
15 15
16 patch -p6 < $patches_dir/peercertchain.patch 16 patch -p6 < $patches_dir/peercertchain.patch
17 17
18 patch -p6 < $patches_dir/ocspstapling.patch 18 patch -p6 < $patches_dir/ocspstapling.patch
19 19
20 patch -p6 < $patches_dir/clientauth.patch 20 patch -p6 < $patches_dir/clientauth.patch
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 -p5 < $patches_dir/cbcrandomiv.patch
27
26 patch -p6 < $patches_dir/origin_bound_certs.patch 28 patch -p6 < $patches_dir/origin_bound_certs.patch
27 29
28 patch -p6 < $patches_dir/secret_exporter.patch 30 patch -p6 < $patches_dir/secret_exporter.patch
29 31
30 patch -p5 < $patches_dir/handshakeshortwrite.patch 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/cbcrandomiv.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698