~ubuntu-branches/ubuntu/karmic/nss/karmic-updates

« back to all changes in this revision

Viewing changes to mozilla/security/nss/tests/iopr/ssl_iopr.sh

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-03-31 02:23:43 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100331022343-ck07ylqk8q474x26
Tags: 3.12.6-0ubuntu0.9.10.1
* New upstream release 3.12.6 RTM (NSS_3_12_6_RTM)
  - fixes CVE-2009-3555 aka US-CERT VU#120541
* Adjust patches to changed upstream code base
  - update debian/patches/38_kbsd.patch
  - update debian/patches/38_mips64_build.patch
  - update debian/patches/85_security_load.patch
* Remove patches that are merged upstream
  - delete debian/patches/91_nonexec_stack.patch
  - update debian/patches/series
* Bump nspr dependency to 4.8
  - update debian/control
* Add new symbols for 3.12.6
  - update debian/libnss3-1d.symbols 
* Enable transitional scheme for SSL renegotiation
  - add 97_SSL_RENEGOTIATE_TRANSITIONAL.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
 
1
#! /bin/bash
2
2
#
3
3
# ***** BEGIN LICENSE BLOCK *****
4
4
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
17
17
#
18
18
# The Initial Developer of the Original Code is
19
19
# Netscape Communications Corporation.
20
 
# Portions created by the Initial Developer are Copyright (C) 1994-2000
 
20
# Portions created by the Initial Developer are Copyright (C) 1994-2009
21
21
# the Initial Developer. All Rights Reserved.
22
22
#
 
23
# Contributors:
 
24
#
23
25
# Alternatively, the contents of this file may be used under the terms of
24
26
# either the GNU General Public License Version 2 or later (the "GPL"), or
25
27
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
46
48
# ---------------
47
49
#   FIXME ... known problems, search for this string
48
50
#   NOTE .... unexpected behavior
49
 
#
50
 
# FIXME - Netscape - NSS
51
51
########################################################################
52
52
IOPR_SSL_SOURCED=1
53
53
 
612
612
    ORIG_ECC_CERT=${NO_ECC_CERTS}
613
613
    NO_ECC_CERTS=1 # disable ECC for interoperability tests
614
614
 
 
615
    NSS_SSL_ENABLE_RENEGOTIATION=u
 
616
    export NSS_SSL_ENABLE_RENEGOTIATION
 
617
 
615
618
    num=1
616
619
    IOPR_HOST_PARAM=`echo "${IOPR_HOSTADDR_LIST} " | cut -f $num -d' '`
617
620
    while [ "$IOPR_HOST_PARAM" ]; do