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

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

Issue 14772023: Implement TLS 1.2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Move the assertion in sslplatf.c Created 7 years, 6 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/tls12.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 #!/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/ssl directory in a NSS 6 # Run this script in the mozilla/security/nss/lib/ssl directory in a NSS
7 # source tree. 7 # source 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.
(...skipping 29 matching lines...) Expand all
40 40
41 patch -p4 < $patches_dir/aes256keylength.patch 41 patch -p4 < $patches_dir/aes256keylength.patch
42 42
43 patch -p4 < $patches_dir/suitebonly.patch 43 patch -p4 < $patches_dir/suitebonly.patch
44 44
45 patch -p4 < $patches_dir/secitemarray.patch 45 patch -p4 < $patches_dir/secitemarray.patch
46 46
47 patch -p4 < $patches_dir/unusedvariables.patch 47 patch -p4 < $patches_dir/unusedvariables.patch
48 48
49 patch -p4 < $patches_dir/handlecertstatus.patch 49 patch -p4 < $patches_dir/handlecertstatus.patch
50
51 patch -p4 < $patches_dir/tls12.patch
52
53 patch -p4 < $patches_dir/tls12chromium.patch
OLDNEW
« no previous file with comments | « net/third_party/nss/README.chromium ('k') | net/third_party/nss/patches/tls12.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698