[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: trouble with smime
From: |
Lars Magne Ingebrigtsen |
Subject: |
Re: trouble with smime |
Date: |
Mon, 05 Aug 2013 04:06:28 +0200 |
User-agent: |
Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) |
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
- trouble with smime, Bill Day, 2013/08/03
- Re: trouble with smime,
Lars Magne Ingebrigtsen <=