~ubuntu-branches/ubuntu/maverick/strongswan/maverick

« back to all changes in this revision

Viewing changes to testing/tests/ikev1/after-2038-certs/test.conf

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2009-04-01 22:17:52 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090401221752-eozrk0ctabblo94z
* New upstream release, which incorporates the fix. Removed dpatch for it.
  Closes: #521950: CVE-2009-0790: DoS
* New support for EAP RADIUS authentication, enabled for this package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
#
 
3
# This configuration file provides information on the
 
4
# UML instances used for this test
 
5
 
 
6
# All UML instances that are required for this test
 
7
#
 
8
UMLHOSTS="alice moon carol winnetou"
 
9
 
 
10
# Corresponding block diagram
 
11
#
 
12
DIAGRAM="a-m-c-w.png"
 
13
 
 
14
# UML instances on which tcpdump is to be started
 
15
#
 
16
TCPDUMPHOSTS="moon"
 
17
 
 
18
# UML instances on which IPsec is started
 
19
# Used for IPsec logging purposes
 
20
#
 
21
IPSECHOSTS="moon carol"