]> granicus.if.org Git - mutt/commit
smime_keys: Add purpose flag to index.
authorKevin McCarthy <kevin@8t8.us>
Sun, 7 Jun 2015 20:59:19 +0000 (13:59 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sun, 7 Jun 2015 20:59:19 +0000 (13:59 -0700)
commitd3d2ef79891acdd1db469144557ed0a585c442c5
treea0012c6ec59e02f1ab79f05a74167c3109403ed0
parentc6bbcae21b121f475f4fc13e6d3cfbc6c4b9f81e
smime_keys: Add purpose flag to index.

A subsequent patch will change smime.c to use the purpose to filter
certs and keys that can't be used for signing or encryption.

Issuer, trust, and purpose flags were also added to the keys index file,
to keep parsing simpler in smime_keys as well as smime.c.  The trust and
purpose are derived from the cert.  Issuer is set to '?' as this should
never be needed for keys.
smime_keys.pl