Skip to content

hkp: return correct creation time

Vincent Breitmoser requested to merge fix-hkp-creation into master

The creation time reported in the hkp "index" response should be the primary key's creation timestamp. We returned the creation time of the "primary key signature" (i.e. newest user id binding signature) before.

see https://tools.ietf.org/html/draft-shaw-openpgp-hkp-00#section-5.2

Merge request reports