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

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

Issue 8771031: Add NSS function to retrieve TLS client cert types requested by server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review changes, add patch Created 9 years 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 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Run this script in the mozilla/security/nss/lib directory in a NSS source 5 # Run this script in the mozilla/security/nss/lib directory in a NSS source
6 # tree. 6 # tree.
7 # 7 #
8 # Point patches_dir to the src/net/third_party/nss/patches directory in a 8 # Point patches_dir to the src/net/third_party/nss/patches directory in a
9 # chromium source tree. 9 # chromium source tree.
10 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches 10 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches
(...skipping 22 matching lines...) Expand all
33 33
34 patch -p6 < $patches_dir/secret_exporter.patch 34 patch -p6 < $patches_dir/secret_exporter.patch
35 35
36 patch -p6 < $patches_dir/handshakeshortwrite.patch 36 patch -p6 < $patches_dir/handshakeshortwrite.patch
37 37
38 patch -p6 < $patches_dir/restartclientauth.patch 38 patch -p6 < $patches_dir/restartclientauth.patch
39 39
40 patch -p6 < $patches_dir/negotiatedextension.patch 40 patch -p6 < $patches_dir/negotiatedextension.patch
41 41
42 patch -p3 < $patches_dir/encryptedclientcerts.patch 42 patch -p3 < $patches_dir/encryptedclientcerts.patch
43
44 patch -p3 < $patches_dir/getrequestedclientcerttypes.patch
OLDNEW
« no previous file with comments | « net/third_party/nss/README.chromium ('k') | net/third_party/nss/patches/getrequestedclientcerttypes.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698