From: Jonathan McDowell Date: Fri, 17 Jan 2020 19:48:10 +0000 (+0000) Subject: Provide key_fetch routine that will not search subkey fingerprints X-Git-Tag: onak-0.6.0~4 X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;h=a2979c20e1ab2d52e3a961ac7dad45fee9d6345a;hp=a2979c20e1ab2d52e3a961ac7dad45fee9d6345a;p=onak.git Provide key_fetch routine that will not search subkey fingerprints We have *_key_fetch_fp to search for keys by fingerprint, but that includes subkeys. While unlikely a subkey could be bound to multiple certification primary keys, resulting in multiple keys being returned for a fingerprint query. Provide a plain *_fetch_key that only searches primary keys and is thus guaranteed to return at most one key. ---