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

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

Issue 64553002: Certificate Transparency TLS extension patch for NSS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 56
57 patch -p4 < $patches_dir/chacha20poly1305.patch 57 patch -p4 < $patches_dir/chacha20poly1305.patch
58 58
59 patch -p4 < $patches_dir/cachelocks.patch 59 patch -p4 < $patches_dir/cachelocks.patch
60 60
61 patch -p4 < $patches_dir/ciphersuiteversion.patch 61 patch -p4 < $patches_dir/ciphersuiteversion.patch
62 62
63 patch -p4 < $patches_dir/peercertchain2.patch 63 patch -p4 < $patches_dir/peercertchain2.patch
64 64
65 patch -p4 < $patches_dir/canfalsestart.patch 65 patch -p4 < $patches_dir/canfalsestart.patch
66
67 patch -p5 < $patches_dir/signedcertificatetimestamps.patch
wtc 2013/11/08 19:51:31 Please document this patch in net/third_party/nss/
ekasper 2013/11/18 17:47:18 Done.
OLDNEW
« no previous file with comments | « no previous file | net/third_party/nss/patches/signedcertificatetimestamps.patch » ('j') | net/third_party/nss/ssl/ssl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698