blob: 336b824174717b49d07c5e9e55399be31318db67 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
-- Module GulsSecurityExchanges (X.830:04/1995)
GulsSecurityExchanges {joint-iso-itu-t genericULS(20) modules(1)
gulsSecurityExchanges(2)} DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- EXPORTS All
IMPORTS
securityExchanges, notation
FROM ObjectIdentifiers {joint-iso-itu-t genericULS(20) modules(1)
objectIdentifiers(0)}
SECURITY-EXCHANGE, SEC-EXCHG-ITEM, SE-ERROR
FROM Notation notation
Credentials, SecurityProblem
FROM DirectoryAbstractService {joint-iso-itu-t ds(5) module(1)
directoryAbstractService(2) 3};
-- *******************************************
-- Directory Authentication Exchange (One-way)
-- *******************************************
dirAuthenticationOneWay SECURITY-EXCHANGE ::= {
SE-ITEMS {credentials}
IDENTIFIER global:{securityExchanges dir-authent-one-way(1)}
}
credentials SEC-EXCHG-ITEM ::= {
ITEM-TYPE DirectoryAbstractService.Credentials
ITEM-ID 1
}
-- *******************************************
-- Directory Authentication Exchange (Two-way)
-- *******************************************
dirAuthenticationTwoWay SECURITY-EXCHANGE ::= {
SE-ITEMS {initiatorCredentials | responderCredentials}
IDENTIFIER global:{securityExchanges dir-authent-two-way(2)}
}
initiatorCredentials SEC-EXCHG-ITEM ::= {
ITEM-TYPE DirectoryAbstractService.Credentials
ITEM-ID 1
ERRORS {authenticationFailure}
}
responderCredentials SEC-EXCHG-ITEM ::= {
ITEM-TYPE DirectoryAbstractService.Credentials
ITEM-ID 2
}
authenticationFailure SE-ERROR ::= {
PARAMETER DirectoryAbstractService.SecurityProblem
ERROR-CODE local:1
}
-- ***************************
-- Simple Negotiation Exchange
-- ***************************
simpleNegotiationSE SECURITY-EXCHANGE ::= {
SE-ITEMS {offeredIds | acceptedIds}
IDENTIFIER global:{securityExchanges simple-negotiation-se(3)}
}
offeredIds SEC-EXCHG-ITEM ::= {ITEM-TYPE Negotiation-SEI
ITEM-ID 1
}
acceptedIds SEC-EXCHG-ITEM ::= {ITEM-TYPE Negotiation-SEI
ITEM-ID 2
}
Negotiation-SEI ::= SEQUENCE OF OBJECT IDENTIFIER
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
-- content of stack:
--
|