~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/orber/src/OrberCSIv2.asn1

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
OrberCSIv2 DEFINITIONS ::=
 
2
 
 
3
BEGIN
 
4
 
 
5
 IMPORTS
 
6
 
 
7
 -- IMPORTed module OIDs MAY change if [PKIXPROF] changes
 
8
 -- PKIX1Explicit88 Certificate Extensions
 
9
    Certificate
 
10
    FROM PKIX1Explicit88 {iso(1) identified-organization(3)
 
11
         dod(6) internet(1) security(5) mechanisms(5)
 
12
         pkix(7) id-mod(0) id-pkix1-explicit-88(1)}
 
13
 -- PKIXAttributeCertificate
 
14
    AttributeCertificate
 
15
    FROM PKIXAttributeCertificate {iso(1) identified-organization(3) dod(6)
 
16
         internet(1) security(5) mechanisms(5) pkix(7) id-mod(0)
 
17
         id-mod-attribute-cert(12)};
 
18
 
 
19
 
 
20
 
 
21
 -- Authorization Token
 
22
 -- AttributeCertificate - [IETF ID PKIXAC].
 
23
 -- Certificate - [IETF RFC 2459].
 
24
            
 
25
    VerifyingCertChain ::= SEQUENCE OF Certificate
 
26
            
 
27
    AttributeCertChain ::= SEQUENCE {
 
28
        attributeCert AttributeCertificate,
 
29
        certificateChain VerifyingCertChain
 
30
    }
 
31
 
 
32
 
 
33
 -- The ASN.1 encoding of identity tokens of this type is defined
 
34
 -- as follows (ITTX509CertChain):
 
35
    CertificateChain ::= SEQUENCE SIZE (1..MAX) OF Certificate
 
36
 
 
37
 
 
38
 -- The object identifier allocated for the GSSUP mechanism is defined as follows:
 
39
 -- GSS Exported Name Object Form for GSSUP Mechanism
 
40
    gssup-mechanism  OBJECT IDENTIFIER ::= { iso-itu-t (2) international-organization (23) omg (130) security (1) authentication (1) gssup-mechanism (1) }
 
41
 
 
42
 -- Scoped-Username GSS Name Form
 
43
    scoped-username OBJECT IDENTIFIER ::= { iso-itu-t (2) international-organization (23) omg (130) security (1) naming (2) scoped-username(1) }
 
44
 
 
45
END