Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <simon@josefsson.org>
Subject: Re: MIME Security with PGP (RFC2015)
Date: 30 Jun 2000 18:51:46 +0200	[thread overview]
Message-ID: <ilubt0jt8m5.fsf@localhost.localdomain> (raw)
In-Reply-To: Shenghuo ZHU's message of "27 Jun 2000 18:43:20 -0400"

Shenghuo ZHU <zsh@cs.rochester.edu> writes:

> If we implemented both protocols, I think we should rename it to
> rfc1847.el instead of rfc2015.el.

Yes.  I'm writing rfc1847.el now, with S/MIME support.
(PGP/MIME should be easy given yours and Florians work.)

I think I'm going to take a different approach than you and Florian.
Instead of adding MML tags that say that a part should be
signed/encrypted when sending it, I'm adding commands for "sign this
MML part" and "encrypt this MML part" that does the signing
immediately.

So if you are editing a MML article like

<$multipart type=mixed>
<$part>
Hi there
<$part>
Hi again
<$/multipart>

and call the "sign part" function on the <$multipart> tag and select
S/MIME signing, you'd end up with

<$multipart type=signed>
<$multipart type=mixed>
<$part>
Hi there
<$part>
Hi again
<$/multipart>
<$part type=application/x-pkcs7-signature buffer=*signature* raw=t>
<$/multipart>

or possibly

<$multipart type=signed>
<$part type=multipart/mixed buffer=*whatever* raw=t>
<$part type=application/x-pkcs7-signature buffer=*signature* raw=t>
<$/multipart>

in the buffer.

I would like this better than encrypt-when-send, with it I would
always have the feeling that I never knew what was sent.

What do you think?




  parent reply	other threads:[~2000-06-30 16:51 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-27  4:06 Shenghuo ZHU
2000-05-28 13:22 ` Florian Weimer
2000-06-27 16:01 ` Simon Josefsson
2000-06-27 16:47   ` Simon Josefsson
2000-06-27 22:43   ` Shenghuo ZHU
2000-06-28  7:56     ` Kai Großjohann
2000-06-28 18:09       ` Bruce Stephens
2000-06-29  4:57       ` Florian Weimer
2000-06-29  8:31         ` Kai Großjohann
2000-06-29  4:56     ` Florian Weimer
2000-06-29 14:54       ` Stainless Steel Rat
2000-06-30 16:51     ` Simon Josefsson [this message]
2000-06-30 23:20       ` Raja R Harinath
2000-07-01 12:29         ` Simon Josefsson
2000-07-01 16:01       ` Shenghuo ZHU
2000-07-03 11:08         ` Simon Josefsson
2000-07-03 18:03           ` Florian Weimer
2000-07-03 18:56             ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ilubt0jt8m5.fsf@localhost.localdomain \
    --to=simon@josefsson.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).