Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* trouble with smime
@ 2013-08-03 23:26 Bill Day
  2013-08-05  2:06 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Bill Day @ 2013-08-03 23:26 UTC (permalink / raw)
  To: info-gnus-english

I have openssl installed on Windows 8 (64-bit) and I am using Emacs 24.3 with gnus.  I can verify my certificate, and I can send smime signed email.  The problem is that when gnus tries to decode smime signed email sent to me, it produces the following error message:


[[S/MIME Signed Part:Failed]
OpenSSL failed to verify message integrity:
-------------------------------------------
Can't open output file /dev/null
3828:error:02001003:system library:fopen:No such process:bss_file.c:169:fopen('/dev/null','w')
3828:error:2006D080:BIO routines:BIO_new_file:no such file:bss_file.c:172:
]

If anyone has any suggestions on how to troubleshoot, I would be very grateful.

Thanks,

Bill Day

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

* Re: trouble with smime
  2013-08-03 23:26 trouble with smime Bill Day
@ 2013-08-05  2:06 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2013-08-05  2:06 UTC (permalink / raw)
  To: info-gnus-english

Bill Day <williamson.day@gmail.com> writes:

> I have openssl installed on Windows 8 (64-bit) and I am using Emacs
> 24.3 with gnus.

[...]

> [[S/MIME Signed Part:Failed]
> OpenSSL failed to verify message integrity:
> -------------------------------------------
> Can't open output file /dev/null
> 3828:error:02001003:system library:fopen:No such
> process:bss_file.c:169:fopen('/dev/null','w')

The verification is probably done by `smime-verify-region' which says

    (if (apply 'smime-call-openssl-region b e (list smime-details-buffer t)
	       "smime" "-verify" "-out" "/dev/null" CAs)
	t

and I guess /dev/null isn't very meaningful on Windows?  Anybody know
what this should be on Windows?  Or perhaps you need a Cygwin openssl?

-- 
(domestic pets only, the antidote for overdose, milk.)
  No Gnus T-Shirt for sale: http://ingebrigtsen.no/no.php
  and http://lars.ingebrigtsen.no/2013/08/twenty-years-of-september.html

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

end of thread, other threads:[~2013-08-05  2:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-03 23:26 trouble with smime Bill Day
2013-08-05  2:06 ` Lars Magne Ingebrigtsen

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