Home | History | Annotate | Download | only in patches
      1 #!/bin/sh
      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
      4 # found in the LICENSE file.
      5 
      6 # Run this script in the mozilla/security/nss/lib/ssl directory in a NSS
      7 # source tree.
      8 #
      9 # Point patches_dir to the src/net/third_party/nss/patches directory in a
     10 # chromium source tree.
     11 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches
     12 
     13 patch -p4 < $patches_dir/versionskew.patch
     14 
     15 patch -p4 < $patches_dir/renegoscsv.patch
     16 
     17 patch -p4 < $patches_dir/cachecerts.patch
     18 
     19 patch -p4 < $patches_dir/peercertchain.patch
     20 
     21 patch -p4 < $patches_dir/clientauth.patch
     22 
     23 patch -p4 < $patches_dir/didhandshakeresume.patch
     24 
     25 patch -p4 < $patches_dir/negotiatedextension.patch
     26 
     27 patch -p4 < $patches_dir/getrequestedclientcerttypes.patch
     28 
     29 patch -p4 < $patches_dir/restartclientauth.patch
     30 
     31 patch -p4 < $patches_dir/channelid.patch
     32 
     33 patch -p4 < $patches_dir/tlsunique.patch
     34 
     35 patch -p4 < $patches_dir/ecpointform.patch
     36 
     37 patch -p4 < $patches_dir/secretexporterlocks.patch
     38 
     39 patch -p4 < $patches_dir/cbc.patch
     40 
     41 patch -p4 < $patches_dir/suitebonly.patch
     42 
     43 patch -p4 < $patches_dir/secitemarray.patch
     44 
     45 patch -p4 < $patches_dir/tls12chromium.patch
     46 
     47 patch -p4 < $patches_dir/alpn.patch
     48 
     49 patch -p5 < $patches_dir/sslsock_903565.patch
     50 
     51 patch -p4 < $patches_dir/tls12backuphash.patch
     52