Apologies for a slightly OT question, since this is not gpg-specific,
but I thought it would be a good place to ask.

Section 4 of RFC 3156 (PGP/MIME) says:

"Before OpenPGP encryption, the data is written in MIME canonical
   format (body and headers)."


Am I right that an encrypted message should like:

> From nobody Thu Sep 25 21:23:32 2008
> MIME-Version: 1.0
>  Content-Type: multipart/encrypted; protocol="application/pgp-encrypted";
>       boundary="===============1328406624=="
>
> --===============1328406624==
> Content-Type: application/pgp-encrypted
>
> Version: 1
> --===============1328406624==
> Content-Type: application/octet-stream
>
> &Content-Type: text/plain; charset="us-ascii"
> &Content-Transfer-Encoding: 7bit
> &
> &This is a test Message,
> &With some text in it
>
> --===============1328406624==--

with the part marked by '&' the data that is actually to be sent to
gpg to be encrypted?

Best wishes,

Nicholas

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to