CMS RecipientInfo Type

"Housley, Russ" <rhousley@rsasecurity.com> Thu, 31 May 2001 20:16 UTC

Received: from above.proper.com ([208.184.76.39]) by ietf.org (8.9.1a/8.9.1a) with SMTP id QAA07508 for <smime-archive@odin.ietf.org>; Thu, 31 May 2001 16:16:47 -0400 (EDT)
Received: by above.proper.com (8.9.3/8.9.3) id MAA18381 for ietf-smime-bks; Thu, 31 May 2001 12:54:42 -0700 (PDT)
Received: from tholian.securitydynamics.com (mail.rsasecurity.com [204.167.112.129]) by above.proper.com (8.9.3/8.9.3) with SMTP id MAA18372 for <ietf-smime@imc.org>; Thu, 31 May 2001 12:54:36 -0700 (PDT)
Received: from sdtihq24.securid.com by tholian.securitydynamics.com via smtpd (for mail.imc.org [208.184.76.43]) with SMTP; 31 May 2001 19:53:54 UT
Received: from exno01.securitydynamics.com (exno01.securitydynamics.com [10.129.1.41]) by sdtihq24.securid.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id PAA24332 for <ietf-smime@imc.org>; Thu, 31 May 2001 15:54:37 -0400 (EDT)
Received: by exno01.dynas.se with Internet Mail Service (5.5.2653.19) id <LZVJ7MM9>; Thu, 31 May 2001 21:53:51 +0200
Received: from HOUSLEY-LAP.rsasecurity.com (HOUSLEY-LAP [10.3.1.67]) by exna00.securitydynamics.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id LR8TCCWR; Thu, 31 May 2001 15:54:25 -0400
From: "Housley, Russ" <rhousley@rsasecurity.com>
To: ietf-smime@imc.org
Message-Id: <5.0.1.4.2.20010531153725.01ecc4c0@exna07.securitydynamics.com>
X-Sender: rhousley@exna07.securitydynamics.com
X-Mailer: QUALCOMM Windows Eudora Version 5.0.1
Date: Thu, 31 May 2001 15:54:21 -0400
Subject: CMS RecipientInfo Type
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format="flowed"
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>

The draft-ietf-smime-rfc2630bis-00.txt was posted last month, but it has 
not generated much discussion.  I am a bit surprised, as I thought there 
were a few things in it that would cause some discussion.  I even marked 
all of the stuff that is different that RFC 2630 to make review easy.

Well, let me start the debate.

Should we add Peter Gutmann's password-based alternative into this 
document?  If we believe that it will receive wide spread acceptance, then 
adding to the CMS specification is not a bad idea.  If we think that it is 
serving a small niche, then we can simply add the top-level definition to 
the CHOICE to make people aware of it's existence.  At a minimum, this will 
help avoid ASN.1 decode errors.

       RecipientInfo ::= CHOICE {
         ktri KeyTransRecipientInfo,
         kari [1] KeyAgreeRecipientInfo,
         kekri [2] KEKRecipientInfo,
         pwri [3] PasswordRecipientinfo }

Are there other forms of RecipientInfo that need to be supported?  I am 
aware of one activity in ANSI X9F3 that might need one.  Adding new 
elements to this CHOICE will make it difficult for developers. Most ASN.1 
compilers expect to know the whole set of possibilities within the 
CHOICE.  Of course, ticks can be played using ANY, but a more 
straightforward approach that permits one pass decode of the well-known 
alternatives seems like a better solution.

Perhaps adding an "other" entry is the best way to accommodate additions.

       RecipientInfo ::= CHOICE {
         ktri KeyTransRecipientInfo,
         kari [1] KeyAgreeRecipientInfo,
         kekri [2] KEKRecipientInfo,
         pwri [3] PasswordRecipientinfo,
         other [4] OtherRecipientInfo }

       OtherRecipientInfo ::= SEQUENCE {
         oriType OBJECT IDENTIFIER,
         oriValue ANY DEFINED BY oriType }

Thoughts? Comments? Flames?

Russ



Received: by above.proper.com (8.9.3/8.9.3) id MAA18381 for ietf-smime-bks; Thu, 31 May 2001 12:54:42 -0700 (PDT)
Received: from tholian.securitydynamics.com (mail.rsasecurity.com [204.167.112.129]) by above.proper.com (8.9.3/8.9.3) with SMTP id MAA18372 for <ietf-smime@imc.org>; Thu, 31 May 2001 12:54:36 -0700 (PDT)
Received: from sdtihq24.securid.com by tholian.securitydynamics.com via smtpd (for mail.imc.org [208.184.76.43]) with SMTP; 31 May 2001 19:53:54 UT
Received: from exno01.securitydynamics.com (exno01.securitydynamics.com [10.129.1.41]) by sdtihq24.securid.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id PAA24332 for <ietf-smime@imc.org>; Thu, 31 May 2001 15:54:37 -0400 (EDT)
Received: by exno01.dynas.se with Internet Mail Service (5.5.2653.19) id <LZVJ7MM9>; Thu, 31 May 2001 21:53:51 +0200
Received: from HOUSLEY-LAP.rsasecurity.com (HOUSLEY-LAP [10.3.1.67]) by exna00.securitydynamics.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id LR8TCCWR; Thu, 31 May 2001 15:54:25 -0400
From: "Housley, Russ" <rhousley@rsasecurity.com>
To: ietf-smime@imc.org
Message-Id: <5.0.1.4.2.20010531153725.01ecc4c0@exna07.securitydynamics.com>
X-Sender: rhousley@exna07.securitydynamics.com
X-Mailer: QUALCOMM Windows Eudora Version 5.0.1
Date: Thu, 31 May 2001 15:54:21 -0400
Subject: CMS RecipientInfo Type
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
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>

The draft-ietf-smime-rfc2630bis-00.txt was posted last month, but it has 
not generated much discussion.  I am a bit surprised, as I thought there 
were a few things in it that would cause some discussion.  I even marked 
all of the stuff that is different that RFC 2630 to make review easy.

Well, let me start the debate.

Should we add Peter Gutmann's password-based alternative into this 
document?  If we believe that it will receive wide spread acceptance, then 
adding to the CMS specification is not a bad idea.  If we think that it is 
serving a small niche, then we can simply add the top-level definition to 
the CHOICE to make people aware of it's existence.  At a minimum, this will 
help avoid ASN.1 decode errors.

       RecipientInfo ::= CHOICE {
         ktri KeyTransRecipientInfo,
         kari [1] KeyAgreeRecipientInfo,
         kekri [2] KEKRecipientInfo,
         pwri [3] PasswordRecipientinfo }

Are there other forms of RecipientInfo that need to be supported?  I am 
aware of one activity in ANSI X9F3 that might need one.  Adding new 
elements to this CHOICE will make it difficult for developers. Most ASN.1 
compilers expect to know the whole set of possibilities within the 
CHOICE.  Of course, ticks can be played using ANY, but a more 
straightforward approach that permits one pass decode of the well-known 
alternatives seems like a better solution.

Perhaps adding an "other" entry is the best way to accommodate additions.

       RecipientInfo ::= CHOICE {
         ktri KeyTransRecipientInfo,
         kari [1] KeyAgreeRecipientInfo,
         kekri [2] KEKRecipientInfo,
         pwri [3] PasswordRecipientinfo,
         other [4] OtherRecipientInfo }

       OtherRecipientInfo ::= SEQUENCE {
         oriType OBJECT IDENTIFIER,
         oriValue ANY DEFINED BY oriType }

Thoughts? Comments? Flames?

Russ


Received: by above.proper.com (8.9.3/8.9.3) id HAA26852 for ietf-smime-bks; Thu, 31 May 2001 07:21:12 -0700 (PDT)
Received: from tholian.securitydynamics.com (mail.rsasecurity.com [204.167.112.129]) by above.proper.com (8.9.3/8.9.3) with SMTP id HAA26844 for <ietf-smime@imc.org>; Thu, 31 May 2001 07:21:07 -0700 (PDT)
Received: from sdtihq24.securitydynamics.com by tholian.securitydynamics.com via smtpd (for mail.imc.org [208.184.76.43]) with SMTP; 31 May 2001 14:20:24 UT
Received: from exna00.securitydynamics.com (ebola.securid.com [192.168.7.4]) by sdtihq24.securid.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id KAA21045; Thu, 31 May 2001 10:08:04 -0400 (EDT)
Received: by exna00.securitydynamics.com with Internet Mail Service (5.5.2653.19) id <LR8TB6XR>; Thu, 31 May 2001 10:08:04 -0400
Received: from HOUSLEY-LAP.rsasecurity.com (HOUSLEY-LAP [10.3.1.44]) by exna00.securitydynamics.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id LR8TB6XK; Thu, 31 May 2001 10:07:57 -0400
From: "Housley, Russ" <rhousley@rsasecurity.com>
To: jis@mit.edu, mleech@nortelnetworks.com
Cc: ietf-smime@imc.org, scoya@ietf.org
Message-Id: <5.0.1.4.2.20010531084610.01d8ace0@exna07.securitydynamics.com>
X-Sender: rhousley@exna07.securitydynamics.com (Unverified)
X-Mailer: QUALCOMM Windows Eudora Version 5.0.1
Date: Thu, 31 May 2001 08:51:43 -0400
Subject: I-D ACTION:draft-ietf-smime-rcek-04.txt
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
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>

Jeff and Marcus:

The S/MIME WG is finished with Reuse of Content-Encryption Keys 
document.  It is ready for the IESG and IETF-wide Last Call.  The intent is 
for this document to be published as an Standards Track RFC.

	Title		: Reuse of CMS Content Encryption Keys
	Author(s)	: S. Farrell, S. Turner
	Filename	: draft-ietf-smime-rcek-04.txt
	Pages		: 10
	Date		: 29-May-01
	
	http://www.ietf.org/internet-drafts/draft-ietf-smime-rcek-04.txt
	ftp://ftp.ietf.org/internet-drafts/draft-ietf-smime-rcek-04.txt

Russ


Received: by above.proper.com (8.9.3/8.9.3) id DAA22555 for ietf-smime-bks; Wed, 30 May 2001 03:48:05 -0700 (PDT)
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by above.proper.com (8.9.3/8.9.3) with ESMTP id DAA22545 for <ietf-smime@imc.org>; Wed, 30 May 2001 03:47:59 -0700 (PDT)
Received: from CNRI.Reston.VA.US (localhost [127.0.0.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA04958; Wed, 30 May 2001 06:47:39 -0400 (EDT)
Message-Id: <200105301047.GAA04958@ietf.org>
Mime-Version: 1.0
Content-Type: Multipart/Mixed; Boundary="NextPart"
To: IETF-Announce: ;
Cc: ietf-smime@imc.org
From: Internet-Drafts@ietf.org
Reply-to: Internet-Drafts@ietf.org
Subject: I-D ACTION:draft-ietf-smime-rcek-04.txt
Date: Wed, 30 May 2001 06:47:39 -0400
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>

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the S/MIME Mail Security Working Group of the IETF.

	Title		: Reuse of CMS Content Encryption Keys
	Author(s)	: S. Farrell, S. Turner
	Filename	: draft-ietf-smime-rcek-04.txt
	Pages		: 10
	Date		: 29-May-01
	
This note describes a way to include a key identifier in a CMS
enveloped data structure, so that the content encryption key can be
re-used for further enveloped data packets.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-smime-rcek-04.txt

Internet-Drafts are also available by anonymous FTP. Login with the username
"anonymous" and a password of your e-mail address. After logging in,
type "cd internet-drafts" and then
	"get draft-ietf-smime-rcek-04.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt


Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-smime-rcek-04.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body;
	access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID:	<20010529142312.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-smime-rcek-04.txt

--OtherAccess
Content-Type: Message/External-body;
	name="draft-ietf-smime-rcek-04.txt";
	site="ftp.ietf.org";
	access-type="anon-ftp";
	directory="internet-drafts"

Content-Type: text/plain
Content-ID:	<20010529142312.I-D@ietf.org>

--OtherAccess--

--NextPart--




Received: (from majordomo@localhost) by above.proper.com (8.9.3/8.9.3) id KAA18608 for ietf-smime-bks; Fri, 25 May 2001 10:34:29 -0700 (PDT)
Received: from tholian.securitydynamics.com (mail.rsasecurity.com [204.167.112.129]) by above.proper.com (8.9.3/8.9.3) with SMTP id KAA18597 for <ietf-smime@imc.org>; Fri, 25 May 2001 10:34:23 -0700 (PDT)
Received: from sdtihq24.securitydynamics.com by tholian.securitydynamics.com via smtpd (for mail.imc.org [208.184.76.43]) with SMTP; 25 May 2001 17:33:47 UT
Received: from exna00.securitydynamics.com (ebola.securid.com [192.168.7.4]) by sdtihq24.securid.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id NAA00669 for <ietf-smime@imc.org>; Fri, 25 May 2001 13:34:24 -0400 (EDT)
Received: by exna00.securitydynamics.com with Internet Mail Service (5.5.2653.19) id <LR8TAKF0>; Fri, 25 May 2001 13:34:23 -0400
Received: from HOUSLEY-LAP.rsasecurity.com (HOUSLEY-LAP [10.3.1.127]) by exna00.securitydynamics.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id LR8TAKF9; Fri, 25 May 2001 13:34:21 -0400
From: "Housley, Russ" <rhousley@rsasecurity.com>
To: Dieter Bratko <Dieter.Bratko@iaik.at>, ietf-smime@imc.org
Message-Id: <5.0.1.4.2.20010525132804.01d634b8@exna07.securitydynamics.com>
X-Sender: rhousley@exna07.securitydynamics.com
X-Mailer: QUALCOMM Windows Eudora Version 5.0.1
Date: Fri, 25 May 2001 13:34:16 -0400
Subject: Re: RFC2631 - RC2
In-Reply-To: <NDBBLILLOKKJFHKPBEEICEIFCPAA.Dieter.Bratko@iaik.at>
References: <5.0.1.4.2.20010525093057.01d3a480@exna07.securitydynamics.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"; format=flowed
X-MIME-Autoconverted: from 8bit to quoted-printable by sdtihq24.securid.com id NAA00669
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by above.proper.com id KAA18600
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>

Dieter:

Your understanding is correct.  To establish a 128-bit RC2 KEK, which 
requires 128 bits of keying material, the algorithm is run once, with a 
counter value of 1, with a suppPubInfo of 0x00000080, and the left-most 128 
bits are directly converted to an RC2 key.

Russ

At 04:54 PM 5/25/2001 +0200, Dieter Bratko wrote:
>Hello,
>
>Sorry for using the MS example (which indeed caused this question), but my
>actual question was about the correct use of the RFC2631 suppPubInfo value.
>So please let me try to spilt the question into two parts and formulate it
>in another way so that it might become a question about the standard:
>
>a.) To be CMS standard-compliant, only 128 bit RC2 key-encryption keys are
>allowed.
>
>b.) RFC2631 is part of the CMS RFC repository, but might not be used in CMS
>environments only and itself does not make any restrictions about the size
>the RC2 key has to be. Since RFC2631 says that "RC2 effective key lengths
>are equal to RC2 real key lengths", does this mean that for RC2 the
>suppPubInfo value in any case has to be equal to the number of bits got as
>output from the algorithm, e.g. 128 for a 128 bit key respectively 40 for a
>40 bit key? (i.e. RFC2631 only can be used for creating RC2 keys where the
>effective key size is equal to the real key size).
>
>Regards,
>Dieter
>
>-----Ursprüngliche Nachricht-----
>Von: Housley, Russ [mailto:rhousley@rsasecurity.com]
>Gesendet: Freitag, 25. Mai 2001 15:34
>An: Dieter Bratko
>Betreff: Re: RFC2631 - RC2
>
>
>Your question does not seem to be about the standard, rather about the MS
>implementation.  Did I miss something?
>
>Russ
>
>At 09:13 AM 5/25/2001 +0200, Dieter Bratko wrote:
> >Hello,
> >
> >I have the following question regarding the use of RC2 with Ephemeral
>Static
> >DH (RFC 2631) in CMS:
> >
> >CMS requires that "for key agreement of RC2 key-encryption keys, 128 bits
> >must be generated as input to the key expansion process used to compute the
> >RC2 effective key". This seems to be quite clear when using RC2
> >key-encryption keys having an effective key length of 128 bits (as required
> >by http://www.ietf.org/internet-drafts/draft-ietf-smime-cmsalg-00.txt
> >(Cryptographic Message Syntax (CMS) Algorithms).
> >However, how do decrypt the content-encryption key if wrapped using a 40
>bit
> >RC2 key as done by Microsoft Outlook when encrypting with a ESDH key
>thereby
> >not knowing the capabilities of the other party?
> >MS outlook uses the algorithm given in RFC 2631 for creating key material
>of
> >128 bit length as required by CMS as input to the key expansion process
>used
> >to compute the RC2 effective key (see above). When doing so, Outlook sets
> >the suppPubInfo value to 40. Is this the right way or must suppPubInfo be
> >128 for generating 128 bit key material and subsequently let the RC2
> >algorithm create the RC2 effective 40 bit key from it? Both, 40 and 128
>only
> >require one round of the key meterial generation algorithm, but there seems
> >to be no parameter in OtherInfo telling to get the 128 left most bits if
> >suppPubInfo is 40.
> >
> >Regards,
> >Dieter Bratko


Received: (from majordomo@localhost) by above.proper.com (8.9.3/8.9.3) id AAA29173 for ietf-smime-bks; Fri, 25 May 2001 00:13:59 -0700 (PDT)
Received: from iaik.tu-graz.ac.at (excalibur.iaik.tu-graz.ac.at [129.27.152.30]) by above.proper.com (8.9.3/8.9.3) with ESMTP id AAA29164 for <ietf-smime@imc.org>; Fri, 25 May 2001 00:13:51 -0700 (PDT)
Received: from watson [129.27.152.142] by iaik.tu-graz.ac.at (SMTPD32-6.06) id A629352D008E; Fri, 25 May 2001 09:13:45 +0200
Received: from localhost [127.0.0.1] by watson (IAIK S/MIME Mapper 2.01pre2 26/January/2001); Fri, 25 May 2001 09:13:23 +0100
From: "Dieter Bratko" <Dieter.Bratko@iaik.at>
To: <ietf-smime@imc.org>
Subject: RFC2631 - RC2
Date: Fri, 25 May 2001 09:13:22 +0200
Message-ID: <NDBBLILLOKKJFHKPBEEICEIBCPAA.Dieter.Bratko@iaik.at>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=sha1; boundary="--IAIK.SMIME.MAPPER.935CD2E2--"; protocol="application/x-pkcs7-signature"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
In-Reply-To: <NDBBLILLOKKJFHKPBEEIAEHNCPAA.Dieter.Bratko@iaik.at>
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600
Importance: Normal
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>

This is a multipart MIME message, it may require a MIME capable user agent.
----IAIK.SMIME.MAPPER.935CD2E2--
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello,

I have the following question regarding the use of RC2 with Ephemeral Static
DH (RFC 2631) in CMS:

CMS requires that "for key agreement of RC2 key-encryption keys, 128 bits
must be generated as input to the key expansion process used to compute the
RC2 effective key". This seems to be quite clear when using RC2
key-encryption keys having an effective key length of 128 bits (as required
by http://www.ietf.org/internet-drafts/draft-ietf-smime-cmsalg-00.txt
(Cryptographic Message Syntax (CMS) Algorithms).
However, how do decrypt the content-encryption key if wrapped using a 40 bit
RC2 key as done by Microsoft Outlook when encrypting with a ESDH key thereby
not knowing the capabilities of the other party?
MS outlook uses the algorithm given in RFC 2631 for creating key material of
128 bit length as required by CMS as input to the key expansion process used
to compute the RC2 effective key (see above). When doing so, Outlook sets
the suppPubInfo value to 40. Is this the right way or must suppPubInfo be
128 for generating 128 bit key material and subsequently let the RC2
algorithm create the RC2 effective 40 bit key from it? Both, 40 and 128 only
require one round of the key meterial generation algorithm, but there seems
to be no parameter in OtherInfo telling to get the 128 left most bits if
suppPubInfo is 40.

Regards,
Dieter Bratko







----IAIK.SMIME.MAPPER.935CD2E2--
Content-Type: application/x-pkcs7-signature; name="smime.p7s"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="smime.p7s"

MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAA
oIIdsDCCBM0wggO1oAMCAQICFBcTfeE+LbuTGJMi19UPnd2CkFKbMA0GCSqGSIb3
DQEBBQUAMIHEMQswCQYDVQQGEwJBVDEmMCQGA1UEChMdR1JBWiBVTklWRVJTSVRZ
IE9GIFRFQ0hOT0xPR1kxRzBFBgNVBAsTPkluc2l0dXRlIGZvciBBcHBsaWVkIElu
Zm9ybWF0aW9uIFByb2Nlc3NpbmcgYW5kIENvbW11bmljYXRpb25zMSEwHwYDVQQL
ExhJQUlLIEV1cm9QS0kgSU5UUkFORVQgQ0ExITAfBgNVBAMTGElBSUsgRXVyb1BL
SSBUVS1HUkFaIFNJRzAeFw0wMDEyMjAxNTU4MzBaFw0wMTEyMjAxNTU4MzBaMIGW
MQswCQYDVQQGEwJBVDEmMCQGA1UEChMdR1JBWiBVTklWRVJTSVRZIE9GIFRFQ0hO
T0xPR1kxRzBFBgNVBAsTPkluc2l0dXRlIGZvciBBcHBsaWVkIEluZm9ybWF0aW9u
IFByb2Nlc3NpbmcgYW5kIENvbW11bmljYXRpb25zMRYwFAYDVQQDEw1EaWV0ZXIg
QnJhdGtvMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDXOzhALiz61TA+BqQ7
GedFI2iHnRvOWvl7EMeg8GiOACPbwXSGqLQJVq6kYcJLCBytkaObJxfvOxzDl9WQ
EbEiodgBQ9TyRWt+PCjMikrWvBYONkt9/xaxPxlgG2kvRbqHQ4K91yh3Jk4ONZqC
PXnrVv1A1R6S90HNnIiO991BiQIDAQABo4IBZTCCAWEwDAYDVR0TAQH/BAIwADAO
BgNVHQ8BAf8EBAMCBsAwHwYDVR0jBBgwFoAUeLVVoTO9gyV/6vPnjLejn5Vzqnsw
VAYDVR0gBE0wSzBJBgwrBgEEAZUSAQICAQEwOTA3BggrBgEFBQcCARYraHR0cDov
L2V1cm9wa2kuaWFpay5hdC9jYS9pbnRyYW5ldC9jcHMvMS4xLzBMBgNVHR8ERTBD
MEGgP6A9hjtodHRwOi8vZXVyb3BraS5pYWlrLmF0L2NhL2ludHJhbmV0L2NybC9p
YWlrX2V1cm9wa2lfc2lnLmNybDARBglghkgBhvhCAQEEBAMCACAwKAYJYIZIAYb4
QgENBBsWGVVzZXItQ2VydGlmaWNhdGUgSU5UUkFORVQwIAYDVR0RBBkwF4EVRGll
dGVyLkJyYXRrb0BpYWlrLmF0MB0GA1UdDgQWBBQXE33hPi27kxiTItfVD5z59Ufo
8jANBgkqhkiG9w0BAQUFAAOCAQEAOs03CEWMz0z4SVCNE1SQsFgmOTWHFNpClvCs
WtqP8Sqc1NbbbwK1a3TQSuM+qszebiBm8elZU2e5dTT7CbMA9M67Ja3YIj3ua4SU
pzQhaKEc9fgtr0kBBw9xMvW/T80ht44oNc8EnmNl8WUDns26X19vdCAFbKYOyzKe
IoXUQfZ+mt75XE53R6IdQVaRsyoFu89GLytqp3SSVCDylqpC9Gjvm00ok6ly2ZAn
Gv++ZytkcVNlVoUBjy6/Hs8CaNyZqnnEbfABdfL6djln3KkLW8eHafbbwpeFeWac
VIzXNgQFxuR5qEs87gHzgE4QFB1BZLrxk1RVaEuEVBec7T8OazCCBTwwggQkoAMC
AQICFHi1VaEzvYMlf+rz54y3pIMcl/owMA0GCSqGSIb3DQEBBQUAMIHLMQswCQYD
VQQGEwJBVDENMAsGA1UEBxMER3JhejEZMBcGA1UECRMQSW5mZmVsZGdhc3NlIDE2
YTEmMCQGA1UEChMdR1JBWiBVTklWRVJTSVRZIE9GIFRFQ0hOT0xPR1kxRzBFBgNV
BAsTPkluc2l0dXRlIGZvciBBcHBsaWVkIEluZm9ybWF0aW9uIFByb2Nlc3Npbmcg
YW5kIENvbW11bmljYXRpb25zMSEwHwYDVQQDExhJQUlLIEV1cm9QS0kgSW50cmFu
ZXQgQ0EwHhcNMDAxMjE5MTEyMTQ3WhcNMDIxMjMwMjI1OTMwWjCBxDELMAkGA1UE
BhMCQVQxJjAkBgNVBAoTHUdSQVogVU5JVkVSU0lUWSBPRiBURUNITk9MT0dZMUcw
RQYDVQQLEz5JbnNpdHV0ZSBmb3IgQXBwbGllZCBJbmZvcm1hdGlvbiBQcm9jZXNz
aW5nIGFuZCBDb21tdW5pY2F0aW9uczEhMB8GA1UECxMYSUFJSyBFdXJvUEtJIElO
VFJBTkVUIENBMSEwHwYDVQQDExhJQUlLIEV1cm9QS0kgVFUtR1JBWiBTSUcwggEi
MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDxWjtQORZimthvkSAAJlIL97tg
PeJ8+151iGCyd44WFAyjHsP9oQrZHxazVAB+o8clYdPpp/ECognU41o40iafdgkN
IfsjyFMm3VvcWNx+F4vKYTHoLQascxRJUULgub+B4k4pb9A4URQnxkrMriQlISoF
XeEY1l2Mv4DlXHF3qOEMiLW5B1vmZZaEpNvH/me8fuvJYLi9FWA+Ojk/UybbrGyb
keJY3RAq+FImnWkaB9BAoAhdROR+GXU8YvqZTzqUndKog1KccBKaFTBKwSz9RxOV
PFORs1VLGItlnGRCn25uOiDTDfrU2D4D9cyFEVU+Qd55RzD6PfgP8BbeUyTxAgMB
AAGjggEbMIIBFzASBgNVHRMBAf8ECDAGAQH/AgEAMA4GA1UdDwEB/wQEAwIBxjAf
BgNVHSMEGDAWgBSEWAP+T9cNWn701+2abEq0uxAz0jBUBgNVHSAETTBLMEkGDCsG
AQQBlRIBAgIBATA5MDcGCCsGAQUFBwIBFitodHRwOi8vZXVyb3BraS5pYWlrLmF0
L2NhL2ludHJhbmV0L2Nwcy8xLjEvMEgGA1UdHwRBMD8wPaA7oDmGN2h0dHA6Ly9l
dXJvcGtpLmlhaWsuYXQvY2EvaW50cmFuZXQvY3JsL2lhaWtfZXVyb3BraS5jcmww
EQYJYIZIAYb4QgEBBAQDAgACMB0GA1UdDgQWBBR4tVWhM72DJX/q8+eMt6OflXOq
ezANBgkqhkiG9w0BAQUFAAOCAQEAscTGRuY2BJizRRfug1JU1qhaLVOjZvYPOikX
leQuPBPXFSoT9jwbzDkyN76QMnondlgf0F1Gr+w4LqljFKAdjqFGSXJxAzGjMFbj
Tjyv7mit0Ppk7wKohXM/c8ThDCEBnnAYcTgg504BtJhBmN0ThyL6tAXYfRFqHsgn
1rj58bS+6lAa6n9iepn/yznhnFWr24imSVvef8nbI2GwphBAhNXh+Jq+BWR1pr5u
UJ9ilzL44elcZ+Omh4lsILiUf6YR1xR9+d3G4VQMMOmpfgf0GJVKNKcelVlK4PW/
0VgvDxoyQQFVE2hiLd5r/jUzT4zlLy+5hk3FnxSUgnl14w/u3DCCBLMwggOboAMC
AQICFQCEWAP+T9cNWn701+2abEuYPjyavTANBgkqhkiG9w0BAQUFADBSMQswCQYD
VQQGEwJBVDEQMA4GA1UEChMHRXVyb1BLSTExMC8GA1UEAxMoRXVyb1BLSSBBdXN0
cmlhbiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wMDEyMTgxNjUyMzFaFw0w
MjEyMzAyMjU5MzBaMIHLMQswCQYDVQQGEwJBVDENMAsGA1UEBxMER3JhejEZMBcG
A1UECRMQSW5mZmVsZGdhc3NlIDE2YTEmMCQGA1UEChMdR1JBWiBVTklWRVJTSVRZ
IE9GIFRFQ0hOT0xPR1kxRzBFBgNVBAsTPkluc2l0dXRlIGZvciBBcHBsaWVkIElu
Zm9ybWF0aW9uIFByb2Nlc3NpbmcgYW5kIENvbW11bmljYXRpb25zMSEwHwYDVQQD
ExhJQUlLIEV1cm9QS0kgSW50cmFuZXQgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IB
DwAwggEKAoIBAQDPwrEj1RtzPWRZUGptWv2/KsgPQ0FyMHHYemhn/+QjUv51aD9f
mcqqUU/CgroJE6sLtN6cZoQ91gnxIS/Gw95PNhUX6jZfN4PF5K/GXz3ZUx/bcvcm
4tjFGG12jxWT4IN9d3oT5SMMjh1Aw0BE35yySnlqBcfWHR7gtBpsdAovw1Txy8Bt
8vmBrhe27dY0d3bJitULO1CG19G0Q374rnJ/CY9ZEHsz0498Ej5+eFnefSEilJ7k
QNDNU2zCx7xuu0jdu0yrb5Y1+RBdgJHCoMldUbOA2HkNOz9YLyiYWPWRxT9fcPgX
v9jSYu+t+DB0MMPz53ZcYILVsopsjhKduVO5AgMBAAGjggEEMIIBADAPBgNVHRMB
Af8EBTADAQH/MA4GA1UdDwEB/wQEAwIBxjAfBgNVHSMEGDAWgBQAemdURVCCrBm2
toURUbtpOdgt1DBWBgNVHSAETzBNMEsGDCsGAQQBlRIBAgEBATA7MDkGCCsGAQUF
BwIBFi1odHRwOi8vZXVyb3BraS5pYWlrLmF0L2NhL2V1cm9wa2ktYXQvY3BzLzEu
MS8wRQYDVR0fBD4wPDA6oDigNoY0aHR0cDovL2V1cm9wa2kuaWFpay5hdC9jYS9l
dXJvcGtpLWF0L2NybC9hdXN0cmlhLmNybDAdBgNVHQ4EFgQUhFgD/k/XDVp+9Nft
mmxKtLsQM9IwDQYJKoZIhvcNAQEFBQADggEBAC8BA5jJSByaJAeDxiEW4O8mJJdS
suO/KyoEJVjcAyyMx9lJdHNtgwabhFHR2cUZz++vKkJFpmA+A7jgjRO5IwQxiMTo
rdze8X7rxmBlZvizFJfxUwalTAUbJ9iaLjJza42qTwjRRPSEji4b9hcg+6PpK4pO
dZ++SrIrE1qIvRqx3fFqEo8LHkkR8ZHKB/tT4GKQck/tUfeuotfQI/Xlprqctmgz
mjRC0giMEurV2Ogf6kxz9BzmibwGBtCqG0GLN5XKCr6fNBAD3W+Xt0FoujZfZlJq
K3bt6re712rdZnztVlOaCc6gSB9WY7ZrNFhAm9+a2HzlTc7ZS+ePjC8yLW4wggRQ
MIIDOKADAgECAgEJMA0GCSqGSIb3DQEBBAUAMEExEDAOBgNVBAoTB0V1cm9QS0kx
LTArBgNVBAMTJEV1cm9QS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe
Fw0wMDExMjMxNDI0NDVaFw0wMjEyMzExMjAwMDBaMFIxCzAJBgNVBAYTAkFUMRAw
DgYDVQQKEwdFdXJvUEtJMTEwLwYDVQQDEyhFdXJvUEtJIEF1c3RyaWFuIENlcnRp
ZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC
AQEAoE5gWK44kT3O3Yenp0GT6+gkypmIAlhqYAcmokavl3WaQ4BhBlAv4ORtBF/h
VObG1ugPCep7cTNyoXZ+sNIbmlLzBxzrRpT4nYQIEu3IXR108c6APycH+9vbYIUQ
rsCKx8Qs/csU5rdOxc15pHsZLJiiCYATB0GWyrcbVcoNgAj6crv7Lx37SlENgMAs
sOoG4E3/2wrCQ2n/QiqBEosscpnEqQs6ABvdQiLKSpfVQJA77l9ujQ1C/ugtlYwA
r5GrtSOhOTYvKB4tuVleqlHFzJoA6XaWQRpD4Oy4ymF0+5IAe9q+lOQ6U57rWIZ0
MMr8xAmf7VZtmk0KJYCkAl3DPwIDAQABo4IBQDCCATwwTAYJYIZIAYb4QgENBD8W
PUlzc3VlZCB1bmRlciBwb2xpY3k6CiBodHRwOi8vd3d3LmV1cm9wa2kub3JnL2Nh
L3Jvb3QvY3BzLzEuMS8wOwYDVR0fBDQwMjAwoC6gLIYqaHR0cDovL3d3dy5ldXJv
cGtpLm9yZy9jYS9yb290L2NybC9jcmwuZGVyMA8GA1UdEwEB/wQFMAMBAf8wTgYD
VR0gBEcwRTBDBgorBgEEAakHAQEBMDUwMwYIKwYBBQUHAgEWJ2h0dHA6Ly93d3cu
ZXVyb3BraS5vcmcvY2Evcm9vdC9jcHMvMS4xLzAOBgNVHQ8BAf8EBAMCAf4wHQYD
VR0OBBYEFAB6Z1RFUIKsGba2hRFRu2k52C3UMB8GA1UdIwQYMBaAFIzci7GlSpDn
TohzGDyd1V5+5LLNMA0GCSqGSIb3DQEBBAUAA4IBAQD0VfvB2KWA/FyENfhXDK7/
YQwRxdAJj/3VzpdvUPb9mHW9O1kry3ZeM9IfcYqbFPdP9ZvW/g2mWQI9k4vMKDte
PnzQuy+ZUuvxuKlJ7taWAAHkiXTBbJoscHetWVlIINuPYCQF33DTd5otjcOxsE+U
9xjqP5tCLMzQEmnmTaUdZYWZFIjfKzoLC2JEaeVjDUQrYYwL6OUYP6aWoML1gqUP
2PFzRKQK/EMSjRQzTU9ZZLVvc+FS797ki6f8zRxPGqheV4EyjFXRbY03/4fjcZ5p
wictxM97tFYmmlkmWmkEvI+7ToPZ/WtPyqXciKJ9ZT/OJWWWzfXgiz5ECXNBlO0D
MIIDYDCCAkigAwIBAgIBADANBgkqhkiG9w0BAQQFADBBMRAwDgYDVQQKEwdFdXJv
UEtJMS0wKwYDVQQDEyRFdXJvUEtJIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3Jp
dHkwHhcNOTkxMjI5MTczMDM5WhcNMTAxMjMxMTIwMDAwWjBBMRAwDgYDVQQKEwdF
dXJvUEtJMS0wKwYDVQQDEyRFdXJvUEtJIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRo
b3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQD/L/zLh4UggkIi
JA2Jmuwd6/TLOoToZz3Dr0FoCgehip+ZNrX1ehBw0esCK6Z18SfDOeyDB+ia3qWa
ltedQVttLUQnVPdXmzubIVapWFoHm1u3oLhBgSp1mHBmAsKmGvHV/IYF4t709tUQ
lpeZgjIzpbjzN799Xoa2X2yJqGGBADzHKiJn5p80LsMnx3VR/UyIXZJEq611UlAD
fJH1qhwUzNa0F80j0tk7/paLhnWrZDsfZNGkAugQLBDUi+nBKUu4FicpfYL7HGX4
fRmtg+oLuQ1vHlYe2YVs+UGI47e7jd4Yf1vbjinQ0OUrx2nx8z+xo47lgXwMbEJ7
VwrECjS3AgMBAAGjYzBhMB8GA1UdIwQYMBaAFIzci7GlSpDnTohzGDyd1V5+5LLN
MB0GA1UdDgQWBBSM3IuxpUqQ506Icxg8ndVefuSyzTAOBgNVHQ8BAf8EBAMCAcYw
DwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQQFAAOCAQEAW2j/nnW9QhtCe1iQ
dV9KFy9rnOpKH43tHFjuUBlgpgvNv01/rXMXLn/W81nuLTmZwdhYcjldUZZR6WUG
LtArOLQaUkTQMHjc/EkU/s0v8MuWNg5vhC3ZsFFNVtfR8iWa2a+gA4uBH17cXd6P
uzqD0HMFA75P32kes3xblFWZ5qSYGQvy4aWoT/FDsbeJG/Upp8FbZ2Z0pSqfi9cA
WGqzRYlT0dgu8Z2RFwwd/vPvVpQldB1ScRkfpL6PCLvmmfMRHq8Zg0JMcqmIXYYg
0PcPdJ+ECikSYd/7G50/uIfJDDZEOIkmpXVn3cQmcMDRauhvwsoR6B2lCX/cEI0P
EnMBaDCCAvMwggJcoAMCAQICDwDqJQAAAAIpmFuHhorLyDANBgkqhkiG9w0BAQQF
ADCBvDELMAkGA1UEBhMCREUxEDAOBgNVBAgTB0hhbWJ1cmcxEDAOBgNVBAcTB0hh
bWJ1cmcxOjA4BgNVBAoTMVRDIFRydXN0Q2VudGVyIGZvciBTZWN1cml0eSBpbiBE
YXRhIE5ldHdvcmtzIEdtYkgxIjAgBgNVBAsTGVRDIFRydXN0Q2VudGVyIENsYXNz
IDEgQ0ExKTAnBgkqhkiG9w0BCQEWGmNlcnRpZmljYXRlQHRydXN0Y2VudGVyLmRl
MB4XDTAxMDIxNTA5MzEwOFoXDTAyMDIxNTA5MzEwOFowSzELMAkGA1UEBhMCQVQx
FjAUBgNVBAMTDURpZXRlciBCcmF0a28xJDAiBgkqhkiG9w0BCQEWFURpZXRlci5C
cmF0a29AaWFpay5hdDBcMA0GCSqGSIb3DQEBAQUAA0sAMEgCQQC55G55pJjTRpBN
VSTm8YUdPqX4svNMMiQaACxhH4Y5TLevZLPByTE9jv9rEZLQH5cA9oInqj/n6OXx
e08QicWtAgMBAAGjgaowgacwMwYJYIZIAYb4QgEIBCYWJGh0dHA6Ly93d3cudHJ1
c3RjZW50ZXIuZGUvZ3VpZGVsaW5lczARBglghkgBhvhCAQEEBAMCBaAwXQYJYIZI
AYb4QgEDBFAWTmh0dHBzOi8vd3d3LnRydXN0Y2VudGVyLmRlL2NnaS1iaW4vY2hl
Y2stcmV2LmNnaS9FQTI1MDAwMDAwMDIyOTk4NUI4Nzg2OEFDQkM4PzANBgkqhkiG
9w0BAQQFAAOBgQCGSeTqB2f6ltnqlNxuwe6m6valB14u3WDbabNNMgbpfESLiIV1
w6SD0/bQPLxOkjIZbtXAeUdiyFO15F2niEpkd5jX2e2tr+96VANWzj6G+1C1qw5Q
/kxsMWxaSuqoeFT6LP1IZVY4uOE7aDiZNYFXp2Lv7UBtCK8N+nsAQe+PXDCCBDUw
ggOeoAMCAQICAQIwDQYJKoZIhvcNAQEEBQAwgbwxCzAJBgNVBAYTAkRFMRAwDgYD
VQQIEwdIYW1idXJnMRAwDgYDVQQHEwdIYW1idXJnMTowOAYDVQQKEzFUQyBUcnVz
dENlbnRlciBmb3IgU2VjdXJpdHkgaW4gRGF0YSBOZXR3b3JrcyBHbWJIMSIwIAYD
VQQLExlUQyBUcnVzdENlbnRlciBDbGFzcyAxIENBMSkwJwYJKoZIhvcNAQkBFhpj
ZXJ0aWZpY2F0ZUB0cnVzdGNlbnRlci5kZTAeFw05ODAzMDkxMzU2MzNaFw0wNTEy
MzExMzU2MzNaMIG8MQswCQYDVQQGEwJERTEQMA4GA1UECBMHSGFtYnVyZzEQMA4G
A1UEBxMHSGFtYnVyZzE6MDgGA1UEChMxVEMgVHJ1c3RDZW50ZXIgZm9yIFNlY3Vy
aXR5IGluIERhdGEgTmV0d29ya3MgR21iSDEiMCAGA1UECxMZVEMgVHJ1c3RDZW50
ZXIgQ2xhc3MgMSBDQTEpMCcGCSqGSIb3DQEJARYaY2VydGlmaWNhdGVAdHJ1c3Rj
ZW50ZXIuZGUwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBALAp67R2s67Xtlu0
Xue947GcSQRXW6Gr2X8TG/26YavY53HfLQCUXVFIfSPvdWKEkDwKH1kRdC+OgKX9
MAI9KVLNchpJIZy8y1KOSKFjlsgQhTBpV3RFwFqGxtU94GhXfTFqJI1Flz4xfmhm
Mm4kbewyNslByvAxRMijYcoboDYfAgMBAAGjggFDMIIBPzBABglghkgBhvhCAQME
MxYxaHR0cHM6Ly93d3cudHJ1c3RjZW50ZXIuZGUvY2dpLWJpbi9jaGVjay1yZXYu
Y2dpPzBABglghkgBhvhCAQQEMxYxaHR0cHM6Ly93d3cudHJ1c3RjZW50ZXIuZGUv
Y2dpLWJpbi9jaGVjay1yZXYuY2dpPzA8BglghkgBhvhCAQcELxYtaHR0cHM6Ly93
d3cudHJ1c3RjZW50ZXIuZGUvY2dpLWJpbi9SZW5ldy5jZ2k/MD4GCWCGSAGG+EIB
CAQxFi9odHRwOi8vd3d3LnRydXN0Y2VudGVyLmRlL2d1aWRlbGluZXMvaW5kZXgu
aHRtbDAoBglghkgBhvhCAQ0EGxYZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMSBDQTAR
BglghkgBhvhCAQEEBAMCAAcwDQYJKoZIhvcNAQEEBQADgYEABUJSJqQMJwFErFwl
KMJEQlQIuR3FPmxZZsSzTlCn+PiWdaGWdegWOKDNXW76eacbex0ewwC5Zr5a1mIP
5/J7uO9M4MA/Wa45t4QJnqvxqS5raeKtzPLqeAkFIDhCcRh+x7KX5tUCBQZWo1/x
qsLET/737xYPneyqhc89KSTxBM0xggMdMIIDGQIBATCB3TCBxDELMAkGA1UEBhMC
QVQxJjAkBgNVBAoTHUdSQVogVU5JVkVSU0lUWSBPRiBURUNITk9MT0dZMUcwRQYD
VQQLEz5JbnNpdHV0ZSBmb3IgQXBwbGllZCBJbmZvcm1hdGlvbiBQcm9jZXNzaW5n
IGFuZCBDb21tdW5pY2F0aW9uczEhMB8GA1UECxMYSUFJSyBFdXJvUEtJIElOVFJB
TkVUIENBMSEwHwYDVQQDExhJQUlLIEV1cm9QS0kgVFUtR1JBWiBTSUcCFBcTfeE+
LbuTGJMi19UPnd2CkFKbMAkGBSsOAwIaBQCgggGVMBgGCSqGSIb3DQEJAzELBgkq
hkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTAxMDUyNTA3MTMyNFowIwYJKoZIhvcN
AQkEMRYEFFw7rzVpBCfbR2c9dSymO1hXHXXtMFIGCSqGSIb3DQEJDzFFMEMwCgYI
KoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMA0GCCqGSIb3
DQMCAgEoMAcGBSsOAwIHMIHhBgkrBgEEAYI3EAQxgdMwgdAwgbwxCzAJBgNVBAYT
AkRFMRAwDgYDVQQIEwdIYW1idXJnMRAwDgYDVQQHEwdIYW1idXJnMTowOAYDVQQK
EzFUQyBUcnVzdENlbnRlciBmb3IgU2VjdXJpdHkgaW4gRGF0YSBOZXR3b3JrcyBH
bWJIMSIwIAYDVQQLExlUQyBUcnVzdENlbnRlciBDbGFzcyAxIENBMSkwJwYJKoZI
hvcNAQkBFhpjZXJ0aWZpY2F0ZUB0cnVzdGNlbnRlci5kZQIPAOolAAAAAimYW4eG
isvIMA0GCSqGSIb3DQEBAQUABIGArbmI/k4ijyJIzP/1j2Zj8udPK3Yr302ffnKg
9MwTohBD+60ov1SFcYuN2uUsT+S0YIL4Rzyfxo5sLRRZ2maP7fbX/u0vlgxKGArV
IVLWpeYNw3fX8FXMLIo8IdclJ94fbSACdh/m2KM11CAe/T2Auq5Dca/mZfFLv+di
wCUQfMoAAAAAAAA=
----IAIK.SMIME.MAPPER.935CD2E2----



Received: by above.proper.com (8.9.3/8.9.3) id RAA17993 for ietf-smime-bks; Wed, 16 May 2001 17:00:01 -0700 (PDT)
Received: from mail07.rapidsite.net (mail07.rapidsite.net [207.158.192.51]) by above.proper.com (8.9.3/8.9.3) with SMTP id QAA17985 for <ietf-smime@imc.org>; Wed, 16 May 2001 16:59:53 -0700 (PDT)
Received: from www.blkk.com (209.130.71.190) by mail07.rapidsite.net (RS ver 1.0.60s) with SMTP id 036671171; Wed, 16 May 2001 19:59:43 -0400 (EDT)
From: "Ben Littauer" <littauer@blkk.com>
To: "Housley, Russ" <rhousley@rsasecurity.com>
Cc: <ietf-smime@imc.org>
Subject: RE: I-D ACTION:draft-ietf-smime-domsec-08.txt
Date: Wed, 16 May 2001 19:59:26 -0400
Message-ID: <NBBBKMBODGFFKOCLJPFCIEKNDCAA.littauer@blkk.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
Importance: Normal
In-Reply-To: <5.0.1.4.2.20010516111949.01e59218@exna07.securitydynamics.com>
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
X-Loop-Detect: 1
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>

Please note a disagreement beween subject line and contentes of this
message.  I assume contents are correct and you are referring to ECC doc,
not DomSec?

-ben-

-----Original Message-----
From: owner-ietf-smime@mail.imc.org
[mailto:owner-ietf-smime@mail.imc.org]On Behalf Of Housley, Russ
Sent: Wednesday, May 16, 2001 11:23
To: jis@mit.edu; mleech@nortelnetworks.com
Cc: ietf-smime@imc.org; scoya@ietf.org
Subject: I-D ACTION:draft-ietf-smime-domsec-08.txt


Jeff & Marcus:

The S/MIME WG is done with the ECC document.  The document is ready for
IETF Last Call.  We expect the document to become an standards-track RFC.

	Title		: Use of ECC Algorithms in CMS
	Author(s)	: S. Blake-Wilson, D. Brown, P. Lambert
	Filename	: draft-ietf-smime-ecc-06.txt
	Pages		: 16
	Date		: 15-May-01

Russ



Received: by above.proper.com (8.9.3/8.9.3) id IAA05609 for ietf-smime-bks; Wed, 16 May 2001 08:24:46 -0700 (PDT)
Received: from tholian.securitydynamics.com (mail.rsasecurity.com [204.167.112.129]) by above.proper.com (8.9.3/8.9.3) with SMTP id IAA05594 for <ietf-smime@imc.org>; Wed, 16 May 2001 08:24:34 -0700 (PDT)
Received: from sdtihq24.securitydynamics.com by tholian.securitydynamics.com via smtpd (for mail.imc.org [208.184.76.43]) with SMTP; 16 May 2001 15:24:09 UT
Received: from exna00.securitydynamics.com (ebola.securid.com [192.168.7.4]) by sdtihq24.securid.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id LAA10410; Wed, 16 May 2001 11:23:38 -0400 (EDT)
Received: by exna00.securitydynamics.com with Internet Mail Service (5.5.2653.19) id <JY8NYS72>; Wed, 16 May 2001 11:23:38 -0400
Received: from HOUSLEY-LAP.rsasecurity.com (HOUSLEY-LAP [10.3.1.126]) by exna00.securitydynamics.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id JY8NYS7G; Wed, 16 May 2001 11:23:34 -0400
From: "Housley, Russ" <rhousley@rsasecurity.com>
To: jis@mit.edu, mleech@nortelnetworks.com
Cc: ietf-smime@imc.org, scoya@ietf.org
Message-Id: <5.0.1.4.2.20010516111949.01e59218@exna07.securitydynamics.com>
X-Sender: rhousley@exna07.securitydynamics.com
X-Mailer: QUALCOMM Windows Eudora Version 5.0.1
Date: Wed, 16 May 2001 11:22:58 -0400
Subject: I-D ACTION:draft-ietf-smime-domsec-08.txt
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
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>

Jeff & Marcus:

The S/MIME WG is done with the ECC document.  The document is ready for 
IETF Last Call.  We expect the document to become an standards-track RFC.

	Title		: Use of ECC Algorithms in CMS
	Author(s)	: S. Blake-Wilson, D. Brown, P. Lambert
	Filename	: draft-ietf-smime-ecc-06.txt
	Pages		: 16
	Date		: 15-May-01

Russ 


Received: by above.proper.com (8.9.3/8.9.3) id EAA13602 for ietf-smime-bks; Wed, 16 May 2001 04:02:45 -0700 (PDT)
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by above.proper.com (8.9.3/8.9.3) with ESMTP id EAA13597 for <ietf-smime@imc.org>; Wed, 16 May 2001 04:02:38 -0700 (PDT)
Received: from CNRI.Reston.VA.US (localhost [127.0.0.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id HAA02684; Wed, 16 May 2001 07:02:29 -0400 (EDT)
Message-Id: <200105161102.HAA02684@ietf.org>
Mime-Version: 1.0
Content-Type: Multipart/Mixed; Boundary="NextPart"
To: IETF-Announce: ;
Cc: ietf-smime@imc.org
From: Internet-Drafts@ietf.org
Reply-to: Internet-Drafts@ietf.org
Subject: I-D ACTION:draft-ietf-smime-ecc-06.txt
Date: Wed, 16 May 2001 07:02:29 -0400
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>

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the S/MIME Mail Security Working Group of the IETF.

	Title		: Use of ECC Algorithms in CMS
	Author(s)	: S. Blake-Wilson, D. Brown, P. Lambert
	Filename	: draft-ietf-smime-ecc-06.txt
	Pages		: 16
	Date		: 15-May-01
	
This document describes how to use Elliptic Curve Cryptography
(ECC) public-key algorithms in the Cryptographic Message Syntax
(CMS).  The ECC algorithms support the creation of digital
signatures and the exchange of keys to encrypt or authenticate
content.  The definition of the algorithm processing is based on
the ANSI X9.62 standard, developed by the ANSI X9F1 working group,
and the IEEE 1363 standard and the SEC 1 standard.  
The readers attention is called to the Intellectual Property Rights
section at the end of this document.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-smime-ecc-06.txt

Internet-Drafts are also available by anonymous FTP. Login with the username
"anonymous" and a password of your e-mail address. After logging in,
type "cd internet-drafts" and then
	"get draft-ietf-smime-ecc-06.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt


Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-smime-ecc-06.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body;
	access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID:	<20010515105703.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-smime-ecc-06.txt

--OtherAccess
Content-Type: Message/External-body;
	name="draft-ietf-smime-ecc-06.txt";
	site="ftp.ietf.org";
	access-type="anon-ftp";
	directory="internet-drafts"

Content-Type: text/plain
Content-ID:	<20010515105703.I-D@ietf.org>

--OtherAccess--

--NextPart--




Received: by above.proper.com (8.9.3/8.9.3) id EAA29501 for ietf-smime-bks; Mon, 14 May 2001 04:35:40 -0700 (PDT)
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by above.proper.com (8.9.3/8.9.3) with ESMTP id EAA29493 for <ietf-smime@imc.org>; Mon, 14 May 2001 04:35:34 -0700 (PDT)
Received: from CNRI.Reston.VA.US (localhost [127.0.0.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id HAA07063; Mon, 14 May 2001 07:35:26 -0400 (EDT)
Message-Id: <200105141135.HAA07063@ietf.org>
Mime-Version: 1.0
Content-Type: Multipart/Mixed; Boundary="NextPart"
To: IETF-Announce: ;
Cc: ietf-smime@imc.org
From: Internet-Drafts@ietf.org
Reply-to: Internet-Drafts@ietf.org
Subject: I-D ACTION:draft-ietf-smime-rcek-03.txt
Date: Mon, 14 May 2001 07:35:26 -0400
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>

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the S/MIME Mail Security Working Group of the IETF.

	Title		: Reuse of CMS Content Encryption Keys
	Author(s)	: S. Farrell, S. Turner
	Filename	: draft-ietf-smime-rcek-03.txt
	Pages		: 9
	Date		: 11-May-01
	
This note describes a way to include a key identifier in a CMS
enveloped data structure, so that the content encryption key can be
re-used for further enveloped data packets.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-smime-rcek-03.txt

Internet-Drafts are also available by anonymous FTP. Login with the username
"anonymous" and a password of your e-mail address. After logging in,
type "cd internet-drafts" and then
	"get draft-ietf-smime-rcek-03.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt


Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-smime-rcek-03.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body;
	access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID:	<20010511094319.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-smime-rcek-03.txt

--OtherAccess
Content-Type: Message/External-body;
	name="draft-ietf-smime-rcek-03.txt";
	site="ftp.ietf.org";
	access-type="anon-ftp";
	directory="internet-drafts"

Content-Type: text/plain
Content-ID:	<20010511094319.I-D@ietf.org>

--OtherAccess--

--NextPart--




Received: by above.proper.com (8.9.3/8.9.3) id QAA24545 for ietf-smime-bks; Fri, 11 May 2001 16:36:28 -0700 (PDT)
Received: from china.com (TCE-E-7-182-12.bta.net.cn [202.106.182.12]) by above.proper.com (8.9.3/8.9.3) with SMTP id QAA24530 for <ietf-smime@imc.org>; Fri, 11 May 2001 16:34:07 -0700 (PDT)
From: Internet-Drafts@ietf.org
Received: from china.com([10.1.7.101]) by china.com(AIMC 2.9.5.1) with SMTP id jm123afc8a3e; Sat, 12 May 2001 07:34:14 +0800
Received: from loki.ietf.org([132.151.1.177]) by china.com(AIMC 2.9.5.1) with SMTP id jmde3afbeb47; Fri, 11 May 2001 16:33:56 +0800
Received: (from adm@localhost) by loki.ietf.org (8.9.1b+Sun/8.9.1) id MAA15053 for ietf-123-outbound.02@ietf.org; Wed, 9 May 2001 12:15:00 -0400 (EDT)
Received: from ietf.org (odin.ietf.org [10.27.2.28]) by loki.ietf.org (8.9.1b+Sun/8.9.1) with ESMTP id JAA13279 for <all-ietf@loki.ietf.org>; Wed, 9 May 2001 09:32:27 -0400 (EDT)
Received: from CNRI.Reston.VA.US (localhost [127.0.0.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA06224; Wed, 9 May 2001 09:32:24 -0400 (EDT)
Message-Id: <200105091332.JAA06224@ietf.org>
Mime-Version: 1.0
Content-Type: Multipart/Mixed; Boundary="NextPart"
To: IETF-Announce: ;
Cc: ietf-smime@imc.org
Reply-to: Internet-Drafts@ietf.org
Subject: I-D ACTION:draft-ietf-smime-seclabel-04.txt
Date: Wed, 09 May 2001 09:32:24 -0400
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>

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the S/MIME Mail Security Working Group of the IETF.

	Title		: Implementing Company Classification Policy with the 
                          S/MIME Security Label
	Author(s)	: W. Nicolls
	Filename	: draft-ietf-smime-seclabel-04.txt
	Pages		: 
	Date		: 08-May-01
	
This document discusses how company security policy for data classification can be mapped to the S/MIME security label.  Actual policies from 3 companies are used to provide worked examples.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-smime-seclabel-04.txt

Internet-Drafts are also available by anonymous FTP. Login with the username
"anonymous" and a password of your e-mail address. After logging in,
type "cd internet-drafts" and then
	"get draft-ietf-smime-seclabel-04.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt


Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-smime-seclabel-04.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body;
	access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID:	<20010508152338.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-smime-seclabel-04.txt

--OtherAccess
Content-Type: Message/External-body;
	name="draft-ietf-smime-seclabel-04.txt";
	site="ftp.ietf.org";
	access-type="anon-ftp";
	directory="internet-drafts"

Content-Type: text/plain
Content-ID:	<20010508152338.I-D@ietf.org>

--OtherAccess--

--NextPart--




Received: (from majordomo@localhost) by above.proper.com (8.9.3/8.9.3) id PAA19309 for ietf-smime-bks; Fri, 11 May 2001 15:08:19 -0700 (PDT)
Received: from china.com (TCE-E-7-182-12.bta.net.cn [202.106.182.12]) by above.proper.com (8.9.3/8.9.3) with SMTP id PAA19292 for <ietf-smime@imc.org>; Fri, 11 May 2001 15:08:09 -0700 (PDT)
From: Internet-Drafts@ietf.org
Received: from china.com([10.1.7.101]) by china.com(AIMC 2.9.5.1) with SMTP id jmb3afc7614; Sat, 12 May 2001 06:08:12 +0800
Received: from loki.ietf.org([132.151.1.177]) by china.com(AIMC 2.9.5.1) with SMTP id jm5f3afbe026; Fri, 11 May 2001 15:07:28 +0800
Received: (from adm@localhost) by loki.ietf.org (8.9.1b+Sun/8.9.1) id LAA11041 for ietf-123-outbound.02@ietf.org; Tue, 8 May 2001 11:45:01 -0400 (EDT)
Received: from ietf.org (odin.ietf.org [10.27.2.28]) by loki.ietf.org (8.9.1b+Sun/8.9.1) with ESMTP id JAA09675 for <all-ietf@loki.ietf.org>; Tue, 8 May 2001 09:20:12 -0400 (EDT)
Received: from CNRI.Reston.VA.US (localhost [127.0.0.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA21126; Tue, 8 May 2001 09:20:10 -0400 (EDT)
Message-Id: <200105081320.JAA21126@ietf.org>
Mime-Version: 1.0
Content-Type: Multipart/Mixed; Boundary="NextPart"
To: IETF-Announce: ;
Cc: ietf-smime@imc.org
Reply-to: Internet-Drafts@ietf.org
Subject: I-D ACTION:draft-ietf-smime-ecc-05.txt
Date: Tue, 08 May 2001 09:20:10 -0400
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>

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the S/MIME Mail Security Working Group of the IETF.

	Title		: Use of ECC Algorithms in CMS
	Author(s)	: S. Blake-Wilson, D. Brown, P. Lambert
	Filename	: draft-ietf-smime-ecc-05.txt
	Pages		: 16
	Date		: 07-May-01
	
This document describes how to use Elliptic Curve Cryptography
(ECC) public-key algorithms in the Cryptographic Message Syntax
(CMS).  The ECC algorithms support the creation of digital
signatures and the exchange of keys to encrypt or authenticate
content.  The definition of the algorithm processing is based on
the ANSI X9.62 standard, developed by the ANSI X9F1 working group,
and the IEEE 1363 standard and the SEC 1 standard.  
The readers attention is called to the Intellectual Property Rights
section at the end of this document.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-smime-ecc-05.txt

Internet-Drafts are also available by anonymous FTP. Login with the username
"anonymous" and a password of your e-mail address. After logging in,
type "cd internet-drafts" and then
	"get draft-ietf-smime-ecc-05.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt


Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-smime-ecc-05.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body;
	access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID:	<20010507125733.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-smime-ecc-05.txt

--OtherAccess
Content-Type: Message/External-body;
	name="draft-ietf-smime-ecc-05.txt";
	site="ftp.ietf.org";
	access-type="anon-ftp";
	directory="internet-drafts"

Content-Type: text/plain
Content-ID:	<20010507125733.I-D@ietf.org>

--OtherAccess--

--NextPart--




Received: by above.proper.com (8.9.3/8.9.3) id EAA08033 for ietf-smime-bks; Fri, 11 May 2001 04:12:42 -0700 (PDT)
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by above.proper.com (8.9.3/8.9.3) with ESMTP id EAA08026 for <ietf-smime@imc.org>; Fri, 11 May 2001 04:12:38 -0700 (PDT)
Received: from CNRI.Reston.VA.US (localhost [127.0.0.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id HAA03757; Fri, 11 May 2001 07:12:32 -0400 (EDT)
Message-Id: <200105111112.HAA03757@ietf.org>
Mime-Version: 1.0
Content-Type: Multipart/Mixed; Boundary="NextPart"
To: IETF-Announce: ;
Cc: ietf-smime@imc.org
From: Internet-Drafts@ietf.org
Reply-to: Internet-Drafts@ietf.org
Subject: I-D ACTION:draft-ietf-smime-compression-04.txt
Date: Fri, 11 May 2001 07:12:32 -0400
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>

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the S/MIME Mail Security Working Group of the IETF.

	Title		: Compressed Data Content Type for S/MIME
	Author(s)	: P. Gutmann
	Filename	: draft-ietf-smime-compression-04.txt
	Pages		: 
	Date		: 10-May-01
	
The Cryptographic Message Syntax data format doesn't currently contain
any provisions for compressing data before processing it. Compressing
data before transmission provides a number of advantages including the
elimination of data redundancy which could help an attacker, speeding
up processing by reducing the amount of data to be processed by later
steps such as signing or encryption, and reducing overall message
size. Although there have been proposals for adding compression at
other levels (for example at the MIME or SSL level) these don't
address the problem of compression of CMS content unless the
compression is supplied by an external means (for example by
intermixing MIME and CMS).  This document defines a format for using
compressed data as a CMS content type.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-smime-compression-04.txt

Internet-Drafts are also available by anonymous FTP. Login with the username
"anonymous" and a password of your e-mail address. After logging in,
type "cd internet-drafts" and then
	"get draft-ietf-smime-compression-04.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt


Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-smime-compression-04.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body;
	access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID:	<20010510095853.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-smime-compression-04.txt

--OtherAccess
Content-Type: Message/External-body;
	name="draft-ietf-smime-compression-04.txt";
	site="ftp.ietf.org";
	access-type="anon-ftp";
	directory="internet-drafts"

Content-Type: text/plain
Content-ID:	<20010510095853.I-D@ietf.org>

--OtherAccess--

--NextPart--




Received: by above.proper.com (8.9.3/8.9.3) id RAA14616 for ietf-smime-bks; Thu, 10 May 2001 17:42:27 -0700 (PDT)
Received: from [165.227.249.20] (ip20.proper.com [165.227.249.20]) by above.proper.com (8.9.3/8.9.3) with ESMTP id RAA14612 for <ietf-smime@imc.org>; Thu, 10 May 2001 17:42:22 -0700 (PDT)
Mime-Version: 1.0
X-Sender: phoffman@mail.imc.org
Message-Id: <p0510032db720e5e09f3d@[165.227.249.20]>
Date: Thu, 10 May 2001 17:42:14 -0700
To: ietf-smime@imc.org
From: Paul Hoffman / IMC <phoffman@imc.org>
Subject: ADMINISTRIVIA: Reduction in spam on this list
Content-Type: text/plain; charset="us-ascii" ; format="flowed"
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>

Due to the high volume of complaints about spam, this list is now 
restricted for posting. This should not affect the discussion much, 
as I will try to quickly add anyone whose (non-spam) mail bounces. 
Please report any list problems directly to me, not to the mailing 
list. Thanks!

--Paul Hoffman, Director
--Internet Mail Consortium


Received: by above.proper.com (8.9.3/8.9.3) id GAA13720 for ietf-smime-bks; Wed, 9 May 2001 06:32:30 -0700 (PDT)
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by above.proper.com (8.9.3/8.9.3) with ESMTP id GAA13716 for <ietf-smime@imc.org>; Wed, 9 May 2001 06:32:28 -0700 (PDT)
Received: from CNRI.Reston.VA.US (localhost [127.0.0.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA06224; Wed, 9 May 2001 09:32:24 -0400 (EDT)
Message-Id: <200105091332.JAA06224@ietf.org>
Mime-Version: 1.0
Content-Type: Multipart/Mixed; Boundary="NextPart"
To: IETF-Announce: ;
Cc: ietf-smime@imc.org
From: Internet-Drafts@ietf.org
Reply-to: Internet-Drafts@ietf.org
Subject: I-D ACTION:draft-ietf-smime-seclabel-04.txt
Date: Wed, 09 May 2001 09:32:24 -0400
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>

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the S/MIME Mail Security Working Group of the IETF.

	Title		: Implementing Company Classification Policy with the 
                          S/MIME Security Label
	Author(s)	: W. Nicolls
	Filename	: draft-ietf-smime-seclabel-04.txt
	Pages		: 
	Date		: 08-May-01
	
This document discusses how company security policy for data classification can be mapped to the S/MIME security label.  Actual policies from 3 companies are used to provide worked examples.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-smime-seclabel-04.txt

Internet-Drafts are also available by anonymous FTP. Login with the username
"anonymous" and a password of your e-mail address. After logging in,
type "cd internet-drafts" and then
	"get draft-ietf-smime-seclabel-04.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt


Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-smime-seclabel-04.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body;
	access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID:	<20010508152338.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-smime-seclabel-04.txt

--OtherAccess
Content-Type: Message/External-body;
	name="draft-ietf-smime-seclabel-04.txt";
	site="ftp.ietf.org";
	access-type="anon-ftp";
	directory="internet-drafts"

Content-Type: text/plain
Content-ID:	<20010508152338.I-D@ietf.org>

--OtherAccess--

--NextPart--




Received: by above.proper.com (8.9.3/8.9.3) id GAA13015 for ietf-smime-bks; Wed, 9 May 2001 06:16:09 -0700 (PDT)
Received: from tholian.securitydynamics.com (mail.rsasecurity.com [204.167.112.129]) by above.proper.com (8.9.3/8.9.3) with SMTP id GAA13010 for <ietf-smime@imc.org>; Wed, 9 May 2001 06:16:08 -0700 (PDT)
Received: from sdtihq24.securitydynamics.com by tholian.securitydynamics.com via smtpd (for mail.imc.org [208.184.76.43]) with SMTP; 9 May 2001 13:15:50 UT
Received: from exrsa01.rsa.com (exrsa01.rsa.com [10.81.217.7]) by sdtihq24.securid.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id JAA20968 for <ietf-smime@imc.org>; Wed, 9 May 2001 09:16:08 -0400 (EDT)
Received: by exrsa01.rsa.com with Internet Mail Service (5.5.2653.19) id <JKXM4Q9N>; Wed, 9 May 2001 06:16:08 -0700
Received: from HOUSLEY-LAP.rsasecurity.com (HOUSLEY-LAP [10.3.1.52]) by exna00.securitydynamics.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id JY8NV79R; Wed, 9 May 2001 09:15:59 -0400
From: "Housley, Russ" <rhousley@rsasecurity.com>
To: ietf-smime@imc.org
Message-Id: <5.0.1.4.2.20010509084825.017f84c8@exna07.securitydynamics.com>
X-Sender: rhousley@exna07.securitydynamics.com
X-Mailer: QUALCOMM Windows Eudora Version 5.0.1
Date: Wed, 09 May 2001 08:49:37 -0400
Subject: S/MIME WG Agenda for London IETF
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
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>

I have requested a two hour meeting slot.  Please let me know if you need 
to make a presentation.

Russ


Received: (from majordomo@localhost) by above.proper.com (8.9.3/8.9.3) id VAA16179 for ietf-smime-bks; Tue, 8 May 2001 21:30:38 -0700 (PDT)
Received: from pavilion (a24b31n80client230.hawaii.rr.com [24.31.80.230]) by above.proper.com (8.9.3/8.9.3) with ESMTP id VAA16173 for <ietf-smime@imc.org>; Tue, 8 May 2001 21:30:35 -0700 (PDT)
Message-ID: <18512200153942235660@pavilion>
X-EM-Version: 5, 0, 0, 19
X-EM-Registration: #01B0530810E603002D00
X-Priority: 3
X-MSMail-Priority: Normal
From: "Mitchell" <mail2@pcpostal.com>
To: ietf-smime@imc.org
Subject: Business/Employment Opportunity
Date: Tue, 8 May 2001 18:22:35 -1000
MIME-Version: 1.0
Content-type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by above.proper.com id VAA16174
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>

Dear Friend:

"Making over half million dollars every 4 to 5 months from your
home for an investment of only $25 U.S. Dollars expense one
time"

THANKS TO THE COMPUTER AGE AND THE INTERNET!
===============================================

BE A MILLIONAIRE LIKE OTHERS WITHIN A YEAR !!

Before you say "Bull" , please read the following. This is the
letter you have been hearing about on the news lately. Due to the
popularity of this letter on the internet, a national weekly news
program recently devoted an entire show to the investigation of
this program described below , to see if it really can make people
money.

The show also investigated whether or not the program was legal.
Their findings proved once and for all that there are "absolutely
no laws prohibiting the participation in the program and if people
can follow the simple instructions, they are bound to make
some mega bucks with only $25 out of pocket cost".

DUE TO THE RECENT INCREASE OF POPULARITY & RESPECT
THIS PROGRAM HAS ATTAINED, IT IS CURRENTLY WORKING
BETTER THAN EVER.

This is what one had to say:

"Thanks to this profitable opportunity. I was approached
many times before but each time I passed on it. I am so glad
I finally joined just to see what one could expect in return
for the minimal effort and money required. To my astonishment, I
received total $ 610,470.00 in 21 weeks, with money still
coming in".
Pam Hedland, Fort Lee, New Jersey.

-------------------------------------------------------------------------

Here is another testimonial:

"This program has been around for a long time but I never
believed in it. But one day when I received this again in
the mail I decided to gamble my $25 on it. I followed thesimple instructions and walaa ..... 3 weeks later the money
started to come in. First month I only made $240.00 but
the next 2 months after that I made a total of $290,000.00.
So far, in the past 8 months by re-entering the program,I
have made over $710,000.00 and I am playing it again.
The key to success in this program is to follow the simple
steps and NOT change anything ."

More testimonials later but first,

****** PRINT THIS NOW FOR YOUR FUTURE REFERENCE *******

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
If you would like to make at least $500,000 every 4 to 5 months
easily and comfortably, please read the following...THEN READ
IT AGAIN and AGAIN !!!
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

FOLLOW THE SIMPLE INSTRUCTION BELOW AND YOUR
FINANCIAL DREAMS WILL COME TRUE, GUARANTEED!

INSTRUCTIONS:

**** Order all 5 reports shown on the list below.

**** For each report, send $5 CASH, THE NAME & NUMBER OF THE
REPORT YOU ARE ORDERING and YOUR E-MAIL ADDRESS
to the person whose name appears ON THAT LIST next to the report.
MAKE SURE YOUR RETURN ADDRESS IS ON YOUR ENVELOPE
TOP LEFT CORNER in case of any mail problems.

**** When you place your order, make sure you order each of the 5
reports. You will need all 5 reports so that you can save them on your 
computer and resell them. YOUR TOTAL COST $5 X 5 = $25.00.

**** Within a few days you will receive, via e-mail, each of the 5
reports from these 5 different individuals. Save them on your computer
so they will be accessible for you to send to the 1,000's of people
who will order them from you. Also make a floppy of these
reports and keep it on your desk in case something happen to your
computer.

****.IMPORTANT - DO NOT alter the names of the people who are
listed next to each report, or their sequence on the list, in
any way other than what is instructed below in steps 1 through6 or you will loose out on majority of your profits. Once you
understand the way this works, you will also see how it does not work if you 
change it.

Remember, this method has been tested, and if you alter, it
will NOT work!!! People have tried to put their friends/relatives names
on all five thinking they could get all the money. But it does not work this 
way. Believe us, we all have tried to be greedy and then nothing happened. 
So Do Not try to change anything other than what is instructed. Because if 
you do, it will not work for you. Remember, honesty reaps the reward!!!

1.. After you have ordered all 5 reports, take this advertisement
and REMOVE the name & address of the person in REPORT # 5. This
person has made it through the cycle and is no doubt counting
their fortune.

2.... Move the name & address in REPORT # 4 down TO REPORT # 5.

3.... Move the name & address in REPORT # 3 down TO REPORT # 4.

4.... Move the name & address in REPORT # 2 down TO REPORT # 3.

5.... Move the name & address in REPORT # 1 down TO REPORT # 2

6.... Insert YOUR name & address in the REPORT # 1 Position.

PLEASE MAKE SURE you copy every name & address ACCURATELY !
=========================================================

Take this entire letter, with the modified list of names, and save
it on your computer. DO NOT MAKE ANY OTHER CHANGES.
Save this on a disk as well just in case if you loose any data.

To assist you with marketing your business on the internet, the
5 reports you purchase will provide you with invaluable
marketing information which includes how to send bulk e-mails legally,
where to find thousands of free classified ads and much more.

There are 2 Primary methods to get this venture going:

METHOD # 1 : BY SENDING BULK E-MAIL LEGALLY
============================================
let's say that you decide to start small, just to see how it
goes, and we will assume You and those involved send out only
5,000 e-mails each. Let's also assume that the mailing receive only a0.2% response (the response could be much better but lets just
say it is only 0.2% . Also many people will send out hundreds of
thousands e-mails instead of only 5,000 each).

Continuing with this example, you send out only 5,000 e-mails.
With a 0.2% response, that is only 10 orders for report # 1.
Those 10 people responded by sending out 5,000 e-mail
each for a total of 50,000. Out of those 50,000 e-mails only
0.2% responded with orders. That's = 100 people responded
and ordered Report # 2. Those 100 people mail out 5,000
e-mails each for a total of 500,000 e-mails. The 0.2% response
to that is 1000 orders for Report # 3. Those 1000 people send
out 5,000 e-mails each for a total of 5 million e-mails sent out.
The 0.2% response to that is 10,000 orders for Report # 4.
Those 10,000 people send out 5,000 e-mails each for a total of
50,000,000 (50 million) e-mails. The 0.2% response to that is
100,000 orders for Report # 5.

THAT'S 100,000 ORDERS TIMES $5 EACH = $500,000.00 (half million).

Your total income in this example is:
1..... $50 +
2..... $500 +
3..... $5,000 +
4..... $50,000 +
5..... $500,000 ......... Grand Total = $555,550.00

NUMBERS DO NOT LIE. GET A PENCIL & PAPER AND FIGURE
OUT THE WORST POSSIBLE RESPONSES AND NO MATTER
HOW YOU CALCULATE IT, YOU WILL STILL MAKE A LOT OF
MONEY !

------------------------------------------------------------------------------

REMEMBER FRIEND, THIS IS ASSUMING ONLY 10 PEOPLE
ORDERING OUT OF 5,000 YOU MAILED TO. Dare to think for
a moment what would happen if everyone, or half or even one 4th
of those people mailed 100,000 e-mails each or more? There are
over 250 million people on the internet worldwide and counting.
Believe me, many people will do just that, and more!

METHOD # 2 : BY PLACING FREE ADS ON THE INTERNET
===================================================
Advertising on the net is very very inexpensive and there are
hundreds of FREE places to advertise. Placing a lot of free adson the internet will easily get a larger response. We strongly
suggest you start with Method # 1 and add METHOD # 2 as you go
along.

For every $5 you receive, all you must do is e-mail them the Report
they ordered. That's it . Always provide same day service on all
orders. This will guarantee that the e-mail they send out, with your
name and address on it, will be prompt because they can not advertise until 
they receive the report.

_____________________ AVAILABLE REPORTS_____________________

ORDER EACH REPORT BY ITS NUMBER & NAME ONLY.

Notes: Always send $5 cash (U.S. CURRENCY) for each Report.
Checks NOT accepted. Make sure the cash is concealed by wrapping
it in at least 2 sheets of paper. On one of those sheets of paper,
Write the NUMBER & the NAME of the Report you are ordering, YOUR
E-MAIL ADDRESS and your name and postal address.

PLACE YOUR ORDER FOR THESE REPORTS NOW :
==============================================
REPORT #1, "The Insider's Guide to Sending
Bulk E-mail on the Internet"

ORDER REPORT #1 FROM:

G. Donaldson
P.O. Box 25884
Honolulu, Hawaii 96825-0884


don't forget to provide a permanent e-mail address in clear writing (better 
typed) to receive the reports. We had problems in delivery e-mails before!!!

==============================================
REPORT #2 "The Insider's Guide to Advertising for Free on the
Internet"
ORDER REPORT #2 FROM:

Vijay Paul
C-291, Second Floor
Defence Colony
New Delhi - 110024
INDIA

==============================================
REPORT #3 "The Secrets to Multilevel Marketing on the Internet"
ORDER REPORT #3 FROM:

JD
P.O.Box 1114
Des Plaines, IL 60017
USA

==============================================
REPORT #4 "How to become a Millionaire utilizing the Power of
Multilevel Marketing and the Internet"
ORDER REPORT #4 FROM:

J Santi
833 Walter Ave
Des Plaines, IL 60016
USA

==============================================
REPORT #5 "How to SEND 1,000,000 e-mails for FREE"
ORDER REPORT #5 FROM:

Elaine Rix
138 Dundas Street, West, #243
Toronto, Ontario
Canada M5G 1C3

==============================================
There are currently more than 250,000,000 people online
worldwide!

$$$$$$$$$ YOUR SUCCESS GUIDELINES $$$$$$$$$$$

Follow these guidelines to guarantee your success:

If you do not receive at least 10 orders for Report #1 within 2
weeks, continue sending e-mails until you do.

After you have received 10 orders, 2 to 3 weeks after that
you should receive 100 orders or more for REPORT # 2.
If you did not, continue advertising or sending e-mails until
you do.
Once you have received 100 or more orders for Report # 2,
YOU CAN RELAX, because the system is already working for
you , and the cash will continue to roll in !

THIS IS IMPORTANT TO REMEMBER : Every time your name is
moved down on the list, you are placed in front of a different report.
You can KEEP TRACK of your PROGRESS by watching which
report people are ordering from you. IF YOU WANT TO GENERATE
MORE INCOME SEND ANOTHER BATCH OF E-MAILS AND
START THE WHOLE PROCESS AGAIN. There is NO LIMIT to
the income you can generate from this business !!!
____________________________________________________

FOLLOWING IS A NOTE FROM THE ORIGINATOR OF THIS
PROGRAM:

You have just received information that can give you financial
freedom for the rest of your life, with NO RISK and JUST A
LITTLE BIT OF EFFORT. You can make more money in the
next few weeks and months than you have ever imagined.

Follow the program EXACTLY AS INSTRUCTED. Do Not change
it in any way. It works exceedingly well as it is now.
Remember to e-mail a copy of this exciting report after you
have put your name and address in Report #1 and moved others to
#2...........# 5 as instructed above. One of the people you send this to may 
send out 100,000 or more e-mails and your name will be on everyone of them. 
Remember though, the more you send out the more potential customers you will 
reach.

So my friend, I have given you the ideas, information,
materials and opportunity to become financially independent. IT IS UP TO YOU 
NOW !

************** MORE TESTIMONIALS ****************

"My name is Mitchell. My wife , Jody and I live in Chicago.
I am an accountant with a major U.S. Corporation and I
make pretty good money. When I received this program I grumbled
to Jody about receiving ''junk mail''. I made fun of the
whole thing, spouting my knowledge of the population and
percentages involved. I ''knew'' it wouldn't work. Jody
totally ignored my supposed intelligence and few days later she jumped in 
with both feet. I made merciless fun of her, and was ready to
lay the old ''I told you so'' on her when the thing didn'twork. Well, the laugh was on me! Within 3 weeks she had received
50 responses. Within the next 45 days she had received a
total of $ 147,200.00 all cash! I was shocked. I have
joined Jody in her ''hobby''."
Mitchell Wolf,
Chicago, Illinois

------------------------------------------------------------

"Not being the gambling type, it took me several weeks to
make up my mind to participate in this plan. But conservative that
I am, I decided that the initial investment was so little
that there was just no way that I wouldn't get enough orders to at
least get my money back.

I was surprised when I found my medium size post office box
crammed with orders. I made $319,210.00 in the first 12
weeks. The nice thing about this deal is that it does not matter
where people live. There simply isn't a better investment
with a faster return and so big."
Dan Sondstrom, Alberta,
Canada

-----------------------------------------------------------

"I had received this program before. I deleted it, but
later I wondered if I should have given it a try. Of course, I had
no idea who to contact to get another copy, so I had to wait
until I was e-mailed again by someone else.........11 months
passed then it luckily came again...... I did not delete this
one! I made more than $490,000 on my first try and all the
money came within 22 weeks".
Susan De Suza,
New York, N.Y.

----------------------------------------------------

"It really is a great opportunity to make relatively easy
money with little cost to you. I followed the simple
instructions carefully and within 10 days the money
started to come in. My first month I made $ 20,560.00
and by the end of third month my total cash count was
$ 362,840.00. Life is beautiful, Thanx to internet".
Fred Dellaca, Westport,
New Zealand
------------------------------------------------------------


ORDER YOUR REPORTS TODAY AND GET STARTED ON
YOUR ROAD TO FINANCIAL FREEDOM !

=======================================================

If you have any questions of the legality of this program, contact the
Office of Associate Director for Marketing Practices, Federal Trade
Commission, Bureau of Consumer Protection, Washington, D.C.


Under Bill s.1618 TITLE III passed by the 105th US Congress this
letter cannot be considered spam as long as the sender includes
contact information and a method of removal.
This is one time e-mail transmission. No request for removal is
necessary.

------------------------------------------------------------
This message is sent in compliance of the new email
Bill HR 1910. Under Bill HR 1910 passed by the 106th
US Congress on May 24, 1999, this message cannot be
considered Spam as long as we include the way to be
removed. Per Section HR 1910, Please type "REMOVE" in
the subject line and reply to this email. All removal
requests are handled personally an immediately once
received.









Received: (from majordomo@localhost) by above.proper.com (8.9.3/8.9.3) id KAA16659 for ietf-smime-bks; Tue, 8 May 2001 10:49:59 -0700 (PDT)
Received: from [165.227.249.20] (ip20.proper.com [165.227.249.20]) by above.proper.com (8.9.3/8.9.3) with ESMTP id KAA16655; Tue, 8 May 2001 10:49:52 -0700 (PDT)
Mime-Version: 1.0
X-Sender: phoffman@mail.imc.org
Message-Id: <p05100310b71de20d36d3@[165.227.249.20]>
In-Reply-To: <NABBJNEAKNOGJBHIOCBHCEBMDOAA.w.ottaway@eris.dera.gov.uk>
References: <NABBJNEAKNOGJBHIOCBHCEBMDOAA.w.ottaway@eris.dera.gov.uk>
Date: Tue, 8 May 2001 10:49:48 -0700
To: "William Ottaway" <w.ottaway@eris.dera.gov.uk>, <ietf-smime@imc.org>
From: Paul Hoffman / IMC <phoffman@imc.org>
Subject: Re: Typos in X400wrap and X400transport
Cc: <BonattiC@ieca.com>, <Anders.Eggen@ffi.no>
Content-Type: text/plain; charset="us-ascii" ; format="flowed"
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>

These seem fine to me.

Is anyone else in the WG still mulling over these documents? All 
comments are appreciated.

--Paul Hoffman, Director
--Internet Mail Consortium


Received: by above.proper.com (8.9.3/8.9.3) id GAA23748 for ietf-smime-bks; Tue, 8 May 2001 06:20:14 -0700 (PDT)
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by above.proper.com (8.9.3/8.9.3) with ESMTP id GAA23743 for <ietf-smime@imc.org>; Tue, 8 May 2001 06:20:12 -0700 (PDT)
Received: from CNRI.Reston.VA.US (localhost [127.0.0.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA21126; Tue, 8 May 2001 09:20:10 -0400 (EDT)
Message-Id: <200105081320.JAA21126@ietf.org>
Mime-Version: 1.0
Content-Type: Multipart/Mixed; Boundary="NextPart"
To: IETF-Announce: ;
Cc: ietf-smime@imc.org
From: Internet-Drafts@ietf.org
Reply-to: Internet-Drafts@ietf.org
Subject: I-D ACTION:draft-ietf-smime-ecc-05.txt
Date: Tue, 08 May 2001 09:20:10 -0400
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>

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the S/MIME Mail Security Working Group of the IETF.

	Title		: Use of ECC Algorithms in CMS
	Author(s)	: S. Blake-Wilson, D. Brown, P. Lambert
	Filename	: draft-ietf-smime-ecc-05.txt
	Pages		: 16
	Date		: 07-May-01
	
This document describes how to use Elliptic Curve Cryptography
(ECC) public-key algorithms in the Cryptographic Message Syntax
(CMS).  The ECC algorithms support the creation of digital
signatures and the exchange of keys to encrypt or authenticate
content.  The definition of the algorithm processing is based on
the ANSI X9.62 standard, developed by the ANSI X9F1 working group,
and the IEEE 1363 standard and the SEC 1 standard.  
The readers attention is called to the Intellectual Property Rights
section at the end of this document.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-smime-ecc-05.txt

Internet-Drafts are also available by anonymous FTP. Login with the username
"anonymous" and a password of your e-mail address. After logging in,
type "cd internet-drafts" and then
	"get draft-ietf-smime-ecc-05.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt


Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-smime-ecc-05.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body;
	access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID:	<20010507125733.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-smime-ecc-05.txt

--OtherAccess
Content-Type: Message/External-body;
	name="draft-ietf-smime-ecc-05.txt";
	site="ftp.ietf.org";
	access-type="anon-ftp";
	directory="internet-drafts"

Content-Type: text/plain
Content-ID:	<20010507125733.I-D@ietf.org>

--OtherAccess--

--NextPart--




Received: by above.proper.com (8.9.3/8.9.3) id KAA16715 for ietf-smime-bks; Mon, 7 May 2001 10:22:17 -0700 (PDT)
Received: from mail.ca.certicom.com (ip6.certicom.com [209.121.99.6] (may be forged)) by above.proper.com (8.9.3/8.9.3) with ESMTP id KAA16706 for <ietf-smime@imc.org>; Mon, 7 May 2001 10:22:14 -0700 (PDT)
Received: from smtpmail.certicom.com (domino2.certicom.com [10.0.1.25]) by mail.ca.certicom.com (8.9.3/8.9.3) with SMTP id NAA07170 for <ietf-smime@imc.org>; Mon, 7 May 2001 13:15:35 -0400 (EDT)
Received: by smtpmail.certicom.com(Lotus SMTP MTA v4.6.4  (830.2 3-23-1999))  id 85256A45.005F385A ; Mon, 7 May 2001 13:20:03 -0400
X-Lotus-FromDomain: CERTICOM
From: "Simon Blake-Wilson" <sblakewilson@certicom.com>
To: ietf-smime@imc.org
Message-ID: <85256A45.005F361E.00@smtpmail.certicom.com>
Date: Mon, 7 May 2001 13:19:07 -0400
Subject: ECC in CMS
Mime-Version: 1.0
Content-type: text/plain; charset=us-ascii
Content-Disposition: inline
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 folks,

We have just posted an updated ECC in CMS draft to the internet-drafts manager
... it should appear shortly.
We believe we have addressed all the last call comments ... please let me know
if there's anything you
think we've missed.

Best regards. Simon

S. Blake-Wilson
Certicom Corp.




Received: (from majordomo@localhost) by above.proper.com (8.9.3/8.9.3) id GAA24959 for ietf-smime-bks; Mon, 7 May 2001 06:33:32 -0700 (PDT)
Received: from post.ffi.no (post.ffi.no [193.156.99.133]) by above.proper.com (8.9.3/8.9.3) with ESMTP id GAA24941; Mon, 7 May 2001 06:33:27 -0700 (PDT)
Received: by post.ffi.no with Internet Mail Service (5.5.2653.19) id <22VKLV8J>; Mon, 7 May 2001 15:33:15 +0200
Message-ID: <4B11D7CAB78AD2119BC100A0C9EA88ECFD64DF@post.ffi.no>
From: "Eggen, Anders" <Anders.Eggen@ffi.no>
To: "'William Ottaway'" <w.ottaway@eris.dera.gov.uk>, ietf-smime@imc.org
Cc: BonattiC@ieca.com, phoffman@imc.org, "Eggen, Anders" <Anders.Eggen@ffi.no>
Subject: SV: Typos in X400wrap and X400transport
Date: Mon, 7 May 2001 15:33:06 +0200 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C0D6FA.3FA35250"
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>

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C0D6FA.3FA35250
Content-Type: text/plain

Bill,

Bill wrote:

	X400 wrap: -

	Section 3.3.1 Step 3.

	These steps are defining how to MIME wrap therefore step three
should not
	start with 'optionally' and the sentence should not contain 'may'.
Change
	sentence to "The CMS object is inserted into an
application/pkcs7-mime MIME
	entity to allow 7-bit transport."

	Bill.

I agree and the change is done.

Thanks!

Anders Eggen





Anders Eggen
Norwegian Defence Research Establishment
P O Box 25
N-2027 Kjeller
Norway

Phone: +47 63 80 73 88, 
Fax: +47 63 80 72 12
Mobile phone: +47 91 34 78 26
E-mail: anders.eggen@ffi.no


> -----Opprinnelig melding-----
> Fra:	William Ottaway [SMTP:w.ottaway@eris.dera.gov.uk]
> Sendt:	Monday, May 07, 2001 1:47 PM
> Til:	ietf-smime@imc.org
> Kopi:	BonattiC@ieca.com; phoffman@imc.org; Anders.Eggen@ffi.no
> Emne:	Typos in X400wrap and X400transport
> 
> Hi,
> 
> A couple of typos is X400 drafts.
> 
> X400 transport: -
> 
> Section 2.5 third para. first sentence
> 
> Change "... when assigning a new values of EIT." to "... when assigning
> new
> EIT values."
> 
> X400 wrap: -
> 
> Section 3.3.1 Step 3.
> 
> These steps are defining how to MIME wrap therefore step three should not
> start with 'optionally' and the sentence should not contain 'may'. Change
> sentence to "The CMS object is inserted into an application/pkcs7-mime
> MIME
> entity to allow 7-bit transport."
> 
> Bill.
> 
> "The Information contained in this E-Mail and any subsequent
> correspondence is private and is intended solely for the intended
> recipient(s).  For those other than the intended recipient any
> disclosure, copying, distribution, or any action taken or omitted to
> be taken in reliance on such information is prohibited and may be
> unlawful."
> ____________________________________________________
>  William Ottaway BSc Hons CEng MBCS,
>  Woodward B009,               Tel: +44 (0) 1684 894079
>  DERA Malvern,                Fax: +44 (0) 1684 896660
>  St. Andrews Road,            email: w.ottaway@eris.dera.gov.uk
>  Malvern,
>  Worcs,
>  WR14 3PS
> 
>  All opinions are my own.
> 

------_=_NextPart_001_01C0D6FA.3FA35250
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>SV: Typos in X400wrap and X400transport</TITLE>
</HEAD>
<BODY>

<P><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">Bill,</FONT>
</P>

<P><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">Bill wrote:</FONT>
</P>
<UL>
<P><FONT SIZE=3D2 FACE=3D"Arial">X400 wrap: -</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Section 3.3.1 Step 3.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">These steps are defining how to MIME =
wrap therefore step three should not</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">start with 'optionally' and the =
sentence should not contain 'may'. Change</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">sentence to &quot;The CMS object is =
inserted into an application/pkcs7-mime MIME</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">entity to allow 7-bit =
transport.&quot;</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Bill.</FONT>
</P>
</UL>
<P><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">I agree and the =
change is done.</FONT>
</P>

<P><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">Thanks!</FONT>
</P>

<P><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">Anders Eggen</FONT>
</P>
<BR>
<BR>
<BR>
<BR>

<P><B><FONT FACE=3D"Brush Script MT">Anders Eggen</FONT></B>
<BR><B><FONT FACE=3D"Brush Script MT">Norwegian Defence Research =
Establishment</FONT></B>
<BR><B><FONT FACE=3D"Brush Script MT">P O Box 25</FONT></B>
<BR><B><FONT FACE=3D"Brush Script MT">N-2027 Kjeller</FONT></B>
<BR><B><FONT FACE=3D"Brush Script MT">Norway</FONT></B>
</P>

<P><B><FONT FACE=3D"Brush Script MT">Phone: +47 63 80 73 88, =
</FONT></B>
<BR><B><FONT FACE=3D"Brush Script MT">Fax: +47 63 80 72 12</FONT></B>
<BR><B><FONT FACE=3D"Brush Script MT">Mobile phone: +47 91 34 78 =
26</FONT></B>
<BR><B><FONT FACE=3D"Brush Script MT">E-mail:<U> </U></FONT><U><FONT =
COLOR=3D"#3EA83E" FACE=3D"Brush Script =
MT">anders.eggen@ffi.no</FONT></U></B>
</P>
<BR>
<UL>
<P><FONT SIZE=3D1 FACE=3D"Arial">-----Opprinnelig melding-----</FONT>
<BR><B><FONT SIZE=3D1 FACE=3D"Arial">Fra:&nbsp;&nbsp;&nbsp;</FONT></B> =
<FONT SIZE=3D1 FACE=3D"Arial">William Ottaway =
[SMTP:w.ottaway@eris.dera.gov.uk]</FONT>
<BR><B><FONT SIZE=3D1 FACE=3D"Arial">Sendt:&nbsp;</FONT></B> <FONT =
SIZE=3D1 FACE=3D"Arial">Monday, May 07, 2001 1:47 PM</FONT>
<BR><B><FONT SIZE=3D1 FACE=3D"Arial">Til:&nbsp;&nbsp;&nbsp;</FONT></B> =
<FONT SIZE=3D1 FACE=3D"Arial">ietf-smime@imc.org</FONT>
<BR><B><FONT SIZE=3D1 FACE=3D"Arial">Kopi:&nbsp;&nbsp;</FONT></B> <FONT =
SIZE=3D1 FACE=3D"Arial">BonattiC@ieca.com; phoffman@imc.org; =
Anders.Eggen@ffi.no</FONT>
<BR><B><FONT SIZE=3D1 FACE=3D"Arial">Emne:&nbsp;&nbsp;</FONT></B> <FONT =
SIZE=3D1 FACE=3D"Arial">Typos in X400wrap and X400transport</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Hi,</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">A couple of typos is X400 =
drafts.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">X400 transport: -</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Section 2.5 third para. first =
sentence</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Change &quot;... when assigning a new =
values of EIT.&quot; to &quot;... when assigning new</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">EIT values.&quot;</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">X400 wrap: -</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Section 3.3.1 Step 3.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">These steps are defining how to MIME =
wrap therefore step three should not</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">start with 'optionally' and the =
sentence should not contain 'may'. Change</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">sentence to &quot;The CMS object is =
inserted into an application/pkcs7-mime MIME</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">entity to allow 7-bit =
transport.&quot;</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Bill.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">&quot;The Information contained in =
this E-Mail and any subsequent</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">correspondence is private and is =
intended solely for the intended</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">recipient(s).&nbsp; For those other =
than the intended recipient any</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">disclosure, copying, distribution, or =
any action taken or omitted to</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">be taken in reliance on such =
information is prohibited and may be</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">unlawful.&quot;</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">____________________________________________________</FON=
T>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;William Ottaway BSc Hons CEng =
MBCS,</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;Woodward =
B009,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; Tel: +44 (0) 1684 894079</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;DERA =
Malvern,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp; Fax: +44 (0) 1684 896660</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;St. Andrews =
Road,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
email: w.ottaway@eris.dera.gov.uk</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;Malvern,</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;Worcs,</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;WR14 3PS</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;All opinions are my own.</FONT>
</P>
</UL>
</BODY>
</HTML>
------_=_NextPart_001_01C0D6FA.3FA35250--


Received: (from majordomo@localhost) by above.proper.com (8.9.3/8.9.3) id FAA19471 for ietf-smime-bks; Mon, 7 May 2001 05:07:03 -0700 (PDT)
Received: from rmail.cbu.xwave.com (rmail.cbu.xwave.com [204.138.90.4]) by above.proper.com (8.9.3/8.9.3) with ESMTP id FAA19467 for <ietf-smime@imc.org>; Mon, 7 May 2001 05:07:01 -0700 (PDT)
Received: from onottexch01.corp.xwave.com (onottexch01.cbu.xwave.com [10.204.1.4]) by rmail.cbu.xwave.com (Switch-2.1.1/Switch-2.1.0) with ESMTP id f47C58U03073 for <ietf-smime@imc.org>; Mon, 7 May 2001 08:05:08 -0400
Received: by onottexch01.corp.xwave.com with Internet Mail Service (5.5.2653.19) id <KJA43BFA>; Mon, 7 May 2001 08:07:41 -0400
Message-ID: <E44CC781DE947E4697E4C7591BC0FCDDC7B9D6@onottexch01.corp.xwave.com>
From: "Williamson, Glenn" <Glenn.Williamson@xwave.com>
To: "'ietf-smime@imc.org'" <ietf-smime@imc.org>
Subject: SMIME/V3
Date: Mon, 7 May 2001 08:07:40 -0400 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C0D6EE.5064FCD0"
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>

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_000_01C0D6EE.5064FCD0
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C0D6EE.5064FCD0"


------_=_NextPart_001_01C0D6EE.5064FCD0
Content-Type: text/plain;
	charset="iso-8859-1"

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Good Morning,

 I am currently trying to fullfill a customers request for SMIME/V3,
I have been unable to find a product that totally provides S/MIME Ver
3 Certificate handling as per IETF-RFC 2632 and S/MIME Ver 3 Message
Specification as per IETF-RFC 2633. I appreciate your assistance.

 

Glenn Williamson
xwave
65 Iber RD
Stittsville, Ontario
Canada
K2S 1E7
Phone: 613-831-0888 (3055)
Fax: 613-831-1836
Email: Glenn.Williamson@xwave.com
       Glenn_Williamson@ottawa.com

QUOTE OF THE DAY:

There are no office hours for leaders. 
Cardinal James Gibbons



-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBOvaQDB7pToErhfDXEQJmJgCffiq4QjpbfvAt5N4sPsO0LxI+iPIAoKO/
/F1zOBf3RirrX8Tp0qENOath
=fbLr
-----END PGP SIGNATURE-----



------_=_NextPart_001_01C0D6EE.5064FCD0
Content-Type: text/html;
	charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>SMIME/V3</TITLE>
</HEAD>
<BODY>

<P>-----BEGIN PGP SIGNED MESSAGE-----<BR>
Hash: SHA1<BR>
<BR>
Good Morning,<BR>
<BR>
&nbsp;I am currently trying to fullfill a customers request for SMIME/V3,<BR>
I have been unable to find a product that totally provides S/MIME Ver<BR>
3 Certificate handling as per IETF-RFC 2632 and S/MIME Ver 3 Message<BR>
Specification as per IETF-RFC 2633. I appreciate your assistance.<BR>
<BR>
<BR>
<BR>
Glenn Williamson<BR>
xwave<BR>
65 Iber RD<BR>
Stittsville, Ontario<BR>
Canada<BR>
K2S 1E7<BR>
Phone: 613-831-0888 (3055)<BR>
Fax: 613-831-1836<BR>
Email: Glenn.Williamson@xwave.com<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Glenn_Williamson@ottawa.com<BR>
<BR>
QUOTE OF THE DAY:<BR>
<BR>
There are no office hours for leaders.<BR>
Cardinal James Gibbons<BR>
<BR>
<BR>
<BR>
-----BEGIN PGP SIGNATURE-----<BR>
Version: PGPfreeware 7.0.3 for non-commercial use &lt;<A HREF="http://www.pgp.com" TARGET="_blank">http://www.pgp.com</A>&gt;<BR>
<BR>
iQA/AwUBOvaQDB7pToErhfDXEQJmJgCffiq4QjpbfvAt5N4sPsO0LxI+iPIAoKO/<BR>
/F1zOBf3RirrX8Tp0qENOath<BR>
=fbLr<BR>
-----END PGP SIGNATURE-----<BR>

</P>

<P><FONT FACE="Arial" SIZE=2 COLOR="#000000"></FONT>&nbsp;

</BODY>
</HTML>
------_=_NextPart_001_01C0D6EE.5064FCD0--

------_=_NextPart_000_01C0D6EE.5064FCD0
Content-Type: application/octet-stream;
	name="PGPexch.rtf.asc"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
	filename="PGPexch.rtf.asc"

owFtU71vEzEUj1qxIBhY2EBv46tN76MJUTu0VZqWAmlLE0qRLCHfnS8x+Oxg+5JGVQcGvgYq5k78
A5XYWZgQ8A90YEVCbEydGHh3V9EUYenePfv3e59+fl2aGz9Tmjl6e+7yz9VnN57/OrwwRr6W9seu
tH6Mvfp4/cV+84269PLL/GEyLL37dnFj78PnT3fXB/z70fu5rcdbB3sH47+DUrZ2iLaxS6g0PBdh
r+N6FY9ELI6dTAoqO9OuU9khsZLWBgIVh8RmwI0hcdil2jDrwILmVMzuIuiSOFER03IEratUc6Zh
lQ1yjkdirRI6SmnzhJmMABsZMru7e/7sDgmVUBqDwizRLHK9GuloxmSmBCJl+J9FHulzNnjCZTRN
0tAlPaqjIknPgWWlImgqLbnsTGQQ0nMJK0ATCFOtmbRiCFYPkQJWQZwKEXMhgCJsrEqYNqDZ05QZ
C7HS0GquNBtTm/4E+ujSPoMAc4JU0kCw3AGmgsY9raI0tGC7FIWyVGAYPOzzCEttTWVeYBPb4kOd
actjHlLL0KOMRJYKNdBDdKXRXprcWKqDV/U9QPC0aZMZQzsMWj0WFi64kv+z9ctZyb2eRl4WZ4iX
gjzDjaUyZOVTzRnd4J3CsmBSwgPsCqeJUbJAtgdYfaFWK7ASYMSNxWLfstxa00cDNgFr0lLNVYHU
qaQRLfQ7Xgvcxs1is95Vks1A1fUna7476dRqNbjqO5XKtQJfotsnqFvzq8VxI6FczBQZlk8ynM+T
K4cqOS6pWDnt0QhNWUsH9ISXTc7fsu/dX2s3YG0J2rcasLjwcOZUX/JBM4HrOMTQTIY4/anI59t4
NWh3mWZA8ZMKVIyXg7eLXTf5FAlG8ZkYNJBYN5Rh1KvgftX5x7dDgmKm68jgkgq4TbNHs8yDQElD
gmzk3dqom+NXMJo1vpfSHw==

------_=_NextPart_000_01C0D6EE.5064FCD0--


Received: by above.proper.com (8.9.3/8.9.3) id EAA17388 for ietf-smime-bks; Mon, 7 May 2001 04:44:38 -0700 (PDT)
Received: from mail.eris.dera.gov.uk (ns0.eris.dera.gov.uk [128.98.1.1]) by above.proper.com (8.9.3/8.9.3) with SMTP id EAA17383 for <ietf-smime@imc.org>; Mon, 7 May 2001 04:44:36 -0700 (PDT)
Received: (qmail 2707 invoked from network); 7 May 2001 11:44:28 -0000
Received: from cray.eris.dera.gov.uk (HELO mailhost.eris.dera.gov.uk) (128.98.2.7) by ens0.eris.dera.gov.uk with SMTP; 7 May 2001 11:44:28 -0000
Received: (qmail 8970 invoked from network); 7 May 2001 11:44:27 -0000
Received: from wottaway.eris.dera.gov.uk (HELO WOTTAWAY) (128.98.10.192) by mailhost.eris.dera.gov.uk with SMTP; 7 May 2001 11:44:27 -0000
From: "William Ottaway" <w.ottaway@eris.dera.gov.uk>
To: <ietf-smime@imc.org>
Cc: <BonattiC@ieca.com>, <phoffman@imc.org>, <Anders.Eggen@ffi.no>
Subject: Typos in X400wrap and X400transport
Date: Mon, 7 May 2001 12:46:38 +0100
Message-ID: <NABBJNEAKNOGJBHIOCBHCEBMDOAA.w.ottaway@eris.dera.gov.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600
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,

A couple of typos is X400 drafts.

X400 transport: -

Section 2.5 third para. first sentence

Change "... when assigning a new values of EIT." to "... when assigning new
EIT values."

X400 wrap: -

Section 3.3.1 Step 3.

These steps are defining how to MIME wrap therefore step three should not
start with 'optionally' and the sentence should not contain 'may'. Change
sentence to "The CMS object is inserted into an application/pkcs7-mime MIME
entity to allow 7-bit transport."

Bill.

"The Information contained in this E-Mail and any subsequent
correspondence is private and is intended solely for the intended
recipient(s).  For those other than the intended recipient any
disclosure, copying, distribution, or any action taken or omitted to
be taken in reliance on such information is prohibited and may be
unlawful."
____________________________________________________
 William Ottaway BSc Hons CEng MBCS,
 Woodward B009,               Tel: +44 (0) 1684 894079
 DERA Malvern,                Fax: +44 (0) 1684 896660
 St. Andrews Road,            email: w.ottaway@eris.dera.gov.uk
 Malvern,
 Worcs,
 WR14 3PS

 All opinions are my own.




Received: (from majordomo@localhost) by above.proper.com (8.9.3/8.9.3) id OAA08597 for ietf-smime-bks; Sun, 6 May 2001 14:02:28 -0700 (PDT)
Received: from kookai.tm.fr (IDENT:root@mailhost.kookai.tm.fr [195.25.189.97]) by above.proper.com (8.9.3/8.9.3) with ESMTP id OAA08593 for <ietf-smime@mail.proper.com>; Sun, 6 May 2001 14:02:21 -0700 (PDT)
Received: from host (03-124.044.popsite.net [64.24.247.124]) by kookai.tm.fr (8.8.7/8.8.7) with ESMTP id WAA14883; Sun, 6 May 2001 22:42:01 +0200
Message-Id: <200105062042.WAA14883@kookai.tm.fr>
From: "Ben Harris" <meb31p@ausi.com>
Subject: You Really Should #4018
To: win49dj@kookai.tm.fr
X-Mailer: Microsoft Outlook Express 4.72.1712.3
X-MimeOLE: Produced By Microsoft MimeOLE VÐßD.1712.3
Mime-Version: 1.0
Date: Sun, 06 May 2001 10:54:37 -0500
Content-Type: multipart/mixed; boundary="----=_NextPart_000_007F_01BDF6C7.FABAC1B0"
Content-Transfer-Encoding: 7bit
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>

This is a MIME Message

------=_NextPart_000_007F_01BDF6C7.FABAC1B0
Content-Type: multipart/alternative; boundary="----=_NextPart_001_0080_01BDF6C7.FABAC1B0"

------=_NextPart_001_0080_01BDF6C7.FABAC1B0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

***** This is an HTML Message ! *****


------=_NextPart_001_0080_01BDF6C7.FABAC1B0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>

<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows-=
1252">
<meta name=3D"GENERATOR" content=3D"Microsoft FrontPage 4=2E0">
<meta name=3D"ProgId" content=3D"FrontPage=2EEditor=2EDocument">
<title>FREE Computer With Merchant Account Setup</title>
</head>

<body>

<center>
<p><b>COMPLETE CREDIT CARD PROCESSING SYSTEMS FOR YOUR BUSINESS=2E INTERNE=
T -  HOME
BASED -  MAIL ORDER -  PHONE ORDER</b></p>
<p><b>Do you accept credit cards? Your competition does!</b></p>
<p>&nbsp;</p>
<p>Everyone Approved - Credit Problems OK!<br>
Approval in less than 24 hours!<br>
Increase your sales by 300%<br>
Start Accepting Credit Cards on your website!<br>
Free Information, No Risk, 100% confidential=2E<br>
Your name and information will not be sold to thrid parties!<br>
Home Businesses OK!  Phone/Mail Order OK!<br>
No Application Fee, No Setup Fee!<br>
Close More Impulse Sales!<br>
<br>
</p>
<div align=3D"center">
  <table border=3D"0" cellspacing=3D"0" width=3D"85%">
    <tr>
      <td width=3D"100%">
        <p align=3D"center"><b><font face=3D"Times New Roman" size=3D"5" c=
olor=3D"#CC0000">Everyone Approved!</font></b></p>
        <p><b><font face=3D"Times New Roman"> Good Credit or Bad!&nbsp; To=
 apply today, please fill out
        the express form below=2E It
contains all the information we need to get your account approved=2E For a=
rea's
that do not apply to you please put &quot;n/a&quot; in the box=2E<br>
<br>
Upon receipt, we'll fax you with all of the all Bank Card Application
documents necessary to establish your Merchant Account=2E Once returned we=
 can
have your account approved within 24 hours=2E<br>&nbsp;</font></b>
        </p>
      </td>
    </tr>
  </table>
</div>
<table border=3D"10" cols=3D"3" width=3D"385">
  <tbody>
    <tr>
      <td align=3D"center" bgColor=3D"#990000" width=3D"119"><b><font colo=
r=3D"#ffff00" face=3D"Arial,Helvetica" size=3D"3">Service</font></b></td>
      <td align=3D"center" bgColor=3D"#990000" width=3D"160"><b><font colo=
r=3D"#ffff00" face=3D"Arial,Helvetica" size=3D"3">Industry
        Standard</font></b></td>
      <td align=3D"center" bgColor=3D"#990000" width=3D"66">
        <p align=3D"center"><b><font color=3D"#ffff00" face=3D"Arial,Helve=
tica" size=3D"3">US</font></b></p>
      </td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">Site
        Inspection</font></b></td>
      <td align=3D"middle" width=3D"160"><b><font size=3D"2">$50 - $75</fo=
nt></b></td>
      <td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica"=
 size=3D"2">FREE</font></b></td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">Shipping</font></b></td>
      <td align=3D"middle" width=3D"160"><b><font size=3D"2">$50 - $75</fo=
nt></b></td>
      <td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica"=
 size=3D"2">FREE</font></b></td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">Warranty</font></b></td>
      <td align=3D"middle" width=3D"160"><b><font size=3D"2">$10 Per Month=
</font></b></td>
      <td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica"=
 size=3D"2">FREE</font></b></td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">Sales
        Receipts</font></b></td>
      <td align=3D"middle" width=3D"160"><b><font size=3D"2">$10 - $50&nbs=
p;</font></b></td>
      <td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica"=
 size=3D"2">FREE</font></b></td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">Fraud
        Screening</font></b></td>
      </center>
    <td align=3D"middle" width=3D"160">
      <p align=3D"left"><font size=3D"2"><b>$=2E50 - $1=2E00</b><br>
      <b>Per Transaction</b></font></p>
    </td>
<center>
<td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica" size=3D=
"2">FREE</font></b></td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">Amex Set
        Up</font></b></td>
      <td align=3D"middle" width=3D"160"><b><font size=3D"2">$50 - $75</fo=
nt></b></td>
      <td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica"=
 size=3D"2">FREE</font></b></td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">24 Hour&nbsp;Help
        Line</font></b></td>
      <td align=3D"middle" width=3D"160"><b><font size=3D"2">$10 Month</fo=
nt></b></td>
      <td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica"=
 size=3D"2">FREE</font></b></td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">Security
        Bond</font></b></td>
      <td align=3D"middle" width=3D"160"><font size=3D"2"><b>$5000- $10,00=
0</b><br>
        <b>Or More</b></font></td>
      <td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica"=
 size=3D"2">NONE</font></b></td>
    </tr>
  </tbody>
</table><p>
<div align=3D"center">
  <table border=3D"0" cellspacing=3D"0" width=3D"85%">
    <tr>
      <td width=3D"100%">
        <p><font face=3D"Arial,Helvetica" size=3D"2"><b>This is a <font co=
lor=3D"#3333ff">No
        Obligation Qualification Form</font> and is your first step to<fon=
t color=3D"#cc0000">
        accepting credit cards=2E</font> By filling out this form you will=
 <font color=3D"#3333ff">&quot;not
        enter&quot;</font> in to any <font color=3D"#006600">obligations o=
r
        contracts </font>with us=2E We will use it to determine the best p=
rogram
        to offer you based on the information you provide=2E You will be c=
ontacted by one of our representatives within 1-2 business days to go over =
the rest of your account set up=2E</b></font>
        <p align=3D"center"><font face=3D"Arial,Helvetica" size=3D"2"><b><=
font color=3D"#cc0000">Note:</font>&nbsp;
        All Information Provided To Us <font color=3D"#cc0000">Will Remain=
 100%
        Confidential</font>
        !!&nbsp;</b></font></td>
    </tr>
  </table>
</div>
<table border=3D"0">
  <tbody>
    <tr>
      <td width=3D"100%">
        <p align=3D"center"><b><font color=3D"#000099" face=3D"arial" size=
=3D"+2">Apply
        Free With No Risk!</font></b></p>
      </td>
    </tr>
  </tbody>
</table>
  </center>
</form>
<div align=3D"left">
  <table border=3D"0" width=3D"95%">
    <tr>
      <td width=3D"100%">
        <p align=3D"center"><b><i><font size=3D"2" color=3D"#CC0000">Pleas=
e fill out the
        express application form completely=2E<br>Incomplete information m=
ay prevent us from properly
        processing your application=2E</font></i></b></p>
      </td>
    </tr>
  </table>
</div>
<form name=3D"form"
  method=3D"post"
  action=3D"mailto:mt84b@verizonmail=2Ecom?SUBJECT=3DMerchant Form"
  enctype=3D"text/plain"
  
 
 <tr>
<div align=3D"left">
  <table border=3D"0" width=3D"95%">
    <tr>
      <td width=3D"61%" align=3D"right"><font size=3D"2"><b>Your Full Emai=
l Address:</b><br>
        <font color=3D"#ff0000">be sure to use your full address </font>(i=
=2Ee=2E<font color=3D"#ff0000">
        </font>user@domain=2Ecom)</font></td>
      <td width=3D"39%" align=3D"center"><input type=3D"text" name=3D"user=
_email" size=3D"29"></td>
    </tr>
    <tr>
      <td width=3D"61%" align=3D"right"><b><font size=3D"2">Your Name:</fo=
nt></b></td>
      <td width=3D"39%" align=3D"center"><input type=3D"text" name=3D"Appl=
icant_Name" size=3D"29"></td>
    </tr>
    <tr>
      <td width=3D"61%" align=3D"right"><b><font size=3D"2">Business Name:=
</font></b></td>
      <td width=3D"39%" align=3D"center"><input type=3D"text" name=3D"Busi=
ness_Name" size=3D"29"></td>
    </tr>
    <tr>
      <td width=3D"61%" align=3D"right"><b><font size=3D"2">Business Phone=
 Number:</font></b></td>
      <td width=3D"39%" align=3D"center"><input type=3D"text" name=3D"Busi=
ness_Phone" size=3D"29"></td>
    </tr>
    <tr>
      <td width=3D"61%" align=3D"right"><b><font size=3D"2">Home Phone Num=
ber:</font></b></td>
      <td width=3D"39%" align=3D"center"><input type=3D"text" name=3D"Home=
Phone" size=3D"29"></td>
    </tr>
    <tr>
      <td width=3D"61%" align=3D"right"><b><font size=3D"2">Type of Busine=
ss:</font></b></td>
      <td width=3D"39%">
        <div align=3D"left">
          <table border=3D"0" width=3D"95%">
            <tr>
              <td width=3D"12%" align=3D"center"><input type=3D"radio" val=
ue=3D"retail" name=3D"Type_Business"></td>
              <td width=3D"88%"><font size=3D"2"><b>Retail Business</b></f=
ont></td>
            </tr>
            <tr>
              <td width=3D"12%" align=3D"center"><input type=3D"radio" val=
ue=3D"mailorder" name=3D"Type_Business"></td>
              <td width=3D"88%"><font size=3D"2"><b>Mail Order Business</b=
></font></td>
            </tr>
            <tr>
              <td width=3D"12%" align=3D"center"><input type=3D"radio" val=
ue=3D"internet" name=3D"Type_Business"></td>
              <td width=3D"88%"><font size=3D"2"><b>Internet Based Busines=
s</b></font></td>
            </tr>
          </table>
        </div>
      </td>
    </tr>
    <tr>
      <td width=3D"61%" align=3D"right"><b><font size=3D"2">Personal Credi=
t Rating:</font></b></td>
      <td width=3D"39%">
        <div align=3D"left">
          <table border=3D"0" width=3D"95%">
            <tr>
              <td width=3D"12%" align=3D"center"><input type=3D"radio" val=
ue=3D"excellent" name=3D"Credit_Rank"></td>
              <td width=3D"88%">Excellent</td>
            </tr>
            <tr>
              <td width=3D"12%" align=3D"center"><input type=3D"radio" val=
ue=3D"good" name=3D"Credit_Rank"></td>
              <td width=3D"88%">Good</td>
            </tr>
            <tr>
              <td width=3D"12%" align=3D"center"><input type=3D"radio" val=
ue=3D"fair" name=3D"Credit_Rank"></td>
              <td width=3D"88%">Fair</td>
            </tr>
            <tr>
              <td width=3D"12%" align=3D"center"><input type=3D"radio" val=
ue=3D"poor" name=3D"Credit_Rank"></td>
              <td width=3D"88%">Poor</td>
            </tr>
          </table>
        </div>
      </td>
    </tr>
    <tr>
      <td width=3D"61%" align=3D"right"><b><font size=3D"2">How Soon Would=
 You Like a Merchant
        Account?</font></b></td>
      <td width=3D"39%">
        <p align=3D"center"><input type=3D"text" name=3D"How_Soon" size=3D=
"29"></p>
      </td>
    </tr>
    <tr>
      <td width=3D"100%" colspan=3D"2">
        <div align=3D"center">
          <center>
          <table border=3D"0" width=3D"13%">
            <tr>
              <td width=3D"100%">
                <p align=3D"center"><input type=3D"submit" value=3D"Submit=
" name=3D"B1"></td>
            </tr>
          </table>
          </center>
        </div>
      </td></form>
    </tr>
  </table>
</div><br>
<div align=3D"center">
  <center>
  <table border=3D"3" cellspacing=3D"0" width=3D"85%" bgcolor=3D"#E8E8E8" =
bordercolor=3D"#C0C0C0">
    <tr>
      <td width=3D"100%" bgcolor=3D"#E8E8E8"><font size=3D"2"><b>Your info=
rmation is confidential, it will not be sold or used for any other purpose,=
 and you are under no obligation=2E
        Your information will be used solely for the purpose of evaluating=
 your business or website for a merchant account so that you may begin acce=
pting credit card payments=2E</b></font>
      </td>
    </tr>
  </table>
  </center>
</div>

</form>

<p align=3D"center">
<br><b><font size=3D"3" color=3D"#FF0000">List
 Removal/OPT-OUT Option</font></b>
 <br><b><font color=3D"#000000"><font size=3D-1><a
 href=3D"mailto:meb31p@netscape=2Enet?subject=3Dremove">Click
 Here</a></font></font></b>m

</body>


</html>


------=_NextPart_001_0080_01BDF6C7.FABAC1B0--

------=_NextPart_000_007F_01BDF6C7.FABAC1B0--





Received: (from majordomo@localhost) by above.proper.com (8.9.3/8.9.3) id UAA23253 for ietf-smime-bks; Fri, 4 May 2001 20:52:56 -0700 (PDT)
Received: from mail.imc.org ([64.5.243.230]) by above.proper.com (8.9.3/8.9.3) with SMTP id UAA23225 for <ietf-smime@imc.org>; Fri, 4 May 2001 20:52:50 -0700 (PDT)
Message-Id: <200105050352.UAA23225@above.proper.com>
From: Paul.Risman
Date: Fri, 04 May 2001 23:51:43
To: ietf-smime@imc.org
Subject: Please read the following it could change your life
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
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>

If you have any questions of the legality of this program,
contact the Office of Associate Director for Marketing
Practices, Federal Trade Commission, Bureau of Consumer
Protection, Washington, D.C.
////////////////////////////////////////////////////////////
ONE TIME MAILING, NO NEED TO REMOVE
////////////////////////////////////////////////////////////
This message is sent in compliance of the proposed bill
SECTION 301. per Section 301, Paragraph (a)(2)(C) of S.
1618. This message is not intended for residents in the
State of Washington, screening of addresses has been done to
the best of our technical ability.

Subject: Five Is The Key To My Freedom, It Could Be Yours Too.


AS SEEN ON NATIONAL TV:
Making over half million dollars every 4 to 5 months from your home for
an investment of only $25 U.S. Dollars expense one time
THANK'S TO THE COMPUTER AGE AND THE INTERNET !
==================================================
BE A MILLIONAIRE LIKE OTHERS WITHIN A YEAR!!!
Before you say ''Bull'', please read the following. This is the letter you
have been hearing about on the news lately. Due to the popularity of
this letter on the Internet, a national weekly news program recently devoted
an entire show to the investigation of this program described below, to see
if it really can make people money. The show also investigated whether or
not the program was legal.
Their findings proved once and for all that there are ''absolutely NO Laws
prohibiting the participation in the program and if people can -follow the
simple instructions, they are bound to make some mega bucks with only
$25 out of pocket cost''. DUE TO THE RECENT INCREASE OF
POPULARITY & RESPECT THIS PROGRAM HAS ATTAINED,
IT IS CURRENTLY WORKING BETTER THAN EVER.
This is what one had to say: ''Thanks to this profitable opportunity. I
was approached many times before but each time I passed on it. I am
so gladI finally joined just to see what one could expect in return for the
minimal effort and money required. To my astonishment, I received total $
610,470.00 in 21 weeks, with money still coming in."
Pam Hedland, Fort Lee, New Jersey.
===================================================
Here is another testimonial: "This program has been around for a long
time but I never believed in it. But one day when I received this again
in the mail I decided to gamble my $25 on it. I followed the simple
instructions and walaa ..... 3 weeks later the money started to come in.
First month I only made $240.00 but the next 2 months after that I made
a total of $290,000.00. So far, in the past 8 months by re-entering the
program, I have made over $710,000.00 and I am playing it again. The
key to success in this program is to follow the simple steps and NOT change
anything.'' More testimonials later but first,
===== PRINT THIS NOW FOR YOUR FUTUREREFERENCE ======
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
If you would like to make at least $500,000 every 4 to 5 months easily and
comfortably, please read the following...THEN READ IT AGAIN and AGAIN!!!
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
FOLLOW THE SIMPLE INSTRUCTION BELOW AND YOUR FINANCIAL
DREAMS WILL COME TRUE, GUARANTEED! INSTRUCTIONS:
=====Order all 5 reports shown on the list below =====
For each report, send $5 CASH, THE NAME & NUMBER OF THE REPORT
YOU ARE ORDERING and YOUR E-MAIL ADDRESS to the person whose
name appears ON THAT LIST next to the report. Preferably use a word
processor to type legibly these details and print on your printer. MAKE SURE
YOUR RETURN ADDRESS IS ON YOUR ENVELOPE TOP LEFT CORNER in case of any mail
problems.
=== When you place your order, make sure you order each of the 5 reports.
You will need all 5 reports so that you can save them on your computer
and resell them. YOUR TOTAL COST $5 X 5=$25.00.
Within a few days you will receive, vie e-mail, each of the 5 reports from
these 5 different individuals. Save them on your computer so they will be
accessible for you to send to the 1,000's of people who will order them
from you. Also make a floppy of these reports and keep it on your desk in
case something happen to your computer.
IMPORTANT - DO NOT alter the names of the people who are listed next
to each report, or their sequence on the list, in any way other than what is
instructed below in step '' 1 through 6 '' or you will loose out on majority
of your profits. Once you understand the way this works, you will also see
how it does not work if you change it. Remember, this method has been
tested, and if you alter, it will NOT work !!! People have tried to put
their
friends/relatives names on all five thinking they could get all the money.
But
it does not work this way. Believe us, we all have tried to be greedy and
then
nothing happened. So Do Not try to change anything other than what is
instructed. Because if you do, it will not work for you.
Remember, honesty reaps the reward!!!
1.... After you have ordered all 5 reports, take this advertisement and
REMOVE the name & address of the person in REPORT # 5. This person
has made it through the cycle and is no doubt counting their fortune.
2.... Move the name & address in REPORT # 4 down TO REPORT # 5.
3.... Move the name & address in REPORT # 3 down TO REPORT # 4.
4.... Move the name & address in REPORT # 2 down TO REPORT # 3.
5.... Move the name & address in REPORT # 1 down TO REPORT # 2
6.... Insert YOUR name & address in the REPORT # 1 Position. PLEASE MAKE
SURE you copy every name & address ACCURATELY!
==========================================================
**** Take this entire letter, with the modified list of names, and save it on your
computer. DO NOT MAKE ANY OTHER CHANGES.
Save this on a disk as well just in case if you loose any data. To assist you with
marketing your business on the internet, the 5 reports you purchase will provide
you with invaluable marketing information which includes how to send bulk
e-mails legally, where to find thousands of free classified ads and much more.
There are 2 Primary methods to get this venture going:

METHOD # 1: BY SENDING BULK E-MAIL LEGALLY
==========================================================
Let's say that you decide to start small, just to see how it goes, and we will
assume You and those involved send out only 5,000 e-mails each. Let's
also assume that the mailing receive only a 0.2% response (the response
could be much better but lets just say it is only 0.2%. Also many people
will send out hundreds of thousands e-mails instead of only 5,000 each).
Continuing with this example, you send out only 5,000 e-mails. With a 0.2%
response, that is only 10 orders for report # 1. Those 10 people responded
by sending out 5,000 e-mail each for a total of 50,000. Out of those 50,000
e-mails only 0.2% responded with orders. That's=100 people responded and
ordered Report # 2.
Those 100 people mail out 5,000 e-mails each for a total of 500,000 e-mails.
The 0.2% response to that is 1000 orders for Report # 3.
Those 1000 people send out 5,000 e-mails each for a total of 5 million e-mails
sent out. The 0.2% response to that is 10,000 orders for Report # 4.
Those 10,000 people send out 5,000 e-mails each for a total of 50,000,000
(50 million) e-mails. The 0.2% response to that is 100,000 orders for Report
# 5 THAT'S 100,000 ORDERS TIMES $5 EACH=$500,000.00 (half million).
Your total income in this example is: 1..... $50 + 2..... $500 + 3..... $5,000 + 4
.. $50,000 + 5..... $500,000 ........ Grand Total=$555,550.00
NUMBERS DO NOT LIE. GET A PENCIL & PAPER AND FIGUREOUT
THE WORST POSSIBLE RESPONSES AND NO MATTER HOW YOU
CALCULATE IT, YOU WILL STILL MAKE A LOT OF MONEY !
=========================================================
REMEMBER FRIEND, THIS IS ASSUMING ONLY 10 PEOPLE
ORDERING OUT OF 5,000 YOU MAILED TO.
Dare to think for a moment what would happen if everyone or half or even
one 4th of those people mailed 100,000e-mails each or more? There are
over 150 million people on the Internet worldwide and counting. Believe me,
many people will do just that, and more!
METHOD # 2 : BY PLACING FREE ADS ON THE INTERNET
=======================================================
Advertising on the net is very very inexpensive and there are hundreds
of FREE places to advertise. Placing a lot of free ads on the Internet will
easily get a larger response. We strongly suggest you start with Method # 1
and dd METHOD # 2 as you go along. For every $5 you receive, all you
must do is e-mail them the Report they ordered. That's it. Always provide
same day service on all orders.
This will guarantee that the e-mail they send out, with your name and
address on it, will be prompt because they can not advertise until they
receivethe report.
=========== AVAILABLE REPORTS ====================
ORDER EACH REPORT BY ITS NUMBER & NAME ONLY. Notes:
Always send $5 cash (U.S. CURRENCY) for each Report. Checks NOT
accepted. Make sure the cash is concealed by wrapping it in at least 2 sheets
of paper. On one of those sheets of paper, Write the NUMBER & the NAME
of the Report you are ordering, YOUR E-MAIL ADDRESS and your name
and postal address. Preferably use a word processor and your printer to do this.

=================================================
PLACE YOUR ORDER FOR THESE REPORTS NOW :
============================================================
REPORT # 1: 'The Insider's Guide to Advertising for Free on the Net
Order Report #1 from:
Paul J. Risman
P.O. Box 368
Tweed Ontario K0K 3J0
Canada
_____________________________________________________________
REPORT # 2: The Insider's Guide to Sending Bulk e-mail on the Net
Order Report # 2 from:

PDP
P.O. BOX 80572
185 10 PIRAEUS
GREECE
____________________________________________________
REPORT # 3: Secret to Multilevel marketing on the net
Order Report # 3 from:

S.S.
32 Cross Street
San Francisco, CA 94112
USA
________________________________________________________________
REPORT # 4: How to become a millionaire utilizing MLM& the Net
Order Report # 4 from:

Ada Ario
50 First Street, Suite I
San Francisco, CA 94105
USA
________________________________________________________________
REPORT #5: How to send out 0ne Million emails for free
Order Report # 5 From:

Art Ano
146 McAllister Street,#103
San Francisco, CA 94102
USA
==========================================================
____________________________________________________________
$$$$$$$$$ YOUR SUCCESS GUIDELINES $$$$$$$$$$$
Follow these guidelines to guarantee your success:
=== If you do not receive at least 10 orders for Report #1 within 2
weeks, continue sending e-mails until you do.
=== After you have received 10 orders, 2 to 3 weeks after that you
should receive 100 orders or more for REPORT # 2. If you did not,
continue advertising or sending e-mails until you do.
=== Once you have received 100 or more orders for Report # 2, YOU
CAN RELAX, because the system is already working for you, and the
cash will continue to roll in ! THIS IS IMPORTANT TO REMEMBER:
Every time your name is moved down on the list, you are placed in front
of a Different report.
You can KEEP TRACK of your PROGRESS by watching which report
people are ordering from you. IF YOU WANT TO GENERATE MORE
INCOME SEND ANOTHER BATCH OF E-MAILS AND START
THE WHOLE PROCESS AGAIN.
There is NO LIMIT to the income you can generate from this business !!!
======================================================
FOLLOWING IS A NOTE FROM THE ORIGINATOR OF THIS
PROGRAM: You have just received information that can give you
financial freedom for the rest of your life, with NO RISK and JUST
A LITTLE BIT OF EFFORT. You can make more money in the next
few weeks and months than you have ever imagined. Follow the program
EXACTLY AS INSTRUCTED. Do Not change it in any way. It works
exceedingly well as it is now.
Remember to e-mail a copy of this exciting report after you have put
your name and address in Report #1 and moved others to #2 ...........# 5
as instructed above. One of the people you send this to may send out
100,000 or more e-mails and your name will be on every one of them.
Remember though, the more you send out the more potential customers
you will reach.
So my friend, I have given you the ideas, information, materials and
opportunity to become financially independent. IT IS UP TO YOU NOW !
============ MORE TESTIMONIALS ================
"My name is Mitchell. My wife, Jody and I live in Chicago. I am an
accountant with a major U.S. Corporation and I make pretty good money.
When I received this program I grumbled to Jodyaboutreceiving ''junk
mail''. I made fun of the whole thing,spoutingmy knowledge of the population
and percentages involved. I ''knew'' it wouldn't work. Jody totally ignored
my supposed intelligence and few days later she jumped in with both feet. I
made merciless fun of her, and was ready to lay the old ''I told you so'' on
her when the thing didn't work. Well, the laugh was on me! Within 3 weeks
she had received 50 responses. Within the next 45 days she had received
total $ 147,200.00 ........... all cash! I was shocked. I have joined Jody
in her ''hobby''.
Mitchell Wolf M.D., Chicago, Illinois
======================================================
''Not being the gambling type, it took me several weeks to make up my
mind to participate in this plan. But conservative that I am, I decided that
the initial investment was so little that there was just no way that I
wouldn't get enough orders to at least get my money back''. '' I was
surprised when I found my medium size post office box crammed with
orders. I made $319,210.00in the first 12 weeks. The nice thing about
this deal is that it does not matter where people live. There simply isn't a
better investment with a faster return and so big."
Dan Sondstrom, Alberta, Canada
=======================================================
''I had received this program before. I deleted it, but later I wondered
if I should have given it a try. Of course, I had no idea who to contact to
get another copy, so I had to wait until I was e-mailed again by someone
else.........11 months passed then it luckily came again...... I did not
delete this one! I made more than $490,000 on my first try and all the
money came within 22 weeks."
Susan De Suza, New York, N.Y.
=======================================================
''It really is a great opportunity to make relatively easy money with
little cost to you. I followed the simple instructions carefully and
within 10 days the money started to come in. My first month I made
$20,560.00 and by the end of third month my total cash count was
$362,840.00. Life is beautiful, Thanx to internet.".
Fred Dellaca, Westport, New Zealand
=======================================================
ORDER YOUR REPORTS TODAY AND GET STARTED ON
'YOUR' ROAD TO FINANCIAL FREEDOM !
=======================================================
If you have any questions of the legality of this program, contact the
Office of Associate Director for Marketing Practices, Federal Trade
Commission, Bureau of Consumer Protection, Washington, D.C.





Received: by above.proper.com (8.9.3/8.9.3) id DAA04499 for ietf-smime-bks; Fri, 4 May 2001 03:52:54 -0700 (PDT)
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by above.proper.com (8.9.3/8.9.3) with ESMTP id DAA04491 for <ietf-smime@imc.org>; Fri, 4 May 2001 03:52:52 -0700 (PDT)
Received: from CNRI.Reston.VA.US (localhost [127.0.0.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA08285; Fri, 4 May 2001 06:52:52 -0400 (EDT)
Message-Id: <200105041052.GAA08285@ietf.org>
Mime-Version: 1.0
Content-Type: Multipart/Mixed; Boundary="NextPart"
To: IETF-Announce: ;
Cc: ietf-smime@imc.org
From: Internet-Drafts@ietf.org
Reply-to: Internet-Drafts@ietf.org
Subject: I-D ACTION:draft-ietf-smime-x400transport-02.txt
Date: Fri, 04 May 2001 06:52:52 -0400
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>

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the S/MIME Mail Security Working Group of the IETF.

	Title		: Transporting S/MIME Objects in X.400
	Author(s)	: P. Hoffman, C. Bonatti
	Filename	: draft-ietf-smime-x400transport-02.txt
	Pages		: 
	Date		: 03-May-01
	
This document describes protocol options for conveying CMS-protected
objects associated with S/MIME version 3 over an X.400 message transfer
system.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-smime-x400transport-02.txt

Internet-Drafts are also available by anonymous FTP. Login with the username
"anonymous" and a password of your e-mail address. After logging in,
type "cd internet-drafts" and then
	"get draft-ietf-smime-x400transport-02.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt


Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-smime-x400transport-02.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body;
	access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID:	<20010503133042.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-smime-x400transport-02.txt

--OtherAccess
Content-Type: Message/External-body;
	name="draft-ietf-smime-x400transport-02.txt";
	site="ftp.ietf.org";
	access-type="anon-ftp";
	directory="internet-drafts"

Content-Type: text/plain
Content-ID:	<20010503133042.I-D@ietf.org>

--OtherAccess--

--NextPart--




Received: by above.proper.com (8.9.3/8.9.3) id DAA04472 for ietf-smime-bks; Fri, 4 May 2001 03:52:50 -0700 (PDT)
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by above.proper.com (8.9.3/8.9.3) with ESMTP id DAA04465 for <ietf-smime@imc.org>; Fri, 4 May 2001 03:52:48 -0700 (PDT)
Received: from CNRI.Reston.VA.US (localhost [127.0.0.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA08269; Fri, 4 May 2001 06:52:47 -0400 (EDT)
Message-Id: <200105041052.GAA08269@ietf.org>
Mime-Version: 1.0
Content-Type: Multipart/Mixed; Boundary="NextPart"
To: IETF-Announce: ;
Cc: ietf-smime@imc.org
From: Internet-Drafts@ietf.org
Reply-to: Internet-Drafts@ietf.org
Subject: I-D ACTION:draft-ietf-smime-x400wrap-02.txt
Date: Fri, 04 May 2001 06:52:47 -0400
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>

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the S/MIME Mail Security Working Group of the IETF.

	Title		: Securing X.400 Content with S/MIME
	Author(s)	: P. Hoffman, C. Bonatti
	Filename	: draft-ietf-smime-x400wrap-02.txt
	Pages		: 
	Date		: 03-May-01
	
This document describes a protocol for adding cryptographic signature
and encryption services to X.400 content.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-smime-x400wrap-02.txt

Internet-Drafts are also available by anonymous FTP. Login with the username
"anonymous" and a password of your e-mail address. After logging in,
type "cd internet-drafts" and then
	"get draft-ietf-smime-x400wrap-02.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt


Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-smime-x400wrap-02.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body;
	access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID:	<20010503133031.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-smime-x400wrap-02.txt

--OtherAccess
Content-Type: Message/External-body;
	name="draft-ietf-smime-x400wrap-02.txt";
	site="ftp.ietf.org";
	access-type="anon-ftp";
	directory="internet-drafts"

Content-Type: text/plain
Content-ID:	<20010503133031.I-D@ietf.org>

--OtherAccess--

--NextPart--




Received: by above.proper.com (8.9.3/8.9.3) id EAA21446 for ietf-smime-bks; Thu, 3 May 2001 04:13:54 -0700 (PDT)
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by above.proper.com (8.9.3/8.9.3) with ESMTP id EAA21438 for <ietf-smime@imc.org>; Thu, 3 May 2001 04:13:52 -0700 (PDT)
Received: from CNRI.Reston.VA.US (localhost [127.0.0.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id HAA18644; Thu, 3 May 2001 07:13:46 -0400 (EDT)
Message-Id: <200105031113.HAA18644@ietf.org>
To: IETF-Announce: ;
Cc: RFC Editor <rfc-editor@isi.edu>, IANA <iana@iana.org>
Cc: Internet Architecture Board <iab@isi.edu>
Cc: ietf-smime@imc.org
From: The IESG <iesg-secretary@ietf.org>
Subject: Document Action: Electronic Signature Formats for long term electronic signatures to Informational
Date: Thu, 03 May 2001 07:13:46 -0400
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>

The IESG has approved the Internet-Draft 'Electronic Signature Formats for long
term electronic signatures' <draft-ietf-smime-esformats-03.txt> as an Informational 
RFC. This document is the product of the S/MIME Mail Security Working Group.
The IESG contact persons are Jeffrey Schiller and Marcus Leech.


Received: by above.proper.com (8.9.3/8.9.3) id RAA19204 for ietf-smime-bks; Tue, 1 May 2001 17:48:51 -0700 (PDT)
Received: from femail3.sdc1.sfba.home.com (femail3.sdc1.sfba.home.com [24.0.95.83]) by above.proper.com (8.9.3/8.9.3) with ESMTP id RAA19199 for <ietf-smime@imc.org>; Tue, 1 May 2001 17:48:44 -0700 (PDT)
Received: from revelation ([65.4.166.11]) by femail3.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010502004601.XJIP26961.femail3.sdc1.sfba.home.com@revelation> for <ietf-smime@imc.org>; Tue, 1 May 2001 17:46:01 -0700
Reply-To: <jimsch@exmsft.com>
From: "Jim Schaad" <jimsch5@home.com>
To: <ietf-smime@imc.org>
Subject: RE: WG Last Call Extended: draft-ietf-smime-rcek-02.txt
Date: Tue, 1 May 2001 17:51:40 -0700
Message-ID: <001f01c0d2a2$0d735110$0e00a8c0@soaringhawk.net>
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <5.0.1.4.2.20010501094656.01c28d58@exna07.securitydynamics.com>
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
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>

I have the following comments:

1.  Section 4, para 6:  The following paragraph does not make complete sense
to me.

   keyAlg is the algorithm identifier (and associated parameters, if
   any), for the MSG2 key encryption algorithm. Note that it is not
   necessary to protect this field MSG.KEK is only used by the
   originator.

   I think what this is suppose to imply is that if the field is modified it
is a denial of service attack but nothing more (i.e. the originator and
receiver will use different algorithms to derive the KEK from the CEK and
the decrypt will fail).  If the field is only used by the originator, why
send it at all.

2.  Appendix A:  PBKDF2-params needs to have the comma removed following the
last field.

jim


> -----Original Message-----
> From: owner-ietf-smime@mail.imc.org
> [mailto:owner-ietf-smime@mail.imc.org]On Behalf Of Housley, Russ
> Sent: Tuesday, May 01, 2001 6:49 AM
> To: ietf-smime@imc.org
> Subject: WG Last Call Extended: draft-ietf-smime-rcek-02.txt
>
>
> Steve Farrell has updated the RCEK document to address the
> comments raised
> during WG Last Call.  To give everyone a chance to review the
> updates, I am
> extending the WG Last Call until 7 May 2001.  Please post any
> remaining
> issues to the S/MIME WG mail list.
>
> 	Title		: Reuse of CMS Content Encryption Keys
> 	Author(s)	: S. Farrell, S. Turner
> 	Filename	: draft-ietf-smime-rcek-02.txt
> 	Pages		: 9
> 	Date		: 30-Apr-01
>
> Russ
>



Received: by above.proper.com (8.9.3/8.9.3) id OAA04622 for ietf-smime-bks; Tue, 1 May 2001 14:13:49 -0700 (PDT)
Received: from wfhqex05.gfgsi.com (netva01.getronicsgov.com [206.137.100.2]) by above.proper.com (8.9.3/8.9.3) with ESMTP id OAA04617 for <ietf-smime@imc.org>; Tue, 1 May 2001 14:13:46 -0700 (PDT)
Received: by wfhqex05.gfgsi.com with Internet Mail Service (5.5.2650.21) id <H95F65RN>; Tue, 1 May 2001 17:14:43 -0400
Message-ID: <0B95FB5619B3D411817E006008A59259692AFA@wfhqex06.gfgsi.com>
From: "Pawling, John" <John.Pawling@GetronicsGov.com>
To: "'ietf-smime@imc.org'" <ietf-smime@imc.org>
Subject: RE: S/MIME version number and Attribute Certificates
Date: Tue, 1 May 2001 17:14:42 -0400 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Content-Type: text/plain; charset="iso-8859-1"
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>

Dave,

I have stated my argument in previous messages that changing the AC syntax
changes the signedData and envelopedData syntaxes because the AC syntax is
an integral part of those syntaxes.  I don't have anything else to add to
that argument.  Recommend that you review the rfc2630bis draft and provide
comments to the proposed changes included in that draft.

===========================================
John Pawling, John.Pawling@GetronicsGov.com
Getronics Government Solutions, LLC
===========================================

-----Original Message-----
From: David P. Kemp [mailto:dpkemp@missi.ncsc.mil]
Sent: Tuesday, April 24, 2001 11:04 AM
Cc: 'ietf-smime@imc.org'
Subject: Re: S/MIME version number and Attribute Certificates


John,

I stand corrected on RecipientInfo, which contains no certificates,
attribute or otherwise.  I was thinking of CertificateSet, which as
you say is included in SignedData and the OriginatorInfo field of
EnvelopedData.

RFC2630's CertificateChoices contains:
  attrCert [1] IMPLICIT AttributeCertificate,

and unless I misunderstood your proposal, it would have continued to
contain the identical attrCert field with the identical Context 1
tag.  Were you proposing to add a new CHOICE option?, i.e.

  2000attrCert [2] IMPLICIT AttributeCertificate

If so, I believe a new context tag is unnecessary.  If not, then
I believe that the syntax of SignedData, EnvelopedData, and any
other structure which incorporates CertificateSet is not changed,
only the syntax of AttributeCertificate itself is changed.

Russ gets your point that v1 and v2 attribute certificates
are not compatible.  Perhaps I'm dense, but I still don't get
it.  I have two draft X.509 documents which say:

1997:  AttributeCertificateInfo ::= SEQUENCE {
          version Version DEFAULT v1,   -- shall be v1
          subject CHOICE {
            .
            .
       }

2000:  AttributeCertificateInfo ::= SEQUENCE {
          version AttCertVersion DEFAULT v1,    -- can be v1 or v2 - NOT!
          owner   Owner,
             .
             .
       }

I understand that 2000's owner is a SEQUENCE and 1997's subject is
a bare choice.  And perhaps there is still a defect in the latest draft
of 2000 which permits v1 to be used with the SEQUENCE syntax.  But
if v1 is used exclusively for ACs with the 1997 syntax and v2 is used
exclusively for the 2000 syntax, then a decoder can determine
how to interpret the rest of the AC after examining the version field.
ACs are an example of proper incrementing of a version number.  PKCs are
an example of unnecessary incrementing because v2 and v3 follow the
rules of extensibility from v1.

Whether or not X.509 incorrectly permits v1 to be used in 2000-syntax
ACs, a 1997 CMS decoder should be able to detect that it has found
garbage in a CertificateChoice [1] field and proceed to process the
message after ignoring the garbage.  I believe that is a better solution,
regardless of AC deployment history, than incrementing the SignedData
and EnvelopedData versions and forcing 1997 decoders to discard entire
messages.

Regards,
Dave



Received: (from majordomo@localhost) by above.proper.com (8.9.3/8.9.3) id LAA26525 for ietf-smime-bks; Tue, 1 May 2001 11:24:57 -0700 (PDT)
Received: from smtp7ve.mailsrvcs.net (smtp7vepub.gte.net [206.46.170.28]) by above.proper.com (8.9.3/8.9.3) with ESMTP id LAA26520 for <ietf-smime@imc.org>; Tue, 1 May 2001 11:24:55 -0700 (PDT)
Received: from ieca.com (adsl-151-200-26-46.dc.adsl.bellatlantic.net [151.200.26.46]) by smtp7ve.mailsrvcs.net (8.9.1/8.9.1) with ESMTP id SAA15812047 for <ietf-smime@imc.org>; Tue, 1 May 2001 18:33:35 GMT
Message-ID: <3AEEFDC3.F4CB2D9F@ieca.com>
Date: Tue, 01 May 2001 14:17:39 -0400
From: "Sean P. Turner" <turners@ieca.com>
X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
To: SMIME <ietf-smime@imc.org>
Subject: comments on draft-ietf-smime-symkeydist-03.txt
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
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>

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
All,
<p>Here are the comments I received off-line on the draft-03 version that
were rolled into the -04 version (-04 version is out for WG last call):
<ul>
<li>
Use new CMC structures for success and failure codes.</li>

<ul>
<li>
Yuck, but okay.&nbsp; End up obsoleting glFailInfo oid and messages syntax.&nbsp;
Defined new OID for error codes to be returned in the new CMC structure.&nbsp;
Moved the delete error code attribute to be in the CMC requirements section.&nbsp;
Deleted the success message, as it is no longer needed.&nbsp; Moved the
error codes to section 3.2.4.&nbsp; Had to rewrite section 3.2.3.&nbsp;
But basically ended up replacing "glFailInfo.errorCode" with "cMCStatusInfoEx.otherInfo.extendedFailInfo.SKD-FailInfo
value of ", "cMCStatusInfo" with "cMCStatusInfoEx", and "glSuccessInfo"
with "cMCStatusInfoEx.cMCStatus.success".&nbsp; Added error codes to ASN.1
module.&nbsp; Need to get OID for the error codes (but that should be done
by the time you're reading this).</li>
</ul>

<li>
Add a "certificates" field to glOwnerInfo.</li>

<ul>
<li>
I did this and it's similar to the certificates field from glMember.&nbsp;
certificates.pKC MUST be included if the name is not the signer of the
message.</li>
</ul>

<li>
In section 3.1.1, remove the last line from glAdministration.closed.&nbsp;
If the GLO wanted to review the request the list is set up as "managed."</li>

<li>
In section 3.1.6, change the glIdentifier to be KEKIdentifier (from CMS)
as opposed to OCTET STRING.&nbsp; The reason is that people may want to
include parameters here.</li>

<li>
In section 3.1.6, replace the lat sentence in the glkAlgorithm with the
following "Since no encrypted data content is being conveyed at this point,
the parameters encoded with the algorithm should be the structure defined
for SMIMECapabilities rather than encrypted content."&nbsp; It clarifies
how/where the parameters are used.</li>

<li>
Reorganize 3.1.10 to have three sections.&nbsp; One to describe the general
request, one of the general response, and one for the request/response
combinations defined in this document.</li>

<li>
Add in to section 3.2.12 the requirement to support "Content-Hints" if
a signature outside of an encryption layer is added.</li>

<li>
In sections 4 and 5 "failure" response are returned to "failure" responses.&nbsp;
This will lead to loops.&nbsp; If an invalid signature is received you
shouldn't just keep sending back a failure response - it's probably better
to generate a new request.</li>

<ul>
<li>
What I ended up deciding was that any message with content whose signature
fails should return a response, but a cMCStatusInfoEx failed signature
shouldn't return a badMessageCheck error. para 4.1 #3.a, para 4.2 #3.a,
para 4.3.1 #3.a and #4.a, para 4.4.1 #3.a and #4.a, para 4.5.1 #3.a, para
4.5.2 #2.a, para 4.6 #3.a</li>
</ul>

<li>
In section 5.1 add a response message from the GL member to indicate that
they received the distributed KEK.</li>

<li>
Replace algorithm references to CMS in paragraph 6 with new draft for SMIME
algorithms.</li>

<li>
Add text in the security considerations to indicate that there are concerns
about distributing shared KEKs with previously shared KEKs.</li>

<ul>
<li>
How about: "Assume that two or more parties have a shared KEK, and the
shared KEK is used to encrypt a second KEK for confidential distribution
to those parties.&nbsp; The second KEK might be used to encrypt a third
KEK; the third KEK might be used to encrypt a fourth KEK; and so on.&nbsp;
If any of the KEKs in such a chain is compromised, all of the subordinate
KEKs in the chain MUST also be considered compromised."</li>
</ul>

<li>
Update references for PKIX to son-of-RFC2459, CMC to 2797bis, CMS to TBD,
ESS to TBD, MSG to TBD.</li>

<li>
Fix the following ASN.1 mistakes:</li>

<ul>
<li>
Get OID for module: iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1)
pkcs-9(9) smime(16) modules(0) symkeydist(12) }</li>

<li>
Import GeneralName from new pkix1 implicit module</li>

<li>
Import certificate and algorithm identifier from new PKIX Explicit module</li>

<li>
Import attribute certificate from ACProf module</li>

<li>
CMS3DESWrap should be CMS3DESwrap in imports</li>

<li>
Include CertificateSet import from CMS module</li>

<li>
Add id-skd OBJECT IDENTIFER ::= { iso(1) member-body(2) us(840) rsadsi(113549)
pkcs(1) pkcs-9(9) smime(16) skd(8) }</li>

<li>
Remove parentheses from all DEFAULTs</li>

<li>
duration's "default" is spelt incorrectly</li>

<li>
Added tags to Certificates sub-structures</li>

<li>
glkRefresh is missing "SEQUENCE"</li>

<li>
add "SIZE" to dates definition</li>

<li>
Date is missing "SEQUENCE"</li>

<li>
Rename GLAQuertRequest's glaRequestValue to be "ANY DEFINED BY glaRequestType"</li>

<li>
Added oid arc for request/response type</li>

<li>
Added oids for algorithmSupported request/response</li>
</ul>
</ul>
Cheers,
<p>spt
<ul>&nbsp;</ul>
</html>



Received: by above.proper.com (8.9.3/8.9.3) id HAA05274 for ietf-smime-bks; Tue, 1 May 2001 07:00:54 -0700 (PDT)
Received: from tholian.securitydynamics.com (mail.rsasecurity.com [204.167.112.129]) by above.proper.com (8.9.3/8.9.3) with SMTP id HAA05256 for <ietf-smime@imc.org>; Tue, 1 May 2001 07:00:49 -0700 (PDT)
Received: from sdtihq24.securitydynamics.com by tholian.securitydynamics.com via smtpd (for mail.imc.org [208.184.76.43]) with SMTP; 1 May 2001 14:00:40 UT
Received: from exrsa01.rsa.com (exrsa01.rsa.com [10.81.217.7]) by sdtihq24.securid.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id KAA04421 for <ietf-smime@imc.org>; Tue, 1 May 2001 10:00:49 -0400 (EDT)
Received: by exrsa01.rsa.com with Internet Mail Service (5.5.2653.19) id <JKXM4BMW>; Tue, 1 May 2001 07:00:49 -0700
Received: from HOUSLEY-LAP.rsasecurity.com (HOUSLEY-LAP [10.3.1.3]) by exna00.securitydynamics.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id JY8NTDT6; Tue, 1 May 2001 10:00:41 -0400
From: "Housley, Russ" <rhousley@rsasecurity.com>
To: ietf-smime@imc.org
Message-Id: <5.0.1.4.2.20010501094656.01c28d58@exna07.securitydynamics.com>
X-Sender: rhousley@exna07.securitydynamics.com
X-Mailer: QUALCOMM Windows Eudora Version 5.0.1
Date: Tue, 01 May 2001 09:49:15 -0400
Subject: WG Last Call Extended: draft-ietf-smime-rcek-02.txt
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
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>

Steve Farrell has updated the RCEK document to address the comments raised 
during WG Last Call.  To give everyone a chance to review the updates, I am 
extending the WG Last Call until 7 May 2001.  Please post any remaining 
issues to the S/MIME WG mail list.

	Title		: Reuse of CMS Content Encryption Keys
	Author(s)	: S. Farrell, S. Turner
	Filename	: draft-ietf-smime-rcek-02.txt
	Pages		: 9
	Date		: 30-Apr-01

Russ


Received: by above.proper.com (8.9.3/8.9.3) id HAA05238 for ietf-smime-bks; Tue, 1 May 2001 07:00:47 -0700 (PDT)
Received: from tholian.securitydynamics.com (mail.rsasecurity.com [204.167.112.129]) by above.proper.com (8.9.3/8.9.3) with SMTP id HAA05226 for <ietf-smime@imc.org>; Tue, 1 May 2001 07:00:45 -0700 (PDT)
Received: from sdtihq24.securitydynamics.com by tholian.securitydynamics.com via smtpd (for mail.imc.org [208.184.76.43]) with SMTP; 1 May 2001 14:00:37 UT
Received: from exno01.securitydynamics.com (exno01.securitydynamics.com [10.129.1.41]) by sdtihq24.securid.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id KAA04409 for <ietf-smime@imc.org>; Tue, 1 May 2001 10:00:45 -0400 (EDT)
Received: by exno01.dynas.se with Internet Mail Service (5.5.2653.19) id <JRNW66LR>; Tue, 1 May 2001 16:00:47 +0200
Received: from HOUSLEY-LAP.rsasecurity.com (HOUSLEY-LAP [10.3.1.3]) by exna00.securitydynamics.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id JY8NTDTZ; Tue, 1 May 2001 10:00:40 -0400
From: "Housley, Russ" <rhousley@rsasecurity.com>
To: ietf-smime@imc.org
Message-Id: <5.0.1.4.2.20010501094221.01c00808@exna07.securitydynamics.com>
X-Sender: rhousley@exna07.securitydynamics.com
X-Mailer: QUALCOMM Windows Eudora Version 5.0.1
Date: Tue, 01 May 2001 09:44:42 -0400
Subject: WG Last Call: draft-ietf-smime-symkeydist-04.txt
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
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>

The symmetric key distribution document is ready for WG Last Call.  This 
mechanism has been developed to support S/MIME Mail List Agents 
(MLAs).  Please post all comments to the S/MIME WG mail list by 15 May 2001.

	Title		: S/MIME Symmetric Key Distribution
	Author(s)	: S. Turner
	Filename	: draft-ietf-smime-symkeydist-04.txt
	Pages		: 72
	Date		: 30-Apr-01
	
Russ 


Received: (from majordomo@localhost) by above.proper.com (8.9.3/8.9.3) id EAA25563 for ietf-smime-bks; Tue, 1 May 2001 04:46:00 -0700 (PDT)
Received: from raisrv2.rainet.ne.jp ([210.238.237.228]) by above.proper.com (8.9.3/8.9.3) with ESMTP id EAA25557 for <ietf-smime@mail.proper.com>; Tue, 1 May 2001 04:45:57 -0700 (PDT)
Received: from host (04-172.044.popsite.net [64.24.247.172]) by raisrv2.rainet.ne.jp (8.9.3/3.5Wpl7) with ESMTP id UAA10938; Tue, 1 May 2001 20:47:01 +0900
Message-Id: <200105011147.UAA10938@raisrv2.rainet.ne.jp>
From: "Bill Singer" <zq84m@quickhosts.com>
Subject: Your Links #562F
To: open38e@raisrv2.rainet.ne.jp
X-Mailer: Microsoft Outlook Express 4.72.1712.3
X-MimeOLE: Produced By Microsoft MimeOLE VÐßD.1712.3
Mime-Version: 1.0
Date: Tue, 01 May 2001 07:00:34 -0500
Content-Type: multipart/mixed; boundary="----=_NextPart_000_007F_01BDF6C7.FABAC1B0"
Content-Transfer-Encoding: 7bit
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>

This is a MIME Message

------=_NextPart_000_007F_01BDF6C7.FABAC1B0
Content-Type: multipart/alternative; boundary="----=_NextPart_001_0080_01BDF6C7.FABAC1B0"

------=_NextPart_001_0080_01BDF6C7.FABAC1B0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

***** This is an HTML Message ! *****


------=_NextPart_001_0080_01BDF6C7.FABAC1B0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>

<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows-=
1252">
<meta name=3D"GENERATOR" content=3D"Microsoft FrontPage 4=2E0">
<meta name=3D"ProgId" content=3D"FrontPage=2EEditor=2EDocument">
<title>FREE Computer With Merchant Account Setup</title>
</head>

<body>

<center>
<p><b>COMPLETE CREDIT CARD PROCESSING SYSTEMS FOR YOUR BUSINESS=2E INTERNE=
T -  HOME
BASED -  MAIL ORDER -  PHONE ORDER</b></p>
<p><b>Do you accept credit cards? Your competition does!</b></p>
<p>&nbsp;</p>
<p>Everyone Approved - Credit Problems OK!<br>
Approval in less than 24 hours!<br>
Increase your sales by 300%<br>
Start Accepting Credit Cards on your website!<br>
Free Information, No Risk, 100% confidential=2E<br>
Your name and information will not be sold to thrid parties!<br>
Home Businesses OK!  Phone/Mail Order OK!<br>
No Application Fee, No Setup Fee!<br>
Close More Impulse Sales!<br>
<br>
</p>
<div align=3D"center">
  <table border=3D"0" cellspacing=3D"0" width=3D"85%">
    <tr>
      <td width=3D"100%">
        <p align=3D"center"><b><font face=3D"Times New Roman" size=3D"5" c=
olor=3D"#CC0000">Everyone Approved!</font></b></p>
        <p><b><font face=3D"Times New Roman"> Good Credit or Bad!&nbsp; To=
 apply today, please fill out
        the express form below=2E It
contains all the information we need to get your account approved=2E For a=
rea's
that do not apply to you please put &quot;n/a&quot; in the box=2E<br>
<br>
Upon receipt, we'll fax you with all of the all Bank Card Application
documents necessary to establish your Merchant Account=2E Once returned we=
 can
have your account approved within 24 hours=2E<br>&nbsp;</font></b>
        </p>
      </td>
    </tr>
  </table>
</div>
<table border=3D"10" cols=3D"3" width=3D"385">
  <tbody>
    <tr>
      <td align=3D"center" bgColor=3D"#990000" width=3D"119"><b><font colo=
r=3D"#ffff00" face=3D"Arial,Helvetica" size=3D"3">Service</font></b></td>
      <td align=3D"center" bgColor=3D"#990000" width=3D"160"><b><font colo=
r=3D"#ffff00" face=3D"Arial,Helvetica" size=3D"3">Industry
        Standard</font></b></td>
      <td align=3D"center" bgColor=3D"#990000" width=3D"66">
        <p align=3D"center"><b><font color=3D"#ffff00" face=3D"Arial,Helve=
tica" size=3D"3">US</font></b></p>
      </td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">Site
        Inspection</font></b></td>
      <td align=3D"middle" width=3D"160"><b><font size=3D"2">$50 - $75</fo=
nt></b></td>
      <td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica"=
 size=3D"2">FREE</font></b></td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">Shipping</font></b></td>
      <td align=3D"middle" width=3D"160"><b><font size=3D"2">$50 - $75</fo=
nt></b></td>
      <td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica"=
 size=3D"2">FREE</font></b></td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">Warranty</font></b></td>
      <td align=3D"middle" width=3D"160"><b><font size=3D"2">$10 Per Month=
</font></b></td>
      <td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica"=
 size=3D"2">FREE</font></b></td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">Sales
        Receipts</font></b></td>
      <td align=3D"middle" width=3D"160"><b><font size=3D"2">$10 - $50&nbs=
p;</font></b></td>
      <td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica"=
 size=3D"2">FREE</font></b></td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">Fraud
        Screening</font></b></td>
      </center>
    <td align=3D"middle" width=3D"160">
      <p align=3D"left"><font size=3D"2"><b>$=2E50 - $1=2E00</b><br>
      <b>Per Transaction</b></font></p>
    </td>
<center>
<td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica" size=3D=
"2">FREE</font></b></td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">Amex Set
        Up</font></b></td>
      <td align=3D"middle" width=3D"160"><b><font size=3D"2">$50 - $75</fo=
nt></b></td>
      <td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica"=
 size=3D"2">FREE</font></b></td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">24 Hour&nbsp;Help
        Line</font></b></td>
      <td align=3D"middle" width=3D"160"><b><font size=3D"2">$10 Month</fo=
nt></b></td>
      <td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica"=
 size=3D"2">FREE</font></b></td>
    </tr>
    <tr>
      <td bgColor=3D"#ffff00" width=3D"119"><b><font face=3D"Arial,Helveti=
ca" size=3D"2">Security
        Bond</font></b></td>
      <td align=3D"middle" width=3D"160"><font size=3D"2"><b>$5000- $10,00=
0</b><br>
        <b>Or More</b></font></td>
      <td width=3D"66"><b><font color=3D"#3333ff" face=3D"Arial,Helvetica"=
 size=3D"2">NONE</font></b></td>
    </tr>
  </tbody>
</table><p>
<div align=3D"center">
  <table border=3D"0" cellspacing=3D"0" width=3D"85%">
    <tr>
      <td width=3D"100%">
        <p><font face=3D"Arial,Helvetica" size=3D"2"><b>This is a <font co=
lor=3D"#3333ff">No
        Obligation Qualification Form</font> and is your first step to<fon=
t color=3D"#cc0000">
        accepting credit cards=2E</font> By filling out this form you will=
 <font color=3D"#3333ff">&quot;not
        enter&quot;</font> in to any <font color=3D"#006600">obligations o=
r
        contracts </font>with us=2E We will use it to determine the best p=
rogram
        to offer you based on the information you provide=2E You will be c=
ontacted by one of our representatives within 1-2 business days to go over =
the rest of your account set up=2E</b></font>
        <p align=3D"center"><font face=3D"Arial,Helvetica" size=3D"2"><b><=
font color=3D"#cc0000">Note:</font>&nbsp;
        All Information Provided To Us <font color=3D"#cc0000">Will Remain=
 100%
        Confidential</font>
        !!&nbsp;</b></font></td>
    </tr>
  </table>
</div>
<table border=3D"0">
  <tbody>
    <tr>
      <td width=3D"100%">
        <p align=3D"center"><b><font color=3D"#000099" face=3D"arial" size=
=3D"+2">Apply
        Free With No Risk!</font></b></p>
      </td>
    </tr>
  </tbody>
</table>
  </center>
</form>
<div align=3D"left">
  <table border=3D"0" width=3D"95%">
    <tr>
      <td width=3D"100%">
        <p align=3D"center"><b><i><font size=3D"2" color=3D"#CC0000">Pleas=
e fill out the
        express application form completely=2E<br>Incomplete information m=
ay prevent us from properly
        processing your application=2E</font></i></b></p>
      </td>
    </tr>
  </table>
</div>
<form name=3D"form"
  method=3D"post"
  action=3D"mailto:kj78p@verizonmail=2Ecom?SUBJECT=3DMerchant Form"
  enctype=3D"text/plain"
  
 
 <tr>
<div align=3D"left">
  <table border=3D"0" width=3D"95%">
    <tr>
      <td width=3D"61%" align=3D"right"><font size=3D"2"><b>Your Full Emai=
l Address:</b><br>
        <font color=3D"#ff0000">be sure to use your full address </font>(i=
=2Ee=2E<font color=3D"#ff0000">
        </font>user@domain=2Ecom)</font></td>
      <td width=3D"39%" align=3D"center"><input type=3D"text" name=3D"user=
_email" size=3D"29"></td>
    </tr>
    <tr>
      <td width=3D"61%" align=3D"right"><b><font size=3D"2">Your Name:</fo=
nt></b></td>
      <td width=3D"39%" align=3D"center"><input type=3D"text" name=3D"Appl=
icant_Name" size=3D"29"></td>
    </tr>
    <tr>
      <td width=3D"61%" align=3D"right"><b><font size=3D"2">Business Name:=
</font></b></td>
      <td width=3D"39%" align=3D"center"><input type=3D"text" name=3D"Busi=
ness_Name" size=3D"29"></td>
    </tr>
    <tr>
      <td width=3D"61%" align=3D"right"><b><font size=3D"2">Business Phone=
 Number:</font></b></td>
      <td width=3D"39%" align=3D"center"><input type=3D"text" name=3D"Busi=
ness_Phone" size=3D"29"></td>
    </tr>
    <tr>
      <td width=3D"61%" align=3D"right"><b><font size=3D"2">Home Phone Num=
ber:</font></b></td>
      <td width=3D"39%" align=3D"center"><input type=3D"text" name=3D"Home=
Phone" size=3D"29"></td>
    </tr>
    <tr>
      <td width=3D"61%" align=3D"right"><b><font size=3D"2">Type of Busine=
ss:</font></b></td>
      <td width=3D"39%">
        <div align=3D"left">
          <table border=3D"0" width=3D"95%">
            <tr>
              <td width=3D"12%" align=3D"center"><input type=3D"radio" val=
ue=3D"retail" name=3D"Type_Business"></td>
              <td width=3D"88%"><font size=3D"2"><b>Retail Business</b></f=
ont></td>
            </tr>
            <tr>
              <td width=3D"12%" align=3D"center"><input type=3D"radio" val=
ue=3D"mailorder" name=3D"Type_Business"></td>
              <td width=3D"88%"><font size=3D"2"><b>Mail Order Business</b=
></font></td>
            </tr>
            <tr>
              <td width=3D"12%" align=3D"center"><input type=3D"radio" val=
ue=3D"internet" name=3D"Type_Business"></td>
              <td width=3D"88%"><font size=3D"2"><b>Internet Based Busines=
s</b></font></td>
            </tr>
          </table>
        </div>
      </td>
    </tr>
    <tr>
      <td width=3D"61%" align=3D"right"><b><font size=3D"2">Personal Credi=
t Rating:</font></b></td>
      <td width=3D"39%">
        <div align=3D"left">
          <table border=3D"0" width=3D"95%">
            <tr>
              <td width=3D"12%" align=3D"center"><input type=3D"radio" val=
ue=3D"excellent" name=3D"Credit_Rank"></td>
              <td width=3D"88%">Excellent</td>
            </tr>
            <tr>
              <td width=3D"12%" align=3D"center"><input type=3D"radio" val=
ue=3D"good" name=3D"Credit_Rank"></td>
              <td width=3D"88%">Good</td>
            </tr>
            <tr>
              <td width=3D"12%" align=3D"center"><input type=3D"radio" val=
ue=3D"fair" name=3D"Credit_Rank"></td>
              <td width=3D"88%">Fair</td>
            </tr>
            <tr>
              <td width=3D"12%" align=3D"center"><input type=3D"radio" val=
ue=3D"poor" name=3D"Credit_Rank"></td>
              <td width=3D"88%">Poor</td>
            </tr>
          </table>
        </div>
      </td>
    </tr>
    <tr>
      <td width=3D"61%" align=3D"right"><b><font size=3D"2">How Soon Would=
 You Like a Merchant
        Account?</font></b></td>
      <td width=3D"39%">
        <p align=3D"center"><input type=3D"text" name=3D"How_Soon" size=3D=
"29"></p>
      </td>
    </tr>
    <tr>
      <td width=3D"100%" colspan=3D"2">
        <div align=3D"center">
          <center>
          <table border=3D"0" width=3D"13%">
            <tr>
              <td width=3D"100%">
                <p align=3D"center"><input type=3D"submit" value=3D"Submit=
" name=3D"B1"></td>
            </tr>
          </table>
          </center>
        </div>
      </td></form>
    </tr>
  </table>
</div><br>
<div align=3D"center">
  <center>
  <table border=3D"3" cellspacing=3D"0" width=3D"85%" bgcolor=3D"#E8E8E8" =
bordercolor=3D"#C0C0C0">
    <tr>
      <td width=3D"100%" bgcolor=3D"#E8E8E8"><font size=3D"2"><b>Your info=
rmation is confidential, it will not be sold or used for any other purpose,=
 and you are under no obligation=2E
        Your information will be used solely for the purpose of evaluating=
 your business or website for a merchant account so that you may begin acce=
pting credit card payments=2E</b></font>
      </td>
    </tr>
  </table>
  </center>
</div>

</form>

<p align=3D"center">
<br><b><font size=3D"3" color=3D"#FF0000">List
 Removal/OPT-OUT Option</font></b>
 <br><b><font color=3D"#000000"><font size=3D-1><a
 href=3D"mailto:zq84m@netscape=2Enet?subject=3Dremove">Click
 Here</a></font></font></b>m

</body>


</html>


------=_NextPart_001_0080_01BDF6C7.FABAC1B0--

------=_NextPart_000_007F_01BDF6C7.FABAC1B0--





Received: by above.proper.com (8.9.3/8.9.3) id EAA25183 for ietf-smime-bks; Tue, 1 May 2001 04:38:26 -0700 (PDT)
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by above.proper.com (8.9.3/8.9.3) with ESMTP id EAA25179 for <ietf-smime@imc.org>; Tue, 1 May 2001 04:38:25 -0700 (PDT)
Received: from CNRI.Reston.VA.US (localhost [127.0.0.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id HAA23462; Tue, 1 May 2001 07:38:25 -0400 (EDT)
Message-Id: <200105011138.HAA23462@ietf.org>
Mime-Version: 1.0
Content-Type: Multipart/Mixed; Boundary="NextPart"
To: IETF-Announce: ;
Cc: ietf-smime@imc.org
From: Internet-Drafts@ietf.org
Reply-to: Internet-Drafts@ietf.org
Subject: I-D ACTION:draft-ietf-smime-rcek-02.txt
Date: Tue, 01 May 2001 07:38:25 -0400
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>

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the S/MIME Mail Security Working Group of the IETF.

	Title		: Reuse of CMS Content Encryption Keys
	Author(s)	: S. Farrell, S. Turner
	Filename	: draft-ietf-smime-rcek-02.txt
	Pages		: 9
	Date		: 30-Apr-01
	
This note describes a way to include a key identifier in a CMS
enveloped data structure, so that the content encryption key can be
re-used for further enveloped data packets.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-smime-rcek-02.txt

Internet-Drafts are also available by anonymous FTP. Login with the username
"anonymous" and a password of your e-mail address. After logging in,
type "cd internet-drafts" and then
	"get draft-ietf-smime-rcek-02.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt


Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-smime-rcek-02.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body;
	access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID:	<20010430145623.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-smime-rcek-02.txt

--OtherAccess
Content-Type: Message/External-body;
	name="draft-ietf-smime-rcek-02.txt";
	site="ftp.ietf.org";
	access-type="anon-ftp";
	directory="internet-drafts"

Content-Type: text/plain
Content-ID:	<20010430145623.I-D@ietf.org>

--OtherAccess--

--NextPart--




Received: by above.proper.com (8.9.3/8.9.3) id EAA25175 for ietf-smime-bks; Tue, 1 May 2001 04:38:13 -0700 (PDT)
Received: from ietf.org (odin.ietf.org [132.151.1.176]) by above.proper.com (8.9.3/8.9.3) with ESMTP id EAA25167 for <ietf-smime@imc.org>; Tue, 1 May 2001 04:38:11 -0700 (PDT)
Received: from CNRI.Reston.VA.US (localhost [127.0.0.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id HAA23414; Tue, 1 May 2001 07:38:11 -0400 (EDT)
Message-Id: <200105011138.HAA23414@ietf.org>
Mime-Version: 1.0
Content-Type: Multipart/Mixed; Boundary="NextPart"
To: IETF-Announce: ;
Cc: ietf-smime@imc.org
From: Internet-Drafts@ietf.org
Reply-to: Internet-Drafts@ietf.org
Subject: I-D ACTION:draft-ietf-smime-symkeydist-04.txt
Date: Tue, 01 May 2001 07:38:11 -0400
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>

--NextPart

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the S/MIME Mail Security Working Group of the IETF.

	Title		: S/MIME Symmetric Key Distribution
	Author(s)	: S. Turner
	Filename	: draft-ietf-smime-symkeydist-04.txt
	Pages		: 72
	Date		: 30-Apr-01
	
This document describes a mechanism to manage (i.e., setup,
distribute, and rekey) keys used with symmetric cryptographic
algorithms. Also defined herein is a mechanism to organize users
into groups to support distribution of encrypted content using
symmetric cryptographic algorithms. The mechanisms use the
Cryptographic Message Syntax (CMS) protocol [2] and Certificate
Management Message over CMS (CMC) protocol [3] to manage the
symmetric keys. Any member of the group can then later use this
distributed shared key to decrypt other CMS encrypted objects with
the symmetric key. This mechanism has been developed to support
S/MIME Mail List Agents (MLAs).

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-smime-symkeydist-04.txt

Internet-Drafts are also available by anonymous FTP. Login with the username
"anonymous" and a password of your e-mail address. After logging in,
type "cd internet-drafts" and then
	"get draft-ietf-smime-symkeydist-04.txt".

A list of Internet-Drafts directories can be found in
http://www.ietf.org/shadow.html 
or ftp://ftp.ietf.org/ietf/1shadow-sites.txt


Internet-Drafts can also be obtained by e-mail.

Send a message to:
	mailserv@ietf.org.
In the body type:
	"FILE /internet-drafts/draft-ietf-smime-symkeydist-04.txt".
	
NOTE:	The mail server at ietf.org can return the document in
	MIME-encoded form by using the "mpack" utility.  To use this
	feature, insert the command "ENCODING mime" before the "FILE"
	command.  To decode the response(s), you will need "munpack" or
	a MIME-compliant mail reader.  Different MIME-compliant mail readers
	exhibit different behavior, especially when dealing with
	"multipart" MIME messages (i.e. documents which have been split
	up into multiple messages), so check your local documentation on
	how to manipulate these messages.
		
		
Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.

--NextPart
Content-Type: Multipart/Alternative; Boundary="OtherAccess"

--OtherAccess
Content-Type: Message/External-body;
	access-type="mail-server";
	server="mailserv@ietf.org"

Content-Type: text/plain
Content-ID:	<20010430143151.I-D@ietf.org>

ENCODING mime
FILE /internet-drafts/draft-ietf-smime-symkeydist-04.txt

--OtherAccess
Content-Type: Message/External-body;
	name="draft-ietf-smime-symkeydist-04.txt";
	site="ftp.ietf.org";
	access-type="anon-ftp";
	directory="internet-drafts"

Content-Type: text/plain
Content-ID:	<20010430143151.I-D@ietf.org>

--OtherAccess--

--NextPart--