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

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

Issue 10387222: nss: revert encrypted and origin bound certificates support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 8 years, 7 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 #!/bin/sh 1 #!/bin/sh
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 # Run this script in the mozilla/security/nss/lib directory in a NSS source 6 # Run this script in the mozilla/security/nss/lib directory in a NSS source
7 # tree. 7 # tree.
8 # 8 #
9 # Point patches_dir to the src/net/third_party/nss/patches directory in a 9 # Point patches_dir to the src/net/third_party/nss/patches directory in a
10 # chromium source tree. 10 # chromium source tree.
11 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches 11 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches
12 12
13 patch -p6 < $patches_dir/versionskew.patch 13 patch -p6 < $patches_dir/versionskew.patch
14 14
15 patch -p6 < $patches_dir/renegoscsv.patch 15 patch -p6 < $patches_dir/renegoscsv.patch
16 16
17 patch -p6 < $patches_dir/cachecerts.patch 17 patch -p6 < $patches_dir/cachecerts.patch
18 18
19 patch -p5 < $patches_dir/peercertchain.patch 19 patch -p5 < $patches_dir/peercertchain.patch
20 20
21 patch -p6 < $patches_dir/ocspstapling.patch 21 patch -p6 < $patches_dir/ocspstapling.patch
22 22
23 patch -p6 < $patches_dir/clientauth.patch 23 patch -p6 < $patches_dir/clientauth.patch
24 24
25 patch -p6 < $patches_dir/didhandshakeresume.patch 25 patch -p6 < $patches_dir/didhandshakeresume.patch
26 26
27 patch -p6 < $patches_dir/origin_bound_certs.patch
28
29 patch -p6 < $patches_dir/negotiatedextension.patch 27 patch -p6 < $patches_dir/negotiatedextension.patch
30 28
31 patch -p6 < $patches_dir/getrequestedclientcerttypes.patch 29 patch -p6 < $patches_dir/getrequestedclientcerttypes.patch
32 30
33 patch -p6 < $patches_dir/restartclientauth.patch 31 patch -p6 < $patches_dir/restartclientauth.patch
34 32
35 patch -p6 < $patches_dir/encryptedclientcerts.patch
36
37 patch -p4 < $patches_dir/dtls.patch 33 patch -p4 < $patches_dir/dtls.patch
38 34
39 patch -p5 < $patches_dir/falsestartnpn.patch 35 patch -p5 < $patches_dir/falsestartnpn.patch
40 36
41 patch -p5 < $patches_dir/dhvalues.patch 37 patch -p5 < $patches_dir/dhvalues.patch
OLDNEW
« no previous file with comments | « net/third_party/nss/README.chromium ('k') | net/third_party/nss/patches/encryptedclientcerts.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698