From: Mark Wooding Date: Sat, 26 Oct 2019 14:40:19 +0000 (+0100) Subject: key/key-misc.c (key_bytag): Accept `tag:', `id:' and `type:' prefixes. X-Git-Tag: 2.6.0~33 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/f1b73d2ff308f27a35948360885aa8e227427460?hp=f1b73d2ff308f27a35948360885aa8e227427460 key/key-misc.c (key_bytag): Accept `tag:', `id:' and `type:' prefixes. Further to the fix 079836cc4d21b355c8b58a4624ef85df0ac6c21a, allow the user to attach a disambiguating prefix to the label. Using the colon is safe here, since it's obviously not acceptable in a hex id, and `key_chkident' rejects colons in tag and type strings. ---