Hi everyone,
I'm pleased to announce the release of version 0.27.0 of sequoia-net, a library for looking up certificates on OpenPGP keyservers, in web key directories (WKDs), and using DANE.
I have published sequoia-net on crates.io:
https://crates.io/crates/sequoia-net
You can also fetch version 0.27.0 using the net/v0.27.0 tag:
https://gitlab.com/sequoia-pgp/sequoia/-/tags/net/v0.27.0
which I signed:
$ git verify-tag net/v0.27.0 gpg: Signature made Fri Mar 24 10:36:11 2023 +01:00 gpg: using RSA key C03FA6411B03AE12576461187223B56678E02528 gpg: Good signature from "Neal H. Walfield neal@walfield.org" [ultimate] gpg: "Neal H. Walfield neal@gnupg.org" gpg: "Neal H. Walfield neal@pep-project.org" gpg: "Neal H. Walfield neal@pep.foundation" gpg: "Neal H. Walfield neal@sequoia-pgp.org"
The main change in this release is switching DANE from using ring to OpenSSL. As we already use OpenSSL, this reduces the number of dependencies, and the trusted computing base.
Neal on behalf of the whole Sequoia PGP team
announce@lists.sequoia-pgp.org