~ubuntu-branches/ubuntu/raring/nss/raring-security

« back to all changes in this revision

Viewing changes to mozilla/security/nss/tests/cert/cert.sh

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-03-25 13:46:06 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100325134606-bl6liuok2w9l7snv
Tags: 3.12.6-0ubuntu1
* 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

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
23
# Contributor(s):
906
906
  echo "$SCRIPTNAME: Creating Server CA Issued Certificate for \\"
907
907
  echo "             ${HOSTADDR} ------------------------------------"
908
908
  cert_create_cert ${SERVERDIR} "${HOSTADDR}" 100 ${D_SERVER}
 
909
  echo "$SCRIPTNAME: Creating Server CA Issued Certificate for \\"
 
910
  echo "             ${HOSTADDR}-sni --------------------------------"
 
911
  CERTSERIAL=101
 
912
  CERTNAME="${HOST}-sni${sniCertCount}.${DOMSUF}"
 
913
  cert_add_cert 
909
914
  CU_ACTION="Modify trust attributes of Root CA -t TC,TC,TC"
910
915
  certu -M -n "TestCA" -t "TC,TC,TC" -d ${PROFILEDIR} -f "${R_PWFILE}"
911
916
  if [ -n "$NSS_ENABLE_ECC" ] ; then