Skip to main content

Extended Generic Security Service Mechanism Inquiry APIs
draft-ietf-kitten-extended-mech-inquiry-06

Approval announcement
Draft of message to be sent after approval:

Announcement

From: The IESG <iesg-secretary@ietf.org>
To: IETF-Announce <ietf-announce@ietf.org>
Cc: Internet Architecture Board <iab@iab.org>,
    RFC Editor <rfc-editor@rfc-editor.org>, 
    kitten mailing list <kitten@ietf.org>, 
    kitten chair <kitten-chairs@tools.ietf.org>
Subject: Protocol Action: 'Extended Generic Security Service 
         Mechanism Inquiry APIs' to Proposed Standard 

The IESG has approved the following document:

- 'Extended Generic Security Service Mechanism Inquiry APIs '
   <draft-ietf-kitten-extended-mech-inquiry-06.txt> as a Proposed Standard

This document is the product of the Kitten (GSS-API Next Generation) 
Working Group. 

The IESG contact persons are Tim Polk and Pasi Eronen.

A URL of this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-kitten-extended-mech-inquiry-06.txt

Ballot Text

Technical Summary

This document introduces new application programming interfaces
(APIs) to the Generic Security Services API (GSS-API) for extended
mechanism attribute inquiry.

This document provides new functionality to obtain specific GSS-API
mechanism attributes. It defines new GSS-API functions that allow
retrieval and display of said attributes. These interfaces are primarily
intended to reduce instances of hardcoding of mechanism identifiers
in GSS applications.

Working Group Summary

The WG process was not controversial.

Document Quality

There are no implementors of these interfaces that we know of. However,
there should be significant demand once these interfaces become
standard, as a number of applications have hard-coded around limitations
of the current GSS-API. Enabling better programming practices is desired.

Personnel

Shawn M. Emery <Shawn.Emery@Sun.COM> is the document shepherd for this
document. Tim Polk is the responsible AD.

RFC Editor Note

Please make the following six changes:

(1) Section 3.4.2, title:

s/3.4.2.  GSS_Indicate_mechs_by_attr()/3.4.2. 
GSS_Indicate_mechs_by_attrs()/

(2) Section 3.4.3, last sentence:

s/GSS_Inquire_mech_attrs_for_mech()/GSS_Inquire_attrs_for_mech()

(3) Section 3.4.6, third sentence:

s/typdefs/typedefs/

(4) Section 3.4.6, Figure 2

OLD:
      OM_uint32 gss_inquire_mechs_for_attrs(
         OM_uint32         *minor_status,
         gss_const_OID_set  desired_mech_attrs,
         gss_const_OID_set  except_mech_attrs,
         gss_const_OID_set  critical_mech_attrs,
         gss_OID_set       *mechs);
NEW:
      OM_uint32 gss_indicate_mechs_by_attrs(
         OM_uint32         *minor_status,
         gss_const_OID_set  desired_mech_attrs,
         gss_const_OID_set  except_mech_attrs,
         gss_const_OID_set  critical_mech_attrs,
         gss_OID_set       *mechs);

(5) Section 5, first sentence:

s/namsepace/namespace/

(6) Section 5, first sentence:

s/IESG Protocol Action/IETF Consensus/

RFC Editor Note