From: Jonathan McDowell Date: Wed, 13 Nov 2013 03:10:49 +0000 (-0800) Subject: Use fingerprints as key index in DB4 backend X-Git-Tag: onak-0.4.3~25 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=46ebdd20784c242ca96b949813d90167349177d9;hp=46ebdd20784c242ca96b949813d90167349177d9;p=onak.git Use fingerprints as key index in DB4 backend Up until now the DB4 backend has used the 64 bit key ID as the index into the key database. The fingerprint has always been a better idea and it's easy to create a v3 key that causes a collision, so switch to using the fingerprint in the DB4 backend. These changes to not require an upgrade to an existing DB4 setup; keys will get transitioned to the new storage method as they are updated in the keyserver. ---