summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2024-02-13 15:45:27 +0100
committerJustus Winter <justus@sequoia-pgp.org>2024-02-13 15:45:27 +0100
commit4e4aaa021c1ff14691ff515f1f2dab0b97223016 (patch)
tree481265f1ba2ec39c9a4e5a55f28b3302133eed1f
parent8df97c4e3544af890b491295c0183953c2dd178c (diff)
openpgp: Fix markup.
-rw-r--r--openpgp/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/openpgp/NEWS b/openpgp/NEWS
index 3c0f7f1c..8d8c4624 100644
--- a/openpgp/NEWS
+++ b/openpgp/NEWS
@@ -113,13 +113,13 @@
** Notable fixes
- Several parser bugs were fixed. These are all low-severity as
Rust correctly detects the out of bounds access and panics.
- * Notable changes
+** Notable changes
- The crypto/botan feature now selects Botan's v3 interface. The
crypt/botan2 feature can be used to select Botan's v2 interface.
* Changes in 1.15.0
** New functionality
- StandardPolicy::accept_hash_property
- * Notable changes
+** Notable changes
- Updated the crypto-rust backend.
- Updated the crypto-cng backend.
* Changes in 1.14.0
@@ -139,14 +139,14 @@
* Changes in 1.13.0
** New cryptographic backends
- We added a backend that uses OpenSSL.
- * New functionality
+** New functionality
- RawCertParser
- RawCert
- RawPacket
* Changes in 1.12.0
- Bug fix release.
* Changes in 1.11.0
- * New functionality
+** New functionality
- Signature3 implements support for parsing, verifying, and
reserializing version 3 signature packages.
- AsymmetricAlgorithm implements PartialEq, Eq, and Copy.