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

« back to all changes in this revision

Viewing changes to mozilla/security/nss/tests/chains/scenarios/dsa.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-06-16 13:23:47 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616132347-311ysb8oep74b98y
Tags: 3.12.3-0ubuntu1
* new upstream release 3.12.3 RTM (NSS_3_12_3_RTM) (LP: #387751)
* adjust patches to changed upstream code base
  - update debian/patches/38_kbsd.patch
* needs nspr >= 4.7.4
  - update debian/control
* update 85_security_load.patch to latest debian version
  - update debian/patches/85_security_load.patch
* add new symbols for 3.12.3
  - update debian/libnss3-1d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
scenario DSA
 
2
 
 
3
entity Root
 
4
  type Root
 
5
  ctype dsa
 
6
 
 
7
entity CA1
 
8
  type Intermediate
 
9
  issuer Root
 
10
  ctype dsa
 
11
 
 
12
entity EE1
 
13
  type EE
 
14
  issuer CA1
 
15
  ctype dsa
 
16
 
 
17
entity CA2
 
18
  type Intermediate
 
19
  issuer Root
 
20
  ctype dsa
 
21
 
 
22
entity EE2
 
23
  type EE
 
24
  issuer CA2
 
25
  ctype rsa
 
26
 
 
27
entity CA3
 
28
  type Intermediate
 
29
  issuer Root
 
30
  ctype rsa
 
31
 
 
32
entity EE3
 
33
  type EE
 
34
  issuer CA3
 
35
  ctype dsa
 
36
 
 
37
entity CA4
 
38
  type Intermediate
 
39
  issuer Root
 
40
  ctype rsa
 
41
 
 
42
entity EE4
 
43
  type EE
 
44
  issuer CA4
 
45
  ctype rsa
 
46
 
 
47
db All
 
48
 
 
49
verify EE1:CA1
 
50
  cert CA1:Root
 
51
  trust Root:
 
52
  result pass
 
53
 
 
54
verify EE2:CA2
 
55
  cert CA2:Root
 
56
  trust Root:
 
57
  result pass
 
58
 
 
59
verify EE3:CA3
 
60
  cert CA3:Root
 
61
  trust Root:
 
62
  result pass
 
63
 
 
64
verify EE4:CA4
 
65
  cert CA4:Root
 
66
  trust Root:
 
67
  result pass
 
68