From 36270e24d2761a40e92668ab0d083afae322da4c Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Wed, 9 Mar 2022 11:09:25 +0100 Subject: openpgp: Add a subkey builder. - Add `KeyBuilder` and `SubkeyBuilder` for creating a key, and attaching a subkey to a certificate. - See #483. --- openpgp/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openpgp/NEWS') diff --git a/openpgp/NEWS b/openpgp/NEWS index 20154a1e..ba6d00b2 100644 --- a/openpgp/NEWS +++ b/openpgp/NEWS @@ -12,6 +12,8 @@ PublicKeyAlgorithm}'s Display implementation now provides short names by default. The long descriptions are provided by the alternate formatter (e.g. =format!("{:#}", ...)=) + - cert::KeyBuilder + - cert::SubkeyBuilder ** Deprecated functionality - Error::UnsupportedCert, use Error::UnsupportedCert2 instead - DataFormat::MIME, no replacement, see #863 for details -- cgit v1.2.3