Bug#365814: gnupg: gpg does not round-trip clearsigned messages

2006-05-03 Thread David Shaw
On Wed, May 03, 2006 at 03:18:50PM -0700, Andrew Pimlott wrote: > PS. I was off-line when I filed this, but now I notice that this has > been discussed. One message [1] suggests that this is a spec violation > by gnupg. > > Andrew > > [1] http://www.imc.org/ietf-openpgp/mail-archive/msg12809.htm

Bug#365814: gnupg: gpg does not round-trip clearsigned messages

2006-05-03 Thread David Shaw
On Wed, May 03, 2006 at 03:16:21PM -0700, Andrew Pimlott wrote: > On Wed, May 03, 2006 at 11:18:04AM -0400, David Shaw wrote: > > This is not a bug. Clearsigned messages are not reversible to restore > > the original message including line endings and trailing whitespace. > > If perfect reversibil

Bug#365814: gnupg: gpg does not round-trip clearsigned messages

2006-05-03 Thread Andrew Pimlott
PS. I was off-line when I filed this, but now I notice that this has been discussed. One message [1] suggests that this is a spec violation by gnupg. Andrew [1] http://www.imc.org/ietf-openpgp/mail-archive/msg12809.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscr

Bug#365814: gnupg: gpg does not round-trip clearsigned messages

2006-05-03 Thread Andrew Pimlott
On Wed, May 03, 2006 at 11:18:04AM -0400, David Shaw wrote: > This is not a bug. Clearsigned messages are not reversible to restore > the original message including line endings and trailing whitespace. > If perfect reversibility is desired, you must use regular signatures. Ok, but this seems lik

Bug#365814: gnupg: gpg does not round-trip clearsigned messages

2006-05-03 Thread David Shaw
On Tue, May 02, 2006 at 10:55:51PM -0700, Andrew Pimlott wrote: > Package: gnupg > Version: 1.4.2.2-1 > Severity: normal > > Messages clearsigned and then "decrypted" may not return the original > message. In particular, a newline may be added. > > % echo -n hello > out > % ls -l out >

Bug#365814: gnupg: gpg does not round-trip clearsigned messages

2006-05-02 Thread Andrew Pimlott
Package: gnupg Version: 1.4.2.2-1 Severity: normal Messages clearsigned and then "decrypted" may not return the original message. In particular, a newline may be added. % echo -n hello > out % ls -l out -rw-rw-r-- 1 andrew andrew 5 2006-04-06 15:51 out % gpg --clearsign out %