]> the.earth.li Git - onak.git/commit
Add support for full signature verification
authorJonathan McDowell <noodles@earth.li>
Sat, 7 Sep 2019 12:04:14 +0000 (12:04 +0000)
committerJonathan McDowell <noodles@earth.li>
Sat, 7 Sep 2019 12:04:14 +0000 (12:04 +0000)
commitc981a80699901eb3d513a4cc9355574a69016037
tree0f3dd404996b0ad61411be6a853f664bd638cf9f
parent6565bed3065d1751abf469da1a85884d9ddde759
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.
12 files changed:
CMakeLists.txt
build-config.h.in
cleankey.c
cleankey.h
cmake/FindGMP.cmake [new file with mode: 0644]
onak-conf.c
onak.h
onak.ini.in
rsa.c [new file with mode: 0644]
rsa.h [new file with mode: 0644]
sigcheck.c
sigcheck.h