RE: dissemination of public encryption certificates

"Hallam-Baker, Phillip" <pbaker@verisign.com> Tue, 12 August 2003 00:24 UTC

Received: from above.proper.com (above.proper.com [208.184.76.39]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id UAA11667 for <smime-archive@lists.ietf.org>; Mon, 11 Aug 2003 20:24:47 -0400 (EDT)
Received: from above.proper.com (localhost [127.0.0.1]) by above.proper.com (8.12.9/8.12.8) with ESMTP id h7BNtuqt087687 for <ietf-smime-bks@above.proper.com>; Mon, 11 Aug 2003 16:55:56 -0700 (PDT) (envelope-from owner-ietf-smime@mail.imc.org)
Received: (from majordom@localhost) by above.proper.com (8.12.9/8.12.9/Submit) id h7BNtuSu087685 for ietf-smime-bks; Mon, 11 Aug 2003 16:55:56 -0700 (PDT)
X-Authentication-Warning: above.proper.com: majordom set sender to owner-ietf-smime@mail.imc.org using -f
Received: from peacock.verisign.com (peacock.verisign.com [65.205.251.73]) by above.proper.com (8.12.9/8.12.8) with ESMTP id h7BNttqt087678 for <ietf-smime@imc.org>; Mon, 11 Aug 2003 16:55:55 -0700 (PDT) (envelope-from pbaker@verisign.com)
Received: from mou1wnexc02.verisign.com (verisign.com [65.205.251.54]) by peacock.verisign.com (8.12.9/) with ESMTP id h7BNtvil028240; Mon, 11 Aug 2003 16:55:57 -0700 (PDT)
Received: by mou1wnexc02.verisign.com with Internet Mail Service (5.5.2653.19) id <QQ0HVK07>; Mon, 11 Aug 2003 16:55:57 -0700
Message-ID: <2A1D4C86842EE14CA9BC80474919782E01112FFC@mou1wnexm02.verisign.com>
From: "Hallam-Baker, Phillip" <pbaker@verisign.com>
To: "'jpierre@netscape.com'" <jpierre@netscape.com>, ietf-smime@imc.org
Subject: RE: dissemination of public encryption certificates
Date: Mon, 11 Aug 2003 16:55:50 -0700
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
MIME-Version: 1.0
Content-Type: multipart/signed; micalg="SHA1"; boundary="----=_NextPart_000_0034_01C36042.904784A0"; protocol="application/x-pkcs7-signature"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Sender: owner-ietf-smime@mail.imc.org
Precedence: bulk
List-Archive: <http://www.imc.org/ietf-smime/mail-archive/>
List-ID: <ietf-smime.imc.org>
List-Unsubscribe: <mailto:ietf-smime-request@imc.org?body=unsubscribe>

Hi,

	This issue is one of the main use cases for XKMS. This has
considerable support within the PKI community, VeriSign, Microsoft, RSA,
Entrust and Baltimore have been involved in writing the specification
which is in the final post last call stage in W3C.

	The (almost) final spec is to be found at 
	http://www.w3.org/2001/XKMS/Drafts/XKMS20030804/xkms-part-1.html
	http://www.w3.org/2001/XKMS/Drafts/XKMS20030804/xkms-part-2.html

	There will be two further changes to the spec, one to make a
minor tweak to the schema sometime this week, the second to change the
examples to use exclusive C18N.

	An XKMS locate service may be advertised in the DNS using the
SRV record. So to send mail to alice@example.com you do an XKMS locate
to _xkms_http._tcp.example.com.
That gives you the XKMS service.

	You then do a locate for a certificate to be used with S/MIME.

		Phill


> -----Original Message-----
> From: jpierre@netscape.com [mailto:jpierre@netscape.com]
> Sent: Friday, August 08, 2003 10:07 PM
> To: ietf-smime@imc.org
> Subject: dissemination of public encryption certificates
> 
> 
> Hi,
> 
> Since this is my first posting to this mailing list, let me introduce 
> myself :
> 
> I'm a software engineer in AOL / Netscape and one of my 
> responsibilities 
> for several years has been to maintain the open source 
> Netscape Security 
> Services (NSS) library, which is used in the Mozilla browsers, many 
> Netscape and Sun servers, and other internal products. The 
> NSS library 
> contains an implementation of S/MIME v3.
> 
> I was wondering what thoughts you may have on the following problem :
> 
> If I have a keypair and e-mail certificate, and I want to 
> send encrypted 
> e-mail to somebody knowing his e-mail address, what's a 
> systematic way 
> to obtain the recipient's encryption certificate ?
> 
> Traditionally today, signed e-mail messages typically contain the 
> signer's public encryption certificate. However that means one party 
> needs to first send a signed unencrypted, e-mail message to 
> transmit the 
> public encryption certificate before both parties can 
> exchange encrypted 
> messages.
> 
> There are also ways to find recipient certificates today 
> using corporate 
> directory servers, but users must know about them and 
> manually configure 
> them in their applications, and they are typically not widely 
> available 
> on the Internet.
> 
> I'm envisioning some standardized scheme where, by starting with the 
> recipient's email address, it would be possible to locate a public 
> directory server, then find the recipient's certificate by 
> looking it up 
> in that directory server.
> 
> My main question is : has any similar scheme been proposed ? I would 
> rather work with something that exists, but if there is nothing that 
> fits, I'm open to writing an RFC.
> 
> Also, what are the other ways that people locate recipient 
> S/MIME e-mail 
> encryption certificates ?
> 
> Thanks.
> 
> 
>