[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re(2): The subject line leakage problem
- To: ietf-smime@xxxxxxx
- Subject: Re(2): The subject line leakage problem
- From: Jim Craigie <Jim.Craigie@xxxxxxxxxxxxxx>
- Date: Tue, 18 Dec 2001 18:11:43 +0000
- In-reply-to: <>
- 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>
- Original-encoded-information-types: IA5-Text
- Sender: owner-ietf-smime@xxxxxxxxxxxx
- X400-content-identifier: Re(2): The subje
- X400-content-type: P2-1988 (22)
- X400-mts-identifier: ["/PRMD=NET-TEL/ADMD=Gold 400/C=GB/";ORANGE:0057-011218181143-09d3]
- X400-originator: Jim.Craigie@clearswift.com
- X400-received: by mta "net-tel" in "/PRMD=net-tel/ADMD=gold 400/C=gb/"; Relayed; Tue, 18 Dec 2001 18:11:43 +0000
- X400-received: by "/PRMD=NET-TEL/ADMD=Gold 400/C=GB/"; Relayed; Tue, 18 Dec 2001 18:11:43 +0000
- X400-recipients: ietf-smime@imc.org
> The subject line issue is not a problem in the X.400 world. SMTP carries
> the subject line is in the envelope. The corresponding X.400 protocols
> (P1, P3, and P7) do not. In X.400, the subject line is part of the content.
>
> X.400 does have similar issues with TO, CC, and FROM. Both SMTP and
> X.400 would like to integrity protect these.
>
> Russ
X.400 also carries TO, CC, and FROM in the content.
> I would like to steer this discussion toward a signed attribute (a CHOICE
> of IA5String and UTF8String (for international characters that are coming
> soon)).
Since ASCII characters are encoded identically in a UTF8String and an IA5String there is no need to introduce a CHOICE - keep it simple and just define the syntax as UTF8String.
> My initial cut at the header lines that ought to be included are FROM,
When displaying the originator of a signed message. S/MIME clients should display the Name + RFC822Address from SubjectAltName from the Certificate that signed the message in place of the FROM from the RFC822 Header. They should do the same e.g. when constructing a reply. So I can see little point adding the FROM into this proposed signed attribute. And I think that Paul Hoffman's proposal (reproduced below) is more general, and altogether a better solution.
> Instead, how about encouraging the use of multipart/mixed which
> starts with text/rfc822-headers. Any headers in that first part are
> to replace the same headers on display only.
Jim