X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=doc%2FHISTORY;h=0c2bbd69fcb27ade0bd39869b5fe4a9d757e2e37;hb=6d60149434eed130c201d4d670ce7b3be5c2866b;hp=b60201702cfb5fcdfcbbe24cf4a17f49a5f2e0ba;hpb=f64729f7ef5bf4fde2e86f2cab93dc26f056fae6;p=onak.git diff --git a/doc/HISTORY b/doc/HISTORY index b602017..0c2bbd6 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -343,3 +343,34 @@ * Include statistics for fetch by SKS hash in 'keydctl status' * Pull key updates into keyd protocol rather than using delete/store * Various robustness cleanups from American Fuzzy Lop testing + +0.6.0 - 13th September 2020 + +* Move to CMake over autoconf +* Add support for issuer fingerprint subpackets +* Add experimental support for v5 keys +* Add read-only OpenPGP keyring backed DB backend +* Move various bits into their own subdirectories in the source tree +* Add support for full signature verification +* Drop v3 keys by default when cleaning keys +* Various code cleanups +* Implement pieces of draft-dkg-openpgp-abuse-resistant-keystore-03 +* Add support for a fingerprint blacklist (e.g. Evil32) +* Deprecate the .conf configuration file format +* Drop version info from armored output +* Add option to deny new keys and only allow updates to existing keys +* Various pieces of work removing support for 32 bit key IDs and coping + with colliding 64 bit key IDs. +* Remove support for libnettle versions that lack the full SHA2 suite + +0.6.1 - 13th September 2020 + +* Fixes for compilation without nettle + with later releases of nettle + +0.6.2 - 27th November 2022 + +* Don't take creation time from unhashed subpackets +* Fix ECDSA/SHA1 signature check +* Fix handling of other signature requirement +* Fix deletion of keys with PostgreSQL backend +* Add support for verifying v3 signature packets