]> granicus.if.org Git - neomutt/commit
Remove purpose checks in smime_keys.pl verify step.
authorKevin McCarthy <kevin@8t8.us>
Fri, 14 Sep 2018 21:23:04 +0000 (14:23 -0700)
committerRichard Russon <rich@flatcap.org>
Tue, 25 Sep 2018 12:24:09 +0000 (13:24 +0100)
commitdcaa25a1b9f45476cd849a72351c51aec9b6f27f
tree6049909a3f9049a48a003ab67faf139390ad1113
parent251b50209c1c1390a9f202cd54fa59452cd0c90c
Remove purpose checks in smime_keys.pl verify step.

The purpose checks are subsequently performed, and added as a field to
the .index.  In any case, it turns out passing multiple '-purpose'
arguments isn't even correct: openssl appears to just use the last
one.

Thanks to David J. Weller-Fahy for reporting the problem, and for
including a possible patch.
contrib/smime_keys