diff options
author | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
commit | 84adefa331c4159d432d22840663c38f155cd4c1 (patch) | |
tree | bff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/orber/src/OrberCSIv2.asn1 | |
download | otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2 otp-84adefa331c4159d432d22840663c38f155cd4c1.zip |
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/orber/src/OrberCSIv2.asn1')
-rw-r--r-- | lib/orber/src/OrberCSIv2.asn1 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/lib/orber/src/OrberCSIv2.asn1 b/lib/orber/src/OrberCSIv2.asn1 new file mode 100644 index 0000000000..d776ce2b47 --- /dev/null +++ b/lib/orber/src/OrberCSIv2.asn1 @@ -0,0 +1,45 @@ +OrberCSIv2 DEFINITIONS ::= + +BEGIN + + IMPORTS + + -- IMPORTed module OIDs MAY change if [PKIXPROF] changes + -- PKIX1Explicit88 Certificate Extensions + Certificate + FROM PKIX1Explicit88 {iso(1) identified-organization(3) + dod(6) internet(1) security(5) mechanisms(5) + pkix(7) id-mod(0) id-pkix1-explicit-88(1)} + -- PKIXAttributeCertificate + AttributeCertificate + FROM PKIXAttributeCertificate {iso(1) identified-organization(3) dod(6) + internet(1) security(5) mechanisms(5) pkix(7) id-mod(0) + id-mod-attribute-cert(12)}; + + + + -- Authorization Token + -- AttributeCertificate - [IETF ID PKIXAC]. + -- Certificate - [IETF RFC 2459]. + + VerifyingCertChain ::= SEQUENCE OF Certificate + + AttributeCertChain ::= SEQUENCE { + attributeCert AttributeCertificate, + certificateChain VerifyingCertChain + } + + + -- The ASN.1 encoding of identity tokens of this type is defined + -- as follows (ITTX509CertChain): + CertificateChain ::= SEQUENCE SIZE (1..MAX) OF Certificate + + + -- The object identifier allocated for the GSSUP mechanism is defined as follows: + -- GSS Exported Name Object Form for GSSUP Mechanism + gssup-mechanism OBJECT IDENTIFIER ::= { iso-itu-t (2) international-organization (23) omg (130) security (1) authentication (1) gssup-mechanism (1) } + + -- Scoped-Username GSS Name Form + scoped-username OBJECT IDENTIFIER ::= { iso-itu-t (2) international-organization (23) omg (130) security (1) naming (2) scoped-username(1) } + +END |