view Side-By-Side changes
KITTEN WORKING GROUP N. Williams Internet-Draft Sun Intended status: Standards Track L. Johansson Expires:September 9, 2009 Stockholm university March 8,January 31, 2010 SUNET July 30, 2009 GSS-API Naming Extensionsdraft-ietf-kitten-gssapi-naming-exts-04.txtdraft-ietf-kitten-gssapi-naming-exts-05.txt Status of this Memo This Internet-Draft is submitted to IETF in full conformance with the provisions of BCP 78 and 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 onSeptember 9, 2009.January 31, 2010. Copyright Notice Copyright (c) 2009 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents in effect on the date of publication of this document (http://trustee.ietf.org/license-info). Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Abstract The Generic Security Services API (GSS-API) provides a simple naming architecture that supports name-based authorization. This document Williams & Johansson ExpiresSeptember 9, 2009January 31, 2010 [Page 1] Internet-Draft GSS-API Naming ExtensionsMarchJuly 2009 introduces new APIs that extend the GSS-API naming model to support name attribute transfer between GSS-API peers. Table of Contents 1. Conventions used in this document . . . . . . . . . . . . 3 2. Introduction . . . . . . . . . . . . . . . . . . . . . . . 3 3. Name AttributeSources and CriticalityAuthenticity . . . . . . . . . . . . . . . 3 4. Name Attributes/Values as ACL Subjects . . . . . . . . . . 4 5. Attribute Name Syntax . . . . . . . . . . . . . . . . . . 4 6. Mapping Mechanism Facilities to Name Attributes . . . . .4 5.1.5 6.1. Kerberos V and SPKM Authorization-Data . . . . . . . . . . 55.2.6.2. PKIXCertificate Extensions .. . . . . . . . . . . . . .5 5.2.1. PKIX EKUs. . . . . . . . . . . . . 5 6.2.1. Standard PKIX Certificate Extensions . . . . . . . . . . .6 5.2.2.5 6.2.2. Other PKIX CertificateAlternative NamesExtensions and Attributes . . . . . 6 6.3. SAML attribute assertions . . . . . . . . . . .6 5.2.3. Other PKIX Certificate Extensions and Attributes. . . . . 65.2.4. SAML attribute assertions7. API . . . . . . . . . . . . . . . . . . . . . . . . . . . 66.7.1. GSS_Display_name_ext() . . . . . . . . . . . . . . . . . . 66.1.7.1.1. C-Bindings . . . . . . . . . . . . . . . . . . . . . . . . 77.7.2. GSS_Inquire_name() . . . . . . . . . . . . . . . . . . . . 77.1.7.2.1. C-Bindings . . . . . . . . . . . . . . . . . . . . . . . . 88.7.3. GSS_Get_name_attribute() . . . . . . . . . . . . . . . . . 88.1.7.3.1. C-Bindings . . . . . . . . . . . . . . . . . . . . . . . . 99.7.4. GSS_Set_name_attribute() . . . . . . . . . . . . . . . . . 109.1.7.4.1. C-Bindings . . . . . . . . . . . . . . . . . . . . . . . . 1110.7.5. GSS_Delete_name_attribute() . . . . . . . . . . . . . . . 1110.1.7.5.1. C-Bindings . . . . . . . . . . . . . . . . . . . . . . . .12 11.11 7.6. GSS_Export_name_composite() . . . . . . . . . . . . . . . 1211.1.7.6.1. C-Bindings . . . . . . . . . . . . . . . . . . . . . . . .13 12.12 7.7. GSS_Map_name_to_any() . . . . . . . . . . . . . . . . . .13 12.1.12 7.7.1. C-Bindings . . . . . . . . . . . . . . . . . . . . . . . . 1313.7.8. GSS_Release_any_name_mapping() . . . . . . . . . . . . . .14 13.1.13 7.8.1. C-Bindings . . . . . . . . . . . . . . . . . . . . . . . .15 14.14 8. IANA Considerations . . . . . . . . . . . . . . . . . . .15 15.14 9. Security Considerations . . . . . . . . . . . . . . . . . 1516.10. Normative References . . . . . . . . . . . . . . . . . . .1615 Authors' Addresses . . . . . . . . . . . . . . . . . . . .1716 Williams & Johansson ExpiresSeptember 9, 2009January 31, 2010 [Page 2] Internet-Draft GSS-API Naming ExtensionsMarchJuly 2009 1. Conventions used in this document 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].[RFC2119] . 2. Introduction As described in [I-D.GSS-NAMING] the GSS-API's naming architecture suffers from certain limitations. This document proposes concrete GSS-API extensions as outlined in [I-D.GSS-NAMING]. A number of extensions to the GSS-API [RFC2743] and its C Bindings [RFC2744] are describedherein with theherein. The goalof making authorization information, and otheris to make informationthat can bemodeled as "name attributes" availableas suchto applications. Such information MAY for instance be used by applications to make authorization-decisions. For example, Kerberos V authorization data elements, both, in their raw forms as well as mapped to more useful value types, can be made available to GSS-API applications through these interfaces. The model is that GSS names have attributes. The attributes of a name may be authenticatedby the credential whence the name comes,(eg an X509 attribute certificate or signed SAML attribute assertion), or may have been setlocallyon a GSS name for the purpose of locally "asserting" the attribute during credential acquisition or security context exchange. Name attributes' values are network representations thereof (e.g., the actual value octets of the contents of an X.509 certificate extension, for example) and are intended to be useful for constructing portable access control facilities. Applications may often require language- or platform- specific data types, rather than network representations of name attributes, so a function is provided to obtain objects of such types associated with names and name attributes. 3. Name AttributeSources and Criticality A given GSS name object's name attributes may be authenticated, mapped and/or critical. These flags are explained below.Authenticity An attribute is 'authenticated' iff there is a secure association between the attribute (and its values) and the trusted source of the peer credential. Examples of authenticated attributes are (any part of) the signed portion of an X.509 certificate or AD-KDCIssued authorization-data elements in Kerberos VTickets.Tickets provided of course that the authenticity of the respective security associations (eg signatures) have been verified. Note that the fact that an attribute is authenticated does not imply anything about the semantics of the attribute nor that the trustedcredential source authorized any one semantic of the attribute. Such interpretationsWilliams & Johansson ExpiresSeptember 9, 2009January 31, 2010 [Page 3] Internet-Draft GSS-API Naming ExtensionsMarchJuly 2009 credential source authorized any one semantic of the attribute. Such interpretations MAY be the result of applying local policy to the attribute.That a given name's givenAn un-authentciated attribute is'mapped' means that it was obtained through some mapping mechanism appliedcalled _asserted_ in what follows.This is not toanother attribute of the name that was not, itself, mapped. For example, such attributes as platform-specific internal identifiers may sometimesbemapped fromconfused with othername attributes. Nameuses of the word asserted or assertion eg "SAML attribute assertion", the attributes of which may be"critical," meaning that applications that do not understand them MUST reject security contexts where the peer has such unknown, critical attributes. [NOTE(leifj): The criticality flag seems to have limited applicabilityauthenticated inpractice. As writtenthesecurity context should not be established unless all critically marked naming attributes are supported and understood. But what happenssense of this document if thepeer doesn't understand naming extensions at all. It seems more reasonable to state that nameSAML attributeextensions MUST only be used to asassertion was signed by abasis for authorization decisions.] [NOTE(leifj): The mapped flag also seems to have limited applicability in practice - interpretation of the attribute will be entierly up to the peer anyway which will need to know much more about the attribute thankey trusted by thefact than its value is derived.]peer. 4. Name Attributes/Values as ACL Subjects Some name attributes (e.g., numeric user or group identifiers) may be useful as subjects of access control list (ACL) entries, some may not (e.g., time of day login restrictions). The GSS_Inquire_name_attribute() function indicates this. To facilitate the development of portable applications that make use of name attributes to construct and evaluate portable ACLs the GSS- API makes name attribute values available in canonical network encodings thereof. To facilitate the development of platform- or language-specific applications that need access to native types of representations of name attributes an optional facility is provided, GSS_Map_name_to_any(). 5.Mapping Mechanism Facilities toAttribute NameAttributes [NOTE: This entire section should probably be split into one or more separate Internet-Drafts. It is hereSyntax Attribute names are represented as opaque STRING elements in the-00API described below. These attribute names have syntax and semantics that are understood by the application and by the lower-layer implementations (some ofthis I-Dwhich are described below). In order to present a consistent namespace to the application and at the same time impose as few transformation requirements as possible tohelplower- layer implementations attribute names SHOULD be URIs. Technologies used in lower-layer protocols may of course use attribute naming that are not based on URIs. Notably X.509 certificates will use OIDs for most naming purposes. In this case OIDs MUST be mapped into URIs. When mapping entities named by OIDs into this API [RFC3001] MUST be used. For example if the OID 1.2.3 denotes an Extended Key Usage, the corresponding GSS-API attribute MUST be represented as urn:oid:1.2.3. Williams & Johansson ExpiresSeptember 9, 2009January 31, 2010 [Page 4] Internet-Draft GSS-API Naming ExtensionsMarchJuly 2009readers understand how6. Mapping Mechanism Facilities tomechanism-specific name attributes would be accessed throughName Attributes In this section we describe two important examples of lower-layer implementations of this API. These examples are not mandatory to implement and are only provided for reference. The use of [RFC2119]- terms in this section is limited to those implementations of the GSS- API naming extensions that choose to implement theseGSS-API extensions.]lower-layer technologies. Kerberos V[I-D.ietf-krb-wg-kerberos-clarifications][RFC4120] and the Simple Public-Key GSS-API Mechanism, SPKM described in [RFC2025], both support the concept and encoding of containers of "authorization-data" as described in[I-D.ietf-krb-wg-kerberos-clarifications].[RFC4120]. PKIX[RFC3280][RFC5280] supports a number ofauthorization-data-likeattribute-like features, like Extended Key Usage values (EKUs) and certificate extensions.The authorization data can be accessed through the GSS-API name attributes facility defined herein. 5.1.6.1. Kerberos V and SPKM Authorization-Data Authorization-data non-container elements asserted in Kerberos V AP- REQ Authenticators MUST be mapped into *asserted* GSS-API nameattributes; if not contained in AD-IF-RELEVANT then they MUST be mapped into *critical* GSS-API nameattributes.AD-AND-OR authorization-data elements MUST be mapped into a single *critical* attribute, (TBD).Authorization-data included in Kerberos V Tickets that is not contained in AD-KDCIssued (with valid signature) MUST be mapped into *asserted* GSS-API name attributes. Conversely, authorization-data elements in Kerberos V Tickets contained by AD-KDCIssued MUST be mapped into *authenticated* GSS-API nameattributes As with authorization-data elements in Authenticators, authorization- data elements in Tickets not contained in AD-IF-RELEVANT are to be mapped to *critical* name attributes, and similarly with AD-AND-OR (see above).attributes. TheOIDsURIs for authorization-data elementsare toMUST be the authorization- dataelement'selements 'ad-type'positive integer ID, relative toprefixed by thebase OID <TBD> Negative values are reserved for local experiments. [NOTE: what about negative ad-type's? OID arcs are positive integers... ad- type is an Int32, so clearly something can be done.] 5.2.IANA-allocated URN prefix (<TBD>) 6.2. PKIX 6.2.1. Standard PKIX Certificate Extensions PKI certificate extensions MAY/SHOULD/MUST (see comment above) be represented as *authenticated* GSS-API name attributeswith the _same_ OIDs, and if they be marked critical innamed using thecertificate then they MUST be mapped as *critical* GSS-API name attributes._same_. SubjectAltNames and EKUs, specifically, MUST be represented as *authenticated* GSS-API name attributes; see below. CertificateWilliams & Johansson Expires September 9, 2009 [Page 5] Internet-Draft GSS-API Naming Extensions March 2009extensions MUST be represented as GSS-API name attributeswhosenamed using the OIDsareused for thesameextensions (represented asthe extensions' 5.2.1. PKIX EKUsURNs) Extended Key Usage extensions, specifically, MUST be mapped as described above, except that GSS-API name attributes for EKUs MUST have NULL values (i.e., zero-length OCTET STRINGs). Williams & Johansson Expires January 31, 2010 [Page 5] Internet-Draft GSS-API Naming Extensions July 2009 PKI certificate key usages (KUs, but not EKUs), MUST NOT be represented as GSS-API name attributes.5.2.2. PKIX Certificate Alternative NamesPKI certificate subjectAltNames MUST be mapped as*authenticated*, *non-critical* GSS-API name attributes. PKI certificate extensions MUST be represented as *authenticated* GSS-API name attributes with the _same_ OIDs, and if they be marked critical in the certificate then they MUST be mapped as *critical* GSS-API name attributes. Extended Key Usage extensions, specifically, MUST be mapped as described above, except that GSS-API name attributes for EKUs MUST have NULL values (i.e., zero-length OCTET STRINGs). 5.2.3.*authenticated*. 6.2.2. Other PKIX Certificate Extensions and Attributes Any X.509 certificate extension not covered above SHOULD be represented as GSS-AOI name attributes with the OID of the X.509 extension and with OCTET STRING values containing the encoded value of the extension.5.2.4.6.3. SAML attribute assertions Attributes contained in SAML attribute assertions are mapped to GSS- API name attributes withOIDs derived fromtheSAML attributes: Ifsame URIs as used in the SAML attributeis an OID the same OID is used. If thenames (subject to representing OIDs to URIs). SAML attributes found in SAML attributeis a URN or a URI then the nameassertions MUST NOT be mappedto a corresponding OIDas authenticated unless the SAML attribute assertion was signed bymeans of an IANA registry. 6. GSS_Display_name_ext() Inputs: Williams & Johansson Expires September 9, 2009 [Page 6] Internet-Draft GSS-API Naming Extensions March 2009a key trusted by the peer or otherwise protected from unauthorized modification. 7. API 7.1. GSS_Display_name_ext() Inputs: o name NAME, o display_as_name_type OBJECT IDENTIFIER Outputs: o major_status INTEGER, o minor_status INTEGER, o display_name STRING Return major_status codes: o GSS_S_COMPLETE indicates no error. Williams & Johansson Expires January 31, 2010 [Page 6] Internet-Draft GSS-API Naming Extensions July 2009 o GSS_S_UNAVAILABLE indicates that the given name could not be displayed using the syntax of the given name type. o GSS_S_FAILURE indicates a general error. This function displays a given name using the given name syntax, if possible. This operation may require mapping MNs to generic name syntaxes or generic name syntaxes to mechanism-specific name syntaxes; such mappings may not always be feasible and MAY be inexact or lossy, therefore this function may fail.6.1.7.1.1. C-Bindings OM_uint32 GSS_Display_name_ext( OM_uint32 *minor_status, gss_name_t name, gss_OID display_as_name_type, gss_buffer_t display_name );7.7.2. GSS_Inquire_name() Inputs: o name NAME Outputs:Williams & Johansson Expires September 9, 2009 [Page 7] Internet-Draft GSS-API Naming Extensions March 2009o major_status INTEGER, o minor_status INTEGER, o name_is_MN BOOLEAN, o mn_mech OBJECT IDENTIFIER, o asserted_attrs SET OFOBJECT IDENTIFIER,STRING, o authenticated_attrs SET OFOBJECT IDENTIFIER, o critical_attrs SET OF OBJECT IDENTIFIER,STRING, o all_attrs SET OFOBJECT IDENTIFIER,STRING, Return major_status codes: o GSS_S_COMPLETE indicates no error. Williams & Johansson Expires January 31, 2010 [Page 7] Internet-Draft GSS-API Naming Extensions July 2009 o GSS_S_FAILURE indicates a general error. This function outputs the sets (represented as a NULL terminated array of gss_buffer_t) of attributes of a name, that areauthenticated, assertedauthenticated orcritical.asserted. It also indicates if a given NAME is an MN or not and, if it is, what mechanism it's an MN of.7.1.7.2.1. C-Bindings OM_uint32 gss_inquire_name( OM_uint32 *minor_status, gss_name_t name, int name_is_MN, gss_OID *MN_mech,gss_OID_setgss_buffer_t *authenticated,gss_OID_setgss_buffer_t *asserted,gss_OID_set *critical, gss_OID_setgss_buffer_t *all_attrs );8.7.3. GSS_Get_name_attribute() Inputs: o name NAME, o attrOBJECT IDENTIFIER Williams & Johansson Expires September 9, 2009 [Page 8] Internet-Draft GSS-API Naming Extensions March 2009STRING Outputs: o major_status INTEGER, o minor_status INTEGER, o authenticated BOOLEAN, -- TRUE iff authenticated by the trusted peer credential source. onegative BOOLEAN, o mapped BOOLEAN, o critical BOOLEAN,complete BOOLEAN -- TRUE iff this represents a complete set of values for the name. o values SET OF OCTET STRING, o display_values SET OF STRING Return major_status codes: o GSS_S_COMPLETE indicates no error. Williams & Johansson Expires January 31, 2010 [Page 8] Internet-Draft GSS-API Naming Extensions July 2009 o GSS_S_UNAVAILABLE indicates that the given attribute OID is not known or set. o GSS_S_FAILURE indicates a general error. This function outputs the value(s) associated with a given GSS name object for a given name attribute. The complete flag denotes that (if TRUE) the set of values represents a complete set of values for this name. The peer being an authoritative source of information for this attribute is a sufficient condition for the complete flag to be set by the peer. In the federated case when several peers may hold some of the attributes about a name this flag may be highly dangerous and SHOULD NOT be used. NOTE: This function relies on the GSS-API notion of "SET OF" allowing for order preservation; this has been discussed on the KITTEN WG mailing list and the consensus seems to be that, indeed, that was always the intention. It should be noted however that the order presented does not always reflect an underlying order of the mechanism specific source of the attribute values.8.1.7.3.1. C-Bindings The C-bindings of GSS_Get_name_attribute() requires one function call per-attribute value, for multi-valued name attributes. This is done by using a single gss_buffer_t for each value and an input/output integer parameter to distinguish initial and subsequent calls and to indicate when all values have been obtained. The 'more' input/output parameter should point to an integer variableWilliams & Johansson Expires September 9, 2009 [Page 9] Internet-Draft GSS-API Naming Extensions March 2009whose value, on first call to gss_name_attribute_get() MUST be -1, and whose value upon function call return will be non-zero to indicate that additional values remain, or zero to indicate that no values remain. The caller should not modify this parameter after the initial call. OM_uint32 gss_get_name_attribute( OM_uint32 *minor_status, gss_name_t name,gss_OIDgss_buffer_t attr, int *authenticated, int*negative, int *mapped, int *critical,*complete, gss_buffer_t value, gss_buffer_t display_value, int *more Williams & Johansson Expires January 31, 2010 [Page 9] Internet-Draft GSS-API Naming Extensions July 2009 );9.7.4. GSS_Set_name_attribute() Inputs: o name NAME, ocritical BOOLEAN, o negativecomplete BOOLEAN, -- TRUE iff this represents a complete set of values for the name. o attrOBJECT IDENTIFIER,STRING, o values SET OF OCTET STRING Outputs: o major_status INTEGER, o minor_status INTEGER Return major_status codes: o GSS_S_COMPLETE indicates no error. o GSS_S_UNAVAILABLE indicates that the given attribute OID is not known or could not be set.Williams & Johansson Expires September 9, 2009 [Page 10] Internet-Draft GSS-API Naming Extensions March 2009o GSS_S_FAILURE indicates ageneral error.general error. The complete flag denotes that (if TRUE) the set of values represents a complete set of values for this name. The peer being an authoritative source of information for this attribute is a sufficient condition for the complete flag to be set by the peer. In the federated case when several peers may hold some of the attributes about a name this flag may be highly dangerous and SHOULD NOT be used. NOTE: This function relies on the GSS-API notion of "SET OF" allowing for order preservation; this has been discussed on the KITTEN WG mailing list and the consensus seems to be that, indeed, that was always the intention. It should be noted that underlying mechanisms may not respect the given order.9.1.7.4.1. C-Bindings Williams & Johansson Expires January 31, 2010 [Page 10] Internet-Draft GSS-API Naming Extensions July 2009 The C-bindings of GSS_Set_name_attribute() requires one function call per-attribute value, for multi-valued name attributes -- each call adds one value. To replace an attribute's every value delete the attribute's values first with GSS_Delete_name_attribute(). OM_uint32 gss_set_name_attribute( OM_uint32 *minor_status, gss_name_t name, intcritical, int negative, gss_OIDcomplete, gss_buffer_t attr, gss_buffer_t value );10.7.5. GSS_Delete_name_attribute() Inputs: o name NAME, o attrOBJECT IDENTIFIER,STRING, Outputs: o major_status INTEGER, o minor_status INTEGER Return major_status codes: o GSS_S_COMPLETE indicates no error. o GSS_S_UNAVAILABLE indicates that the given attribute OID is not known.Williams & Johansson Expires September 9, 2009 [Page 11] Internet-Draft GSS-API Naming Extensions March 2009o GSS_S_UNAUTHORIZED indicates that a forbidden delete operation was attempted eg deleting a negative attribute. o GSS_S_FAILURE indicates a general error. Deletion of negative authenticated attributes from NAME objects MUST NOT be allowed and must result in a GSS_S_UNAUTHORIZED.10.1.7.5.1. C-Bindings OM_uint32 gss_delete_name_attribute( OM_uint32 *minor_status, Williams & Johansson Expires January 31, 2010 [Page 11] Internet-Draft GSS-API Naming Extensions July 2009 gss_name_t name,gss_OIDgss_buffer_t attr );11.7.6. GSS_Export_name_composite() Inputs: o name NAME Outputs: o major_status INTEGER, o minor_status INTEGER, o exp_composite_name OCTET STRING Return major_status codes: o GSS_S_COMPLETE indicates no error. o GSS_S_FAILURE indicates a general error. This function outputs a token which can be imported with GSS_Import_name(), using GSS_C_NT_COMPOSITE_EXPORT as the name type and which preserves any name attribute information associated with the input name (which GSS_Export_name() may well not). The token format is no specified here as this facility is intended for inter- process communication only; however, all such tokens MUST start with a two-octet token ID, hex 04 02, in network byte order. The OID for GSS_C_NT_COMPOSITE_EXPORT is <TBD>.Williams & Johansson Expires September 9, 2009 [Page 12] Internet-Draft GSS-API Naming Extensions March 2009 11.1.7.6.1. C-Bindings OM_uint32 gss_export_name_composite( OM_uint32 *minor_status, gss_name_t name, gss_buffer_t exp_composite_name );12.7.7. GSS_Map_name_to_any() Inputs: Williams & Johansson Expires January 31, 2010 [Page 12] Internet-Draft GSS-API Naming Extensions July 2009 o name NAME, o authenticated BOOLEAN, -- if TRUE only authenticated attributes will be included o type_idOBJECT IDENTIFIERSTRING Outputs: o major_status INTEGER, o minor_status INTEGER, o output ANY DEFINED BY type_id Return major_status codes: o GSS_S_COMPLETE indicates no error. o GSS_S_UNAVAILABLE indicates that the mapping or conversion could not be done. The minor status code may provide additional information. o GSS_S_FAILURE indicates a general error. The minor status code may provide additional information. Whereas name attribute's values are encoded in some network representation applications often require native, language- and/or platform-specific data types. This function provides access to such types.12.1.7.7.1. C-BindingsWilliams & Johansson Expires September 9, 2009 [Page 13] Internet-Draft GSS-API Naming Extensions March 2009typedef struct gss_any *gss_any_t; OM_uint32 gss_map_name_to_any( OM_uint32 *minor_status, gss_name_t name, int authenticated,gss_OIDgss_buffer_t type_id, // why isn't this 'name'? gss_any_t output ); Note the new C bindings type, gss_any_t. We define it as a pointer to an incompletely declared struct.13.7.8. GSS_Release_any_name_mapping() Williams & Johansson Expires January 31, 2010 [Page 13] Internet-Draft GSS-API Naming Extensions July 2009 Inputs: o name NAME, o type_idOBJECT IDENTIFIER,STRING, o input ANY DEFINED BY type_id Outputs: o major_status INTEGER, o minor_status INTEGER, Return major_status codes: o GSS_S_COMPLETE indicates no error. o GSS_S_UNAVAILABLE indicates that the mapping or conversion could not be done. The minor status code may provide additional information. o GSS_S_FAILURE indicates a general error. The minor status code may provide additional information. This function releases, if possible, the objects of language- and/or platform-specific types output by GSS_Map_name_to_any(). If such types have native release functions applications MAY useeither those or this function to release the given object. 13.1. C-Bindings Williams & Johansson Expires September 9, 2009 [Page 14] Internet-Draft GSS-API Naming Extensions March 2009 typedef struct gss_any *gss_any_t; OM_uint32 gss_release_any_name_mapping( OM_uint32 *minor_status, gss_name_t name, gss_OID type_id, gss_any_t *input ); 14. IANA Considerations This document creates a namespace of GSS-API name attributes. Attributes are named by OID, so no single authority might be needed for allocation, however, in the interest of providing the community with an authority for name attribute OID allocation and a way to find the existing set of name attributes, the IANA should establish both, a single OID off of which name attributes could be allocated, and a registry of known GSS name attributes. GSS-API name attribute registry entries should contain all the information that GSS_Inquire_name_attribute() may return abouteither those or this function to release the givenname attributes and their OIDs: o a name attribute OID (this is a unique key) o a name attribute symbolicobject. 7.8.1. C-Bindings typedef struct gss_any *gss_any_t; OM_uint32 gss_release_any_name_mapping( OM_uint32 *minor_status, gss_name_t name,starting with "GSS_C_NA_" (this is a unique key) ogss_buffer_t type_id, gss_any_t *input ); 8. IANA Considerations This document creates abrief description, in English o whether the attribute is useful as the subjectnamespace ofaccess control list entries o whether the attributeGSS-API name attributes. Attributes are named by URIs, so no single authority isuseful as an indicator of trust o an optional normative reference to documentationtechnically needed for allocation. However future deployment experience may Williams & Johansson Expires January 31, 2010 [Page 14] Internet-Draft GSS-API Naming Extensions July 2009 indicate thegiven name attribute The allocation and registration policy should be first come, first served. Registry entries' OIDsneednotfor an IANA registry for URIs used to reference names specified by IETF standards. It is expected that this will bebaseda registry of URNs but this document provides no further guidance onthe base OID given above. 15.this registry. 9. Security Considerations This document extends the GSS-API naming model to include support for name attributes. The intention is that name attributes are to be used as a basis for (among other things) authorization decisions orWilliams & Johansson Expires September 9, 2009 [Page 15] Internet-Draft GSS-API Naming Extensions March 2009application personalization for applications relying on GSS-API security contexts. The security of the application may be critically dependent on the security of the attributes. This document classifies attributes as asserted or authenticated. Only authenticated attributes MUST be used if the attribute has security implications for the application (eg authorization decisions) since asserted attributes may easily be controlled by the peer directly. It is important to understand the meaning of 'authenticated' in this setting. It does not mean that any semantic of the attribute is claimed to be true. The only implication is that a trusted third party has asserted the attribute as opposed to the attribute being asserte by the peer itself. Any additional semantics is always the result of applying policy. For instance in a given deployment the mail attribute of the subject may be authenticated and sourced from an email system where 'correct' values are kept. In another setting users may be allowed to modify their mail addresses freely. In both cases the 'mail' attribute may be authenticated by virtue of being included in signed SAML attribute assertions lor by other means authenticated by the underlying mechanism. When the underlying security mechanism does not provide a permanent unique identity (eg anonymous kerberos) the GSS-API naming extensions may be used to provide a replacement permanent unique identity attribute which in this case may be unique for each relying party. This is analogous to the Liberty Alliance targetedID attribute and has similar security implications.16.10. Normative References [I-D.GSS-NAMING] Hartman, S., "Desired Enhancements to GSSAPI Naming", draft-ietf-kitten-gss-naming-01.txt (work in progress), February 2005.[I-D.ietf-krb-wg-kerberos-clarifications] Neuman, C., "The Kerberos Network Authentication Service (V5)", draft-ietf-krb-wg-kerberos-clarifications-07 (work in progress), September 2004. [RFC0854] Postel, J. and J. Reynolds, "Telnet Protocol Specification", STD 8, RFC 854, May 1983. [RFC1035] Mockapetris, P., "Domain names - implementation and specification", STD 13, RFC 1035, November 1987.Williams & Johansson ExpiresSeptember 9, 2009January 31, 2010 [Page16]15] Internet-Draft GSS-API Naming ExtensionsMarchJuly 2009 [RFC2025] Adams, C., "The Simple Public-Key GSS-API Mechanism (SPKM)", RFC 2025, October 1996. [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997.[RFC2203] Eisler, M., Chiu, A., and L. Ling, "RPCSEC_GSS Protocol Specification", RFC 2203, September 1997. [RFC2478] Baize, E. and D. Pinkas, "The Simple and Protected GSS-API Negotiation Mechanism", RFC 2478, December 1998. [RFC2623] Eisler, M., "NFS Version 2 and Version 3 Security Issues and the NFS Protocol's Use of RPCSEC_GSS and Kerberos V5", RFC 2623, June 1999.[RFC2743] Linn, J., "Generic Security Service Application Program Interface Version 2, Update 1", RFC 2743, January 2000. [RFC2744] Wray, J., "Generic Security Service API Version 2 : C-bindings", RFC 2744, January 2000.[RFC3008] Wellington, B., "Domain Name System Security (DNSSEC) Signing Authority",[RFC3001] Mealling, M., "A URN Namespace of Object Identifiers", RFC3008,3001, November 2000.[RFC3280][RFC4120] Neuman, C., Yu, T., Hartman, S., and K. Raeburn, "The Kerberos Network Authentication Service (V5)", RFC 4120, July 2005. [RFC5280] Cooper, D., Santesson, S., Farrell, S., Boeyen, S., Housley, R.,Polk, W., Ford, W.,andD. Solo,W. Polk, "Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile", RFC3280, April 2002. [RFC3530] Shepler, S., Callaghan, B., Robinson, D., Thurlow, R., Beame, C., Eisler, M., and D. Noveck, "Network File System (NFS) version 4 Protocol", RFC 3530, April 2003.5280, May 2008. Authors' Addresses Nicolas Williams Sun Microsystems 5300 Riata Trace Ct Austin, TX 78727 US Email: Nicolas.Williams@sun.com Leif Johansson Swedish University Network Thulegatan 11 Stockholmuniversity Williams & Johansson Expires September 9, 2009 [Page 17] Internet-Draft GSS-API Naming Extensions March 2009 Avdelningen foer IT och Media Stockholm SE-106 91Sweden Email:leifj@it.su.seleifj@sunet.se URI:http://people.su.se/~leifj/http://www.sunet.se Williams & Johansson ExpiresSeptember 9, 2009January 31, 2010 [Page18]16] ----