blob: 1992ad0267a67059acd529d2bc1e15ad66801a33 [file] [log] [blame]
#!/bin/sh
# Copyright (c) 2012 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/ssl 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 -p5 < $patches_dir/versionskew.patch
patch -p5 < $patches_dir/renegoscsv.patch
patch -p5 < $patches_dir/cachecerts.patch
patch -p5 < $patches_dir/peercertchain.patch
patch -p5 < $patches_dir/ocspstapling.patch
patch -p5 < $patches_dir/clientauth.patch
patch -p5 < $patches_dir/didhandshakeresume.patch
patch -p5 < $patches_dir/negotiatedextension.patch
patch -p5 < $patches_dir/getrequestedclientcerttypes.patch
patch -p5 < $patches_dir/restartclientauth.patch
patch -p5 < $patches_dir/falsestartnpn.patch
patch -p5 < $patches_dir/channelid.patch
patch -p5 < $patches_dir/tlsunique.patch
patch -p5 < $patches_dir/sslkeylogerror.patch
patch -p5 < $patches_dir/ecpointform.patch
patch -p5 < $patches_dir/secretexporterlocks.patch