Commit 4ae57543 4ae57543b36b5a104eee1e3a7e666d6c4522f221 by Sam Roberts

added SASL rfcs and registry

1 parent b9d20048
1
2 SIMPLE AUTHENTICATION AND SECURITY LAYER (SASL) MECHANISMS
3 ----------------------------------------------------------
4
5 (last updated 2001 Jul 24)
6
7 The Simple Authentication and Security Layer (SASL) [RFC2222] is a
8 method for adding authentication support to connection-based
9 protocols. To use this specification, a protocol includes a command
10 for identifying and authenticating a user to a server and for
11 optionally negotiating a security layer for subsequent protocol
12 interactions. The command has a required argument identifying a SASL
13 mechanism.
14
15 SASL mechanisms are named by strings, from 1 to 20 characters in
16 length, consisting of upper-case letters, digits, hyphens, and/or
17 underscores. SASL mechanism names must be registered with the IANA.
18 Procedures for registering new SASL mechanisms are given in the
19 section "Registration procedures" of RFC2222.
20
21
22 MECHANISMS OWNER REFERENCE
23 ---------- ----- ---------
24
25 KERBEROS_V4 IESG <iesg@ietf.org> [RFC2222]
26
27 GSSAPI IESG <iesg@ietf.org> [RFC2222]
28
29 SKEY (OBSOLETE) IESG <iesg@ietf.org> [RFC2444]
30
31 EXTERNAL IESG <iesg@ietf.org> [RFC2222]
32
33 CRAM-MD5 IESG <iesg@ietf.org> [RFC2195]
34
35 ANONYMOUS IESG <iesg@ietf.org> [RFC2245]
36
37 OTP IESG <iesg@ietf.org> [RFC2444]
38
39 GSS-SPNEGO Paul Leach <paulle@microsoft.com> [Leach]
40
41 PLAIN IESG <iesg@ietf.org> [RFC2595]
42
43 SECURID Magnus Nystrom <magnus@rsasecurity.com>[RFC2808]
44
45 NTLM Paul Leach <paulle@microsoft.com> [Leach]
46
47 NMAS_LOGIN Mark G. Gayman <mgayman@novell.com> [Gayman]
48
49 NMAS_AUTHEN Mark G. Gayman <mgayman@novell.com> [Gayman]
50
51 DIGEST-MD5 IESG <iesg@ietf.org> [RFC2831]
52
53 9798-U-RSA-SHA1-ENC robert.zuccherato@entrust.com [RFCZUCC]
54
55 9798-M-RSA-SHA1-ENC robert.zuccherato@entrust.com [RFCZUCC]
56
57 9798-U-DSA-SHA1 robert.zuccherato@entrust.com [RFCZUCC]
58
59 9798-M-DSA-SHA1 robert.zuccherato@entrust.com [RFCZUCC]
60
61 9798-U-ECDSA-SHA1 robert.zuccherato@entrust.com [RFCZUCC]
62
63 9798-M-ECDSA-SHA1 robert.zuccherato@entrust.com [RFCZUCC]
64
65
66
67 References
68 ----------
69
70 [RFC2222] Myers, J., "Simple Authentication and Security Layer
71 (SASL)", RFC 2222, Netscape Communications, October 1997.
72
73 [RFC2195] Klensin, J., Catoe, R., Krumviede, P. "IMAP/POP AUTHorize
74 Extension for Simple Challenge/Response", RFC 2195, MCI,
75 September 1997.
76
77 [RFC2245] Newman, C., "Anonymous SASL Mechanism", RFC 2245, Innosoft,
78 November 1997.
79
80 [RFC2444] Newman, C., "The One-Time-Password SASL Mechanism", RFC
81 2444, October 1998.
82
83 [RFC2595] Newman, C., "Using TLS with IMAP, POP3 and ACAP", RFC 2595,
84 Innosoft, June 1999.
85
86 [RFC2808] Nystrom, M., "The SecurID(r) SASL Mechanism", RFC 2808,
87 April 2000.
88
89 [RFC2831] Leach, P. and C. Newman, "Using Digest Authentication as a
90 SASL Mechanism", RFC 2831, May 2000.
91
92
93 [RFCZUCC] R. Zuccherato and M. Nystrom, "ISO/IEC 9798-3 Authentication
94 SASL Mechanism", RFC XXXX, Month 2001.
95
96
97
98 People
99 ------
100
101 [Gayman] Mark G. Gayman, <mgayman@novell.com>, September 2000.
102
103 [Leach] Paul Leach, <paulle@microsoft.com>, December 1998, June 2000.
104
105 []
106
107
108
109
110
111
112
113
114