I am having a hard time getting GPG to work in Emacs under Windows.
The configuration options I tried:
(setq epg-gpg-program "c:/Program Files/GNU/GnuPG/gpg2.exe")
(setq epg-gpg-home-directory "C:/Documents and Settings/user/My Documents/.gnupg")
Upon opening a .gpg file with Emacs 25 for Windows I get the error
epg-context--make: GPG error: "no usable configuration", OpenPGP
With Emacs 24.3 the error is epa-file--find-file-not-found-function: Opening input file: Decryption failed,
What am I missing?
Do I need some special version of GnuPG?
Additional configuration options?