bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41659: 28.0.50; smime: encryption uses now base64, message not reada


From: Uwe Brauer
Subject: bug#41659: 28.0.50; smime: encryption uses now base64, message not readable
Date: Mon, 20 Jul 2020 13:19:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>>> "LI" == Lars Ingebrigtsen <larsi@gnus.org> writes:

   > Lars Ingebrigtsen <larsi@gnus.org> writes:
   >> Hm...  I do seem to recall ... getting an smime certificate?  Or did I
   >> just try to and fail?  Er...  If I had gotten a certificate, where would
   >> I have put it?  :-)

   > Found it!

   > ~/Downloads/PKCS12_Credential_larsi@gnus.org.zip

   > I got one from Actalis last October.  So now I just have to read up on
   > s/mime again, because I've suppressed all knowledge about it half a year
   > ago...

This is my basic setting (besides having setup gpgsm


(setq message-forward-show-mml 'best)
(epa-file-enable)
(setq epg-debug t)
(setq mm-decrypt-option 'always)
(setq mm-verify-option 'always)
(setq gnus-buttonized-mime-types '("multipart/encrypted" "multipart/signed"))


(setq mml-smime-use 'epg)
(setq mml2015-use 'epg)


(setq epg-gpg-home-directory "/home/oub/.gnupg")
(setq epg-key-id "65AD077A")

(setq mml2015-signers (list "93B61FDD"))

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]