Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 4 | |
michael@0 | 5 | scenario MegaBridge_3_2 |
michael@0 | 6 | |
michael@0 | 7 | entity Root1 |
michael@0 | 8 | type Root |
michael@0 | 9 | |
michael@0 | 10 | entity Root2 |
michael@0 | 11 | type Root |
michael@0 | 12 | |
michael@0 | 13 | entity Root3 |
michael@0 | 14 | type Root |
michael@0 | 15 | |
michael@0 | 16 | entity Root4 |
michael@0 | 17 | type Root |
michael@0 | 18 | |
michael@0 | 19 | entity Root5 |
michael@0 | 20 | type Root |
michael@0 | 21 | |
michael@0 | 22 | entity Root6 |
michael@0 | 23 | type Root |
michael@0 | 24 | |
michael@0 | 25 | entity Root7 |
michael@0 | 26 | type Root |
michael@0 | 27 | |
michael@0 | 28 | entity Root8 |
michael@0 | 29 | type Root |
michael@0 | 30 | |
michael@0 | 31 | entity Root9 |
michael@0 | 32 | type Root |
michael@0 | 33 | |
michael@0 | 34 | entity Bridge11 |
michael@0 | 35 | type Bridge |
michael@0 | 36 | issuer Root1 |
michael@0 | 37 | issuer Root2 |
michael@0 | 38 | issuer Root3 |
michael@0 | 39 | |
michael@0 | 40 | entity Bridge12 |
michael@0 | 41 | type Bridge |
michael@0 | 42 | issuer Root4 |
michael@0 | 43 | issuer Root5 |
michael@0 | 44 | issuer Root6 |
michael@0 | 45 | |
michael@0 | 46 | entity Bridge13 |
michael@0 | 47 | type Bridge |
michael@0 | 48 | issuer Root7 |
michael@0 | 49 | issuer Root8 |
michael@0 | 50 | issuer Root9 |
michael@0 | 51 | |
michael@0 | 52 | entity Bridge21 |
michael@0 | 53 | type Bridge |
michael@0 | 54 | issuer Bridge11 |
michael@0 | 55 | issuer Bridge12 |
michael@0 | 56 | issuer Bridge13 |
michael@0 | 57 | |
michael@0 | 58 | entity CA1 |
michael@0 | 59 | type Intermediate |
michael@0 | 60 | issuer Bridge21 |
michael@0 | 61 | |
michael@0 | 62 | entity EE1 |
michael@0 | 63 | type EE |
michael@0 | 64 | issuer CA1 |
michael@0 | 65 | |
michael@0 | 66 | testdb EE1 |
michael@0 | 67 | |
michael@0 | 68 | verify EE1:CA1 |
michael@0 | 69 | cert CA1:Bridge21 |
michael@0 | 70 | cert Bridge21:Bridge11 |
michael@0 | 71 | cert Bridge11:Root1 |
michael@0 | 72 | trust Root1: |
michael@0 | 73 | result pass |
michael@0 | 74 | |
michael@0 | 75 | verify EE1:CA1 |
michael@0 | 76 | cert CA1:Bridge21 |
michael@0 | 77 | cert Bridge21:Bridge11 |
michael@0 | 78 | cert Bridge11:Root2 |
michael@0 | 79 | trust Root2: |
michael@0 | 80 | result pass |
michael@0 | 81 | |
michael@0 | 82 | verify EE1:CA1 |
michael@0 | 83 | cert CA1:Bridge21 |
michael@0 | 84 | cert Bridge21:Bridge11 |
michael@0 | 85 | cert Bridge11:Root3 |
michael@0 | 86 | trust Root3: |
michael@0 | 87 | result pass |
michael@0 | 88 | |
michael@0 | 89 | verify EE1:CA1 |
michael@0 | 90 | cert CA1:Bridge21 |
michael@0 | 91 | cert Bridge21:Bridge12 |
michael@0 | 92 | cert Bridge12:Root4 |
michael@0 | 93 | trust Root4: |
michael@0 | 94 | result pass |
michael@0 | 95 | |
michael@0 | 96 | verify EE1:CA1 |
michael@0 | 97 | cert CA1:Bridge21 |
michael@0 | 98 | cert Bridge21:Bridge12 |
michael@0 | 99 | cert Bridge12:Root5 |
michael@0 | 100 | trust Root5: |
michael@0 | 101 | result pass |
michael@0 | 102 | |
michael@0 | 103 | verify EE1:CA1 |
michael@0 | 104 | cert CA1:Bridge21 |
michael@0 | 105 | cert Bridge21:Bridge12 |
michael@0 | 106 | cert Bridge12:Root6 |
michael@0 | 107 | trust Root6: |
michael@0 | 108 | result pass |
michael@0 | 109 | |
michael@0 | 110 | verify EE1:CA1 |
michael@0 | 111 | cert CA1:Bridge21 |
michael@0 | 112 | cert Bridge21:Bridge13 |
michael@0 | 113 | cert Bridge13:Root7 |
michael@0 | 114 | trust Root7: |
michael@0 | 115 | result pass |
michael@0 | 116 | |
michael@0 | 117 | verify EE1:CA1 |
michael@0 | 118 | cert CA1:Bridge21 |
michael@0 | 119 | cert Bridge21:Bridge13 |
michael@0 | 120 | cert Bridge13:Root8 |
michael@0 | 121 | trust Root8: |
michael@0 | 122 | result pass |
michael@0 | 123 | |
michael@0 | 124 | verify EE1:CA1 |
michael@0 | 125 | cert CA1:Bridge21 |
michael@0 | 126 | cert Bridge21:Bridge13 |
michael@0 | 127 | cert Bridge13:Root9 |
michael@0 | 128 | trust Root9: |
michael@0 | 129 | result pass |
michael@0 | 130 |