~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

Viewing changes to lib/asn1/test/asn1_SUITE_data/x420/MTSObjectIdentifiers.asn

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-- Module MTSObjectIdentifiers (X.411:06/1999)
 
2
MTSObjectIdentifiers {joint-iso-itu-t mhs(6) mts(3) modules(0)
 
3
  object-identifiers(0) version-1999(1)} DEFINITIONS IMPLICIT TAGS ::=
 
4
BEGIN
 
5
 
 
6
--      Prologue
 
7
--      Exports everything
 
8
IMPORTS -- nothing -- ;
 
9
 
 
10
ID ::= OBJECT IDENTIFIER
 
11
 
 
12
--      Message Transfer System
 
13
id-mts ID ::=
 
14
  {joint-iso-itu-t mhs(6) mts(3)} -- not definitive
 
15
 
 
16
--      Categories of Object Identifiers
 
17
id-mod ID ::= {id-mts  0} -- modules
 
18
 
 
19
id-ot ID ::= {id-mts  1} -- object types
 
20
 
 
21
id-pt ID ::= {id-mts  2} -- port types
 
22
 
 
23
id-cont ID ::= {id-mts  3} -- content types
 
24
 
 
25
id-eit ID ::= {id-mts  4} -- encoded information types
 
26
 
 
27
id-att ID ::= {id-mts  5} -- attributes
 
28
 
 
29
id-tok ID ::= {id-mts  6} -- token types
 
30
 
 
31
id-sa ID ::= {id-mts  7} -- secure agent types
 
32
 
 
33
id-ct ID ::= {id-mts  8} -- contracts
 
34
 
 
35
id-cp ID ::= {id-mts  9} -- connection packages
 
36
 
 
37
--      Modules
 
38
id-mod-object-identifiers ID ::= {id-mod  0} -- not definitive
 
39
 
 
40
id-mod-mts-abstract-service ID ::= {id-mod  1} -- not definitive
 
41
 
 
42
id-mod-mta-abstract-service ID ::= {id-mod  2} -- not definitive
 
43
 
 
44
id-mod-upper-bounds ID ::= {id-mod  3} -- not definitive
 
45
 
 
46
--      Object Types
 
47
id-ot-mts ID ::= {id-ot  0}
 
48
 
 
49
id-ot-mts-user ID ::= {id-ot  1}
 
50
 
 
51
id-ot-mta ID ::= {id-ot  2}
 
52
 
 
53
--      Port Types
 
54
id-pt-submission ID ::= {id-pt  0}
 
55
 
 
56
id-pt-delivery ID ::= {id-pt  1}
 
57
 
 
58
id-pt-administration ID ::= {id-pt  2}
 
59
 
 
60
id-pt-transfer ID ::= {id-pt  3}
 
61
 
 
62
--      Content Types
 
63
id-cont-unidentified ID ::=
 
64
  {id-cont  0} -- For use by MS and Directory
 
65
 
 
66
id-cont-inner-envelope ID ::= {id-cont  1}
 
67
 
 
68
--      Encoded Information Types
 
69
id-eit-unknown ID ::= {id-eit  0}
 
70
 
 
71
--  Value { id-eit 1 } is no longer defined
 
72
id-eit-ia5-text ID ::= {id-eit  2}
 
73
 
 
74
id-eit-g3-facsimile ID ::= {id-eit  3}
 
75
 
 
76
id-eit-g4-class-1 ID ::= {id-eit  4}
 
77
 
 
78
id-eit-teletex ID ::= {id-eit  5}
 
79
 
 
80
id-eit-videotex ID ::= {id-eit  6}
 
81
 
 
82
id-eit-voice ID ::= {id-eit  7}
 
83
 
 
84
id-eit-sfd ID ::= {id-eit  8}
 
85
 
 
86
id-eit-mixed-mode ID ::= {id-eit  9}
 
87
 
 
88
--      Attributes
 
89
id-att-physicalRendition-basic ID ::= {id-att  0}
 
90
 
 
91
id-att-physicalRendition-no-cover-page ID ::= {id-att  1}
 
92
 
 
93
--      Token Types
 
94
id-tok-asymmetricToken ID ::= {id-tok  0}
 
95
 
 
96
--      Secure Agent Types
 
97
id-sa-ua ID ::= {id-sa  0}
 
98
 
 
99
id-sa-ms ID ::= {id-sa  1}
 
100
 
 
101
--      Contracts
 
102
id-ct-mts-access ID ::= {id-ct  0}
 
103
 
 
104
id-ct-mts-forced-access ID ::= {id-ct  1}
 
105
 
 
106
id-ct-mta-transfer ID ::= {id-ct  2}
 
107
 
 
108
--      Connection Packages
 
109
id-cp-mts-connect ID ::= {id-cp  0}
 
110
 
 
111
id-cp-mta-connect ID ::= {id-cp  1}
 
112
 
 
113
END -- of MTSObjectIdentifiers
 
114
 
 
115
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
 
116