Gnus development mailing list
 help / color / mirror / Atom feed
* GPG Failure from Evolution
@ 2001-09-26 21:36 Nevin Kapur
  2001-09-26 22:12 ` Neal H Walfield
  2001-09-26 23:15 ` Jorge Godoy
  0 siblings, 2 replies; 7+ messages in thread
From: Nevin Kapur @ 2001-09-26 21:36 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

I've noticed that when I send a PGP-signed email using Evolution, Gnus
can never successfully verify it.

My GPG settings are:

(require 'gpg)

I'm attaching one such message. I wonder who is not playing nice.

-Nevin


[-- Attachment #2: Type: message/rfc822, Size: 1659 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 32 bytes --]


-- 
Nevin Kapur
nevin@jhu.edu 

[-- Attachment #2.1.2: Type: application/pgp-signature, Size: 232 bytes --]

[-- Attachment #3: Type: text/plain, Size: 33 bytes --]



-- 
Nevin Kapur
nevin@jhu.edu 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: GPG Failure from Evolution
  2001-09-26 21:36 GPG Failure from Evolution Nevin Kapur
@ 2001-09-26 22:12 ` Neal H Walfield
  2001-09-27  1:23   ` Jorge Godoy
  2001-09-27  8:38   ` Simon Josefsson
  2001-09-26 23:15 ` Jorge Godoy
  1 sibling, 2 replies; 7+ messages in thread
From: Neal H Walfield @ 2001-09-26 22:12 UTC (permalink / raw)
  Cc: ding

> I've noticed that when I send a PGP-signed email using Evolution, Gnus
> can never successfully verify it.

I know at least two mutt users that have the same problem as you;
their signatures are fine when checked with mutt, however, are found
to be bad with Gnus.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: GPG Failure from Evolution
  2001-09-26 21:36 GPG Failure from Evolution Nevin Kapur
  2001-09-26 22:12 ` Neal H Walfield
@ 2001-09-26 23:15 ` Jorge Godoy
  2001-09-26 23:41   ` Nevin Kapur
  2001-09-27 15:48   ` GPG and Mailcrypt (was: GPG Failure from Evolution) Fabien Penso
  1 sibling, 2 replies; 7+ messages in thread
From: Jorge Godoy @ 2001-09-26 23:15 UTC (permalink / raw)
  Cc: ding

[-- Attachment #1: Type: text/plain, Size: 1722 bytes --]

Nevin Kapur <nevin@jhu.edu> writes:

> I've noticed that when I send a PGP-signed email using Evolution, Gnus
> can never successfully verify it.
>
> My GPG settings are:
>
> (require 'gpg)
>
> I'm attaching one such message. I wonder who is not playing nice.
>
> -Nevin

I second that. 

My GPG settings are:


,----
| ;; GnuPG Settings
| (require 'mailcrypt)
| (require 'gpg)
| (setq gpg-temp-directory (expand-file-name "~/.gnupg/tmp"))
| (mc-setversion "gpg")
| (setq mml2015-use 'gpg)
| ;(setq mml2015-use 'mailcrypt)
| ;(autoload 'mc-install-write-mode "mailcrypt" nil t)
| ;(autoload 'mc-install-read-mode "mailcrypt" nil t)
| 
| (setq mm-verify-option 'always)
| 
| ;; Cache the passphrase/password for 5 minutes.
| (setq gpg-passphrase-timeout 300)
| ;; Since we're caching it, there should be a safe key combination to
| ;; make it possible to easily forget the passphrase. There's a 100
| ;; keystroke memory on Emacs, so we should type 100 more characters
| ;; after typing the passphrase...
| (global-set-key [(alt f)] 'gpg-passphrase-forget)
| 
| 
| (setq gpg-command-default-alist (quote ((gpg . "gpg") (gpg-2comp . "gpg"))))
| ;; (setq gpg-default-key-id "AD35E653")
| 
| (define-key message-mode-map      [f7] 'mml-secure-sign-pgpmime)
| (define-key message-mode-map      [f8] 'mml-secure-encrypt-pgpmime)
| (define-key gnus-summary-mode-map [f7] 'gnus-summary-force-verify-and-decrypt)
| (define-key gnus-summary-mode-map [f8] 'gnus-summary-force-verify-and-decrypt)
`----

-- 
Godoy. <godoy@conectiva.com>

Solutions Developer       - Conectiva Inc. - http://en.conectiva.com
Desenvolvedor de Soluções - Conectiva S.A. - http://www.conectiva.com.br

[-- Attachment #2: Type: application/pgp-signature, Size: 231 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: GPG Failure from Evolution
  2001-09-26 23:15 ` Jorge Godoy
@ 2001-09-26 23:41   ` Nevin Kapur
  2001-09-27 15:48   ` GPG and Mailcrypt (was: GPG Failure from Evolution) Fabien Penso
  1 sibling, 0 replies; 7+ messages in thread
From: Nevin Kapur @ 2001-09-26 23:41 UTC (permalink / raw)
  Cc: ding

On Wed, 2001-09-26 at 19:15, Jorge Godoy wrote:
> Nevin Kapur <nevin@jhu.edu> writes:
> 
> > I've noticed that when I send a PGP-signed email using Evolution, Gnus
> > can never successfully verify it.
> >
> 
> I second that. 
> 

It seems like the reverse is true too. The message I am following up to
is verified successfully by Gnus, but Evolution complains:

	This message is digitally signed but can not be proven to be
	authentic.


gpg: armor header: Version: GnuPG v1.0.6 (GNU/Linux)
gpg: armor header: Comment: For info see http://www.gnupg.org
gpg: Signature made Wed 26 Sep 2001 07:15:31 PM EDT using DSA key ID
A4A30625
gpg: BAD signature from "Jorge Luiz Godoy Filho <godoy@7un.com>"

-Nevin



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: GPG Failure from Evolution
  2001-09-26 22:12 ` Neal H Walfield
@ 2001-09-27  1:23   ` Jorge Godoy
  2001-09-27  8:38   ` Simon Josefsson
  1 sibling, 0 replies; 7+ messages in thread
From: Jorge Godoy @ 2001-09-27  1:23 UTC (permalink / raw)
  Cc: Nevin Kapur, ding

[-- Attachment #1: Type: text/plain, Size: 881 bytes --]

Neal H Walfield <neal@cs.uml.edu> writes:

>> I've noticed that when I send a PGP-signed email using Evolution, Gnus
>> can never successfully verify it.
>
> I know at least two mutt users that have the same problem as you;
> their signatures are fine when checked with mutt, however, are found
> to be bad with Gnus.

Do you have any guess on what that may happen? 

I've had problems with just three or four users now... And there are a 
lot of people on my keyring. 

The same people I've had problems and to whom I've written some
messages, reported to have problems with my signature. 

From what I've talked to them, they use Evolution and Pine. Only one
with Pine... 



-- 
Godoy. <godoy@conectiva.com>

Solutions Developer       - Conectiva Inc. - http://en.conectiva.com
Desenvolvedor de Soluções - Conectiva S.A. - http://www.conectiva.com.br

[-- Attachment #2: Type: application/pgp-signature, Size: 231 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: GPG Failure from Evolution
  2001-09-26 22:12 ` Neal H Walfield
  2001-09-27  1:23   ` Jorge Godoy
@ 2001-09-27  8:38   ` Simon Josefsson
  1 sibling, 0 replies; 7+ messages in thread
From: Simon Josefsson @ 2001-09-27  8:38 UTC (permalink / raw)
  Cc: ding

On Thu, 27 Sep 2001, Neal H Walfield wrote:

> > I've noticed that when I send a PGP-signed email using Evolution, Gnus
> > can never successfully verify it.
>
> I know at least two mutt users that have the same problem as you;
> their signatures are fine when checked with mutt, however, are found
> to be bad with Gnus.

Mutt is known to put "micalg=pgp-md5" even when SHA-1 was used.  It is
only a problem if you use Mailcrypt though (gpg.el supports detached
signatures).  If you edit the message to say "micalg=pgp-sha1" it should
work.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* GPG and Mailcrypt (was: GPG Failure from Evolution)
  2001-09-26 23:15 ` Jorge Godoy
  2001-09-26 23:41   ` Nevin Kapur
@ 2001-09-27 15:48   ` Fabien Penso
  1 sibling, 0 replies; 7+ messages in thread
From: Fabien Penso @ 2001-09-27 15:48 UTC (permalink / raw)
  Cc: Nevin Kapur, ding

[-- Attachment #1: Type: text/plain, Size: 994 bytes --]


Jorge on Wed, 26 Sep 2001 20:15:31 -0300 wrote:


 > My GPG settings are:

 > ,----
 > | ;; GnuPG Settings
(...)

As I see, you are using mailcrypt and gpg.el.

Let's say you want to encrypt or sign 'in-body' you will then use
mc-sign instead of mml-secure-sign-pgpmime. It might be usefull as
sometimes you talk with people which don't understand MIME signature
(Outlook, etc) but only the ones put directly in the body.

But then you do have to enter your passphrase twice as the var name
isn't the same for mailcrypt and gpg. I guess maybe gpg.el should use
the same name to prevent that.

Also it would be nice to have a feature which allow to automaticly sign
any signed message, and same for crypt. The only thing needed is to set
up a var to true when gpg verify the signature, if true then we sign in
mail-send-hook. (I don't no sh*t about lisp, but I guess it should
work this way). Is this feature in the TODO list of Gnus ? :-)

-- 
Sorry, bad English.

[-- Attachment #2: Type: application/pgp-signature, Size: 239 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-09-27 15:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-26 21:36 GPG Failure from Evolution Nevin Kapur
2001-09-26 22:12 ` Neal H Walfield
2001-09-27  1:23   ` Jorge Godoy
2001-09-27  8:38   ` Simon Josefsson
2001-09-26 23:15 ` Jorge Godoy
2001-09-26 23:41   ` Nevin Kapur
2001-09-27 15:48   ` GPG and Mailcrypt (was: GPG Failure from Evolution) Fabien Penso

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).