Skip to main content

Identity-Based Encryption Architecture and Supporting Data Structures
draft-ietf-smime-ibearch-09

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>, 
    smime mailing list <ietf-smime@imc.org>, 
    smime chair <smime-chairs@tools.ietf.org>
Subject: Document Action: 'Identity-based Encryption 
         Architecture and Supporting Data Structures' to Informational 
         RFC 

The IESG has approved the following document:

- 'Identity-based Encryption Architecture and Supporting Data Structures '
   <draft-ietf-smime-ibearch-10.txt> as an Informational RFC

This document is the product of the S/MIME Mail Security 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-smime-ibearch-10.txt

Ballot Text

Technical Summary
 
This document describes the security architecture required to implement
identity-based encryption, a public-key encryption technology that uses a
user's identity to generate their public key.
 
Working Group Summary
 
This document is a product of the S/MIME Working Group. There
was very little public discussion about this draft. During WG last call
comments were raised and addressed, and after last call some nits
were addressed.
 
Protocol Quality
 
Tim Polk reviewed this document for the IESG.  At least one implementation
exists; no additional vendors have announced implementation plans.

Note to RFC Editor

 
(1) Please note that Intended Status should be Informational, not
Standards Track.  (The document header asserted Standards track.)

(2) Please make the following substitution in section 8.2

OLD
        BEGIN
        <ibe:request xmlns:ibe="urn:ietf:params:xml:ns:ibe">
           <ibe:header>
              <ibe:client version="clientID"/>
           </ibe:header>
           <ibe:body>
           <ibe:keyRequest>
              <ibe:algorithm>
                 algorithmOID
              </ibe:algorithm>
              <ibe:id>
                 ibeIdentityInfo
              </ibe:id>
           </ibe:keyRequest>
           <ibe:authData>
              ibeAuthData
           </ibe:authData>
           </ibe:body>
        </ibe:request>

        <ibe:response xmlns:ibe="urn:ietf:params:xml:ns:ibe">
           <ibe:responseType value="responseCode"/>
           <ibe:body>
              bodyTags
           </ibe:body>
        </ibe:response>
        END

NEW

   <?xml version="1.0"?>
   <!DOCTYPE html PUBLIC "-//W3C/DTD XHTML Basic 1.0//EN"
             "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
   <html xmlns="http://www.w3.org/1999/xhtml">
     <head>
       <meta http-equiv="content-type"
             content="text/html;charset=iso-8859-1"/>
       <title>Identity-based Encryption</title>
     </head>
     <body>
       <h1>Namespace for Identity-based Encryption</h1>
       <h2>urn:ietf:params:xml:ns:ibe</h2>
       <p>
   <a href="http://www.rfc-editor.org/rfc/rfcXXXX.txt">RFCXXXX</a>.
       </p>
     </body>
   </html>

RFC Editor Note