TOC |
|
By submitting this Internet-Draft, each author represents that any applicable patent or other IPR claims of which he or she is aware have been or will be disclosed, and any of which he or she becomes aware will be disclosed, in accordance with Section 6 of BCP 79.
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet-Drafts.
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work in progress.”
The list of current Internet-Drafts can be accessed at http://www.ietf.org/ietf/1id-abstracts.txt.
The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html.
This Internet-Draft will expire on March 27, 2009.
This document clarifies and generalizes the Generic Security Services Application Programming Interface (GSS-API) "channel bindings" facility, and imposes requirements on future GSS-API mechanisms and programming language bindings of the GSS-API.
1.
Conventions used in this document
2.
Introduction
3.
New Requirements for GSS-API Mechanisms
4.
Generic Structure for GSS-API Channel Bindings
5.
IANA Considerations
6.
Security Considerations
7.
Normative References
§
Author's Address
§
Intellectual Property and Copyright Statements
TOC |
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119] (Bradner, S., “Key words for use in RFCs to Indicate Requirement Levels,” March 1997.).
TOC |
The base GSS-API v2, update 1 specification [RFC2743] (Linn, J., “Generic Security Service Application Program Interface Version 2, Update 1,” January 2000.) provides a facility for channel binding (see also [RFC5056] (Williams, N., “On the Use of Channel Bindings to Secure Channels,” November 2007.)), but its treatment was incomplete. The C-bindings of the GSS-API [RFC2744] (Wray, J., “Generic Security Service API Version 2 : C-bindings,” January 2000.) expanded a little on this facility in what should have been a generic way, but was a C-specific way, and still, the treatment of this facility was incomplete.
This document clarifies the GSS-API's channel binding facility and generalizes the parts of it that are specified in the C-bindings document but which should have been generic from the first.
TOC |
Given the publication of RFC5056 we now assert that all new GSS-API mechanisms that support channel binding MUST conform to [RFC5056] (Williams, N., “On the Use of Channel Bindings to Secure Channels,” November 2007.).
TOC |
The base GSS-API v2, update 1 specification [RFC2743] (Linn, J., “Generic Security Service Application Program Interface Version 2, Update 1,” January 2000.) provides a facility for channel binding. It models channel bindings as an OCTET STRING and leaves it to the GSS-API v2, update 1 C-Bindings specification to specify the structure of the contents of the channel bindings OCTET STRINGs. The C-Bindings specification [RFC2744] (Wray, J., “Generic Security Service API Version 2 : C-bindings,” January 2000.) then defines, in terms of C, what should have been a generic structure for channel bindings. The Kerberos V GSS mechanism [RFC4121] (Zhu, L., Jaganathan, K., and S. Hartman, “The Kerberos Version 5 Generic Security Service Application Program Interface (GSS-API) Mechanism: Version 2,” July 2005.) also defines a method for encoding GSS channel bindings in a way that is independent of the C-Bindings -- otherwise the mechanism's channel binding facility would not be useable with other language bindings.
In other words, the structure of GSS channel bindings given in [RFC2744] (Wray, J., “Generic Security Service API Version 2 : C-bindings,” January 2000.) is actually generic, rather than specific to the C programming language.
Here, then, is a generic re-statement of this structure, in pseudo-ASN.1:
GSS-CHANNEL-BINDINGS ::= SEQUENCE { initiator-address-type INTEGER, -- See RFC2744 initiator-address OCTET STRING, -- See RFC2744 acceptor-address-type INTEGER, -- See RFC2744 acceptor-address OCTET STRING, -- See RFC2744 application-data OCTET STRING, -- See RFC5056 }
The values for the address fields are described in [RFC2744] (Wray, J., “Generic Security Service API Version 2 : C-bindings,” January 2000.).
New language-specific bindings of the GSS-API SHOULD specify a language-specific formulation of this structure.
Where a language binding of the GSS-API models channel bindings as OCTET STRINGs (or the language's equivalent), then the implementation MUST assume that the given bindings correspond only to the application-data field of GSS-CHANNEL-BINDINGS as shown above, rather than some encoding of GSS-CHANNEL-BINDINGS.
As mentioned above, [RFC4121] (Zhu, L., Jaganathan, K., and S. Hartman, “The Kerberos Version 5 Generic Security Service Application Program Interface (GSS-API) Mechanism: Version 2,” July 2005.) describes an encoding of the above GSS-CHANNEL-BINDINGS structure, and then hashes that encoding. Other GSS-API mechanisms are free to use that encoding.
TOC |
There are no IANA considerations in this document.
TOC |
For general security considerations relating to channel bindings see [RFC5056] (Williams, N., “On the Use of Channel Bindings to Secure Channels,” November 2007.).
Language bindings that use OCTET STRING (or equivalent) for channel bindings will not support the use of network addresses as channel bindings. This should not cause any security problems, as the use of network addresses as channel bindings is not generally secure. However, it is important that "end-point channel bindings" not be modelled as network addresses, otherwise such channel bindings may not be useable with all language bindings of the GSS-API.
TOC |
[RFC2119] | Bradner, S., “Key words for use in RFCs to Indicate Requirement Levels,” BCP 14, RFC 2119, March 1997 (TXT, HTML, XML). |
[RFC2743] | Linn, J., “Generic Security Service Application Program Interface Version 2, Update 1,” RFC 2743, January 2000 (TXT). |
[RFC2744] | Wray, J., “Generic Security Service API Version 2 : C-bindings,” RFC 2744, January 2000 (TXT). |
[RFC4121] | Zhu, L., Jaganathan, K., and S. Hartman, “The Kerberos Version 5 Generic Security Service Application Program Interface (GSS-API) Mechanism: Version 2,” RFC 4121, July 2005 (TXT). |
[RFC5056] | Williams, N., “On the Use of Channel Bindings to Secure Channels,” RFC 5056, November 2007 (TXT). |
TOC |
Nicolas Williams | |
Sun Microsystems | |
5300 Riata Trace Ct | |
Austin, TX 78727 | |
US | |
Email: | Nicolas.Williams@sun.com |
TOC |
Copyright © The IETF Trust (2008).
This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the authors retain all their rights.
This document and the information contained herein are provided on an “AS IS” basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; nor does it represent that it has made any independent effort to identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and BCP 79.
Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users of this specification can be obtained from the IETF on-line IPR repository at http://www.ietf.org/ipr.
The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights that may cover technology that may be required to implement this standard. Please address the information to the IETF at ietf-ipr@ietf.org.