sasl-mechanisms
3.46 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
SIMPLE AUTHENTICATION AND SECURITY LAYER (SASL) MECHANISMS
----------------------------------------------------------
(last updated 2001 Jul 24)
The Simple Authentication and Security Layer (SASL) [RFC2222] is a
method for adding authentication support to connection-based
protocols. To use this specification, a protocol includes a command
for identifying and authenticating a user to a server and for
optionally negotiating a security layer for subsequent protocol
interactions. The command has a required argument identifying a SASL
mechanism.
SASL mechanisms are named by strings, from 1 to 20 characters in
length, consisting of upper-case letters, digits, hyphens, and/or
underscores. SASL mechanism names must be registered with the IANA.
Procedures for registering new SASL mechanisms are given in the
section "Registration procedures" of RFC2222.
MECHANISMS OWNER REFERENCE
---------- ----- ---------
KERBEROS_V4 IESG <iesg@ietf.org> [RFC2222]
GSSAPI IESG <iesg@ietf.org> [RFC2222]
SKEY (OBSOLETE) IESG <iesg@ietf.org> [RFC2444]
EXTERNAL IESG <iesg@ietf.org> [RFC2222]
CRAM-MD5 IESG <iesg@ietf.org> [RFC2195]
ANONYMOUS IESG <iesg@ietf.org> [RFC2245]
OTP IESG <iesg@ietf.org> [RFC2444]
GSS-SPNEGO Paul Leach <paulle@microsoft.com> [Leach]
PLAIN IESG <iesg@ietf.org> [RFC2595]
SECURID Magnus Nystrom <magnus@rsasecurity.com>[RFC2808]
NTLM Paul Leach <paulle@microsoft.com> [Leach]
NMAS_LOGIN Mark G. Gayman <mgayman@novell.com> [Gayman]
NMAS_AUTHEN Mark G. Gayman <mgayman@novell.com> [Gayman]
DIGEST-MD5 IESG <iesg@ietf.org> [RFC2831]
9798-U-RSA-SHA1-ENC robert.zuccherato@entrust.com [RFCZUCC]
9798-M-RSA-SHA1-ENC robert.zuccherato@entrust.com [RFCZUCC]
9798-U-DSA-SHA1 robert.zuccherato@entrust.com [RFCZUCC]
9798-M-DSA-SHA1 robert.zuccherato@entrust.com [RFCZUCC]
9798-U-ECDSA-SHA1 robert.zuccherato@entrust.com [RFCZUCC]
9798-M-ECDSA-SHA1 robert.zuccherato@entrust.com [RFCZUCC]
References
----------
[RFC2222] Myers, J., "Simple Authentication and Security Layer
(SASL)", RFC 2222, Netscape Communications, October 1997.
[RFC2195] Klensin, J., Catoe, R., Krumviede, P. "IMAP/POP AUTHorize
Extension for Simple Challenge/Response", RFC 2195, MCI,
September 1997.
[RFC2245] Newman, C., "Anonymous SASL Mechanism", RFC 2245, Innosoft,
November 1997.
[RFC2444] Newman, C., "The One-Time-Password SASL Mechanism", RFC
2444, October 1998.
[RFC2595] Newman, C., "Using TLS with IMAP, POP3 and ACAP", RFC 2595,
Innosoft, June 1999.
[RFC2808] Nystrom, M., "The SecurID(r) SASL Mechanism", RFC 2808,
April 2000.
[RFC2831] Leach, P. and C. Newman, "Using Digest Authentication as a
SASL Mechanism", RFC 2831, May 2000.
[RFCZUCC] R. Zuccherato and M. Nystrom, "ISO/IEC 9798-3 Authentication
SASL Mechanism", RFC XXXX, Month 2001.
People
------
[Gayman] Mark G. Gayman, <mgayman@novell.com>, September 2000.
[Leach] Paul Leach, <paulle@microsoft.com>, December 1998, June 2000.
[]