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

« back to all changes in this revision

Viewing changes to lib/asn1/test/asn1_SUITE_data/modified_x420/UpperBounds.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 UpperBounds (X.520:08/1997)
 
2
 
 
3
UpperBounds {joint-iso-itu-t ds(5) module(1) upperBounds(10) 3} DEFINITIONS ::=
 
4
BEGIN
 
5
 
 
6
-- EXPORTS All 
 
7
-- The types and values defined in this module are exported for use in the other ASN.1 modules contained 
 
8
-- within the Directory Specifications, and for the use of other applications which will use them to access 
 
9
-- Directory services. Other applications may use them for their own purposes, but this will not constrain
 
10
-- extensions and modifications needed to maintain or improve the Directory service.
 
11
ub-answerback INTEGER ::=
 
12
  8
 
13
 
 
14
ub-business-category INTEGER ::= 128
 
15
 
 
16
ub-common-name INTEGER ::= 64
 
17
 
 
18
ub-country-code INTEGER ::= 4
 
19
 
 
20
ub-description INTEGER ::= 1024
 
21
 
 
22
ub-destination-indicator INTEGER ::= 128
 
23
 
 
24
ub-directory-string-first-component-match INTEGER ::= 32768
 
25
 
 
26
ub-international-isdn-number INTEGER ::= 16
 
27
 
 
28
ub-knowledge-information INTEGER ::= 32768
 
29
 
 
30
ub-locality-name INTEGER ::= 128
 
31
 
 
32
ub-match INTEGER ::= 128
 
33
 
 
34
ub-name INTEGER ::= 64
 
35
 
 
36
ub-organization-name INTEGER ::= 64
 
37
 
 
38
ub-organizational-unit-name INTEGER ::= 64
 
39
 
 
40
ub-physical-office-name INTEGER ::= 128
 
41
 
 
42
ub-post-office-box INTEGER ::= 40
 
43
 
 
44
ub-postal-code INTEGER ::= 40
 
45
 
 
46
ub-postal-line INTEGER ::= 6
 
47
 
 
48
ub-postal-string INTEGER ::= 30
 
49
 
 
50
ub-privacy-mark-length INTEGER ::= 128
 
51
 
 
52
ub-schema INTEGER ::= 1024
 
53
 
 
54
ub-search INTEGER ::= 32768
 
55
 
 
56
ub-serial-number INTEGER ::= 64
 
57
 
 
58
ub-state-name INTEGER ::= 128
 
59
 
 
60
ub-street-address INTEGER ::= 128
 
61
 
 
62
ub-surname INTEGER ::= 64
 
63
 
 
64
ub-tag INTEGER ::= 64
 
65
 
 
66
ub-telephone-number INTEGER ::= 32
 
67
 
 
68
ub-teletex-terminal-id INTEGER ::= 1024
 
69
 
 
70
ub-telex-number INTEGER ::= 14
 
71
 
 
72
ub-title INTEGER ::= 64
 
73
 
 
74
ub-user-password INTEGER ::= 128
 
75
 
 
76
ub-x121-address INTEGER ::= 15
 
77
 
 
78
ub-localeContextSyntax INTEGER ::= 128
 
79
 
 
80
ub-locale-context-syntax INTEGER ::= 64
 
81
 
 
82
ub-pseudonym INTEGER ::= 128
 
83
 
 
84
ub-content INTEGER ::= 32768
 
85
 
 
86
END -- UpperBounds
 
87
 
 
88
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
 
89