Re: Working Group Last Call: "An update to the Java GSS-API specification"

Jeffrey Altman <jaltman@secure-endpoints.com> Fri, 03 November 2006 07:01 UTC

Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1Gft33-0002Aq-NJ; Fri, 03 Nov 2006 02:01:05 -0500
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1Gft33-0002Af-0F for kitten@ietf.org; Fri, 03 Nov 2006 02:01:05 -0500
Received: from ms-smtp-03.rdc-nyc.rr.com ([24.29.109.7]) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1Gft31-0006cy-MP for kitten@ietf.org; Fri, 03 Nov 2006 02:01:04 -0500
Received: from www.secure-endpoints.com (cpe-68-175-91-105.nyc.res.rr.com [68.175.91.105]) by ms-smtp-03.rdc-nyc.rr.com (8.13.6/8.13.6) with ESMTP id kA3712nc004512 for <kitten@ietf.org>; Fri, 3 Nov 2006 02:01:03 -0500 (EST)
Received: from [192.168.1.13] by secure-endpoints.com (Cipher TLSv1:RC4-MD5:128) (MDaemon PRO v9.0.8) with ESMTP id md50000033812.msg for <kitten@ietf.org>; Fri, 03 Nov 2006 02:04:32 -0500
Message-ID: <454AE9FC.4090104@secure-endpoints.com>
Date: Fri, 03 Nov 2006 02:04:28 -0500
From: Jeffrey Altman <jaltman@secure-endpoints.com>
Organization: Secure Endpoints Inc.
User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
MIME-Version: 1.0
To: kitten@ietf.org
References: <45355F63.9050804@Sun.COM> <45367919.4050207@secure-endpoints.com>
In-Reply-To: <45367919.4050207@secure-endpoints.com>
X-Enigmail-Version: 0.94.0.0
X-Authenticated-Sender: jaltman@secure-endpoints.com
X-Spam-Processed: www.secure-endpoints.com, Fri, 03 Nov 2006 02:04:32 -0500 (not processed: message from valid local sender)
X-Return-Path: jaltman@secure-endpoints.com
X-Envelope-From: jaltman@secure-endpoints.com
X-MDaemon-Deliver-To: kitten@ietf.org
X-Virus-Scanned: Symantec AntiVirus Scan Engine
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 0770535483960d190d4a0d020e7060bd
Cc:
Subject: Re: Working Group Last Call: "An update to the Java GSS-API specification"
X-BeenThere: kitten@lists.ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: jaltman@secure-endpoints.com
List-Id: Common Authentication Technologies - Next Generation <kitten.lists.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/kitten>, <mailto:kitten-request@lists.ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/kitten>
List-Post: <mailto:kitten@lists.ietf.org>
List-Help: <mailto:kitten-request@lists.ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/kitten>, <mailto:kitten-request@lists.ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0600763698=="
Errors-To: kitten-bounces@lists.ietf.org

The Working Group Last Call period is scheduled to expire today.
If you have reviewed this document, please send an e-mail indicating
that you have done so.  A consensus of "silence" cannot be used to
forward a document to the IESG.

Thank you.

Jeffrey Altman

Jeffrey Altman wrote:
> The Kitten Chair has received a request to submit "An Update to the Java
> GSS-API Specification"
> <http://www.ietf.org/internet-drafts/draft-ietf-kitten-rfc2853bis-02.txt>
> to the IESG for publication as a Proposed Standard.
> 
> Abstract
> 
>    The Generic Security Services Application Program Interface (GSS-API)
>    offers application programmers uniform access to security services
>    atop a variety of underlying cryptographic mechanisms.  This document
>    updates the Java bindings for the GSS-API that are specified in
>    "Generic Security Service API version 2 : Java Bindings" (RFC2853).
>    This document obsoletes RFC2853 by making specific and incremental
>    clarifications and corrections to it in response to identification of
>    transcription errors and implementation experience.  The note-worthy
>    changes are in sections 4.12.1, 6.2.2, 6.3.2, and 6.8.1 of RFC2853,
>    which are replaced by the sections 5.12.1, 7.2.2, 7.3.2, and 7.8.1 of
>    this document, where numerical constants were either added or
>    modified.
> 
>    The GSS-API is described at a language independent conceptual level
>    in "Generic Security Service Application Program Interface Version 2,
>    Update 1" (RFC2743).  The GSS-API allows a caller application to
>    authenticate a principal identity, to delegate rights to a peer, and
>    to apply security services such as confidentiality and integrity on a
>    per-message basis.  Examples of security mechanisms defined for GSS-
>    API are "The Simple Public-Key GSS-API Mechanism" (RFC2025) and "The
>    Kerberos Version 5 GSS-API Mechanism (RFC4121).
> 
> A two week Working Group Last Call is being initiated to determine if
> this document is ready for publication.   Positive acknowledgment of
> document review and feedback is requested.
> 
> The working group last call will terminate at 00:00 EST 2 November 2006.
> 
> Jeffrey Altman
> Kitten Chair
> 
> Seema Malkani wrote:
>> An update to the Java GSS-API specification has been submitted in
>> draft-ietf-kitten-rfc2853bis-02.txt
>> http://www.ietf.org/internet-drafts/draft-ietf-kitten-rfc2853bis-02.txt
>>
>> This document updates the Java bindings for the GSS-API that are
>> specified in "Generic Security Service API version 2 : Java Bindings"
>> (RFC2853), by making specific and incremental clarifications and
>> corrections to it in response to identification of transcription errors
>> and implementation experience. The note-worthy changes are in the
>> sections stated in the draft, where numerical constants were either
>> added or modified.
>>
>> Please begin WGLC at your earliest convenience.
>>
>> Thanks,
>> Seema
>>
>>
>>
>> _______________________________________________
>> Kitten mailing list
>> Kitten@lists.ietf.org
>> https://www1.ietf.org/mailman/listinfo/kitten
> 
> 
> _______________________________________________
> Kitten mailing list
> Kitten@lists.ietf.org
> https://www1.ietf.org/mailman/listinfo/kitten
_______________________________________________
Kitten mailing list
Kitten@lists.ietf.org
https://www1.ietf.org/mailman/listinfo/kitten