| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 14 matching lines...) Expand all Loading... |
| 25 | 25 |
| 26 patch -p6 < $patches_dir/origin_bound_certs.patch | 26 patch -p6 < $patches_dir/origin_bound_certs.patch |
| 27 | 27 |
| 28 patch -p6 < $patches_dir/negotiatedextension.patch | 28 patch -p6 < $patches_dir/negotiatedextension.patch |
| 29 | 29 |
| 30 patch -p6 < $patches_dir/getrequestedclientcerttypes.patch | 30 patch -p6 < $patches_dir/getrequestedclientcerttypes.patch |
| 31 | 31 |
| 32 patch -p6 < $patches_dir/restartclientauth.patch | 32 patch -p6 < $patches_dir/restartclientauth.patch |
| 33 | 33 |
| 34 patch -p6 < $patches_dir/encryptedclientcerts.patch | 34 patch -p6 < $patches_dir/encryptedclientcerts.patch |
| 35 |
| 36 patch -p4 < $patches_dir/dtls.patch |
| OLD | NEW |