From: Jonathan McDowell Date: Sat, 7 Sep 2019 12:04:14 +0000 (+0000) Subject: Add support for full signature verification X-Git-Tag: onak-0.6.0~11 X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;h=c981a80699901eb3d513a4cc9355574a69016037;hp=c981a80699901eb3d513a4cc9355574a69016037;p=onak.git Add support for full signature verification For a long time it has been known that attacks against the keyserver network were easy due to the lack of cryptographic verification on signatures, as well as the lack of other checks and balances. Add the ability to actually verify signatures, allowing those are that are not valid (or that come from non-present keys) to be removed. ---