summaryrefslogtreecommitdiffstats
path: root/openpgp/NEWS
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2022-06-28 16:20:34 +0200
committerJustus Winter <justus@sequoia-pgp.org>2022-07-05 10:35:39 +0200
commit3175bd519b2cd83f45d40a56c79b6c09ac11da5b (patch)
tree70bae2be868519a04bdb193c2dc38c8ac5b5ddff /openpgp/NEWS
parent279f3fce87e2f6f04526a94c2de26ab199d7103e (diff)
openpgp: Make crypto::ecdh::aes_key_{,un}wrap public.
- This is the AES Key Wrap algorithm described in RFC 3394. It is used in OpenPGP's ECDH, but has uses besides that (for example, the gpg-agent uses it to wrap keys in transit).
Diffstat (limited to 'openpgp/NEWS')
-rw-r--r--openpgp/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/openpgp/NEWS b/openpgp/NEWS
index ba6d00b2..1a4ec42d 100644
--- a/openpgp/NEWS
+++ b/openpgp/NEWS
@@ -6,6 +6,8 @@
** New functionality
- Cert::insert_packets2
- Cert::insert_packets_merge
+ - crypto::ecdh::aes_key_wrap
+ - crypto::ecdh::aes_key_unwrap
- Error::UnsupportedCert2
- TryFrom<Packet> for Unknown
- types::{Curve, SymmetricAlgorithm, AEADAlgorithm,