Bill Day <[email protected]> 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
_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to