# Copyright (c) 2011 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # Run this script in the mozilla/security/nss/lib directory in a NSS source # tree. # # Point patches_dir to the src/net/third_party/nss/patches directory in a # chromium source tree. patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches patch -p6 < $patches_dir/nextproto.patch patch -p6 < $patches_dir/versionskew.patch patch -p6 < $patches_dir/renegoscsv.patch patch -p6 < $patches_dir/cachecerts.patch patch -p6 < $patches_dir/peercertchain.patch patch -p6 < $patches_dir/ocspstapling.patch patch -p6 < $patches_dir/clientauth.patch patch -p6 < $patches_dir/cachedinfo.patch patch -p6 < $patches_dir/didhandshakeresume.patch patch -p6 < $patches_dir/cbcrandomiv.patch patch -p6 < $patches_dir/origin_bound_certs.patch patch -p6 < $patches_dir/secret_exporter.patch patch -p6 < $patches_dir/handshakeshortwrite.patch patch -p6 < $patches_dir/restartclientauth.patch patch -p6 < $patches_dir/negotiatedextension.patch patch -p3 < $patches_dir/encryptedclientcerts.patch patch -p3 < $patches_dir/getrequestedclientcerttypes.patch