GNU bug report logs -
#17780
mml-smime/openssl fails to include intermediate certificates
Previous Next
Reported by: Jan Beich <jbeich <at> vfemail.net>
Date: Sat, 14 Jun 2014 17:00:03 UTC
Severity: normal
Tags: fixed
Fixed in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #15 received at 17780 <at> debbugs.gnu.org (full text, mbox):
Jan Beich <jbeich <at> vfemail.net> writes:
> (defun mml-smime-openssl-sign (cont)
> (when (null smime-keys)
> (customize-variable 'smime-keys)
> (error "No S/MIME keys configured, use customize to add your key"))
> - (smime-sign-buffer (cdr (assq 'keyfile cont)))
> + (smime-sign-buffer (cdar smime-keys))
> (goto-char (point-min))
I've tried to follow the logic of the code here, and I think this looks
correct: (assq 'keyfile cont) has only they first key, while (cdar
smime-keys) has all the keys (for this identifier).
So I've applied this patch to the Emacs trunk now. There may be
repercussions I'm not seeing, though, so feel free to revert.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 5 years and 300 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.