Hi everyone,
I'm pleased to announce the release of version 1.15.0 of sequoia-openpgp, our low-level OpenPGP library.
I have published sequoia-openpgp on crates.io:
https://crates.io/crates/sequoia-openpgp
You can also fetch version 1.15.0 using the openpgp/v1.15.0 tag:
https://gitlab.com/sequoia-pgp/sequoia/-/tags/openpgp/v1.15.0
which I signed:
$ git verify-tag openpgp/v1.15.0 gpg: Signature made Fri May 05 16:57:20 2023 +02:00 gpg: using RSA key C03FA6411B03AE12576461187223B56678E02528 gpg: Good signature from "Neal H. Walfield neal@walfield.org" [ultimate] gpg: "Neal H. Walfield neal@g10code.com" 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"
There are two notable changes in this release: the Windows CNG, and the Rust Crypto backends have been updated to use their latest versions. When using the Rust Crypto backend, this increases sequoia-openpgp's MSRV to 1.65.0. Otherwise, sequoia-openpgp's MSRV remain 1.60.0.
This release also includes a number of bug fixes and several performance improvements.
Neal on behalf of the whole Sequoia PGP team