From a875051b86f6b6a6602fce01bb8734a85106761d Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises Date: Mon, 15 Jan 2018 16:08:25 -0500 Subject: [PATCH] Update CHANGELOG.md for v4.2.0. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a018b0..1783a35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## Version 4.2.0 (2018-01-15) + +* Implemented `Asymmetric::signAndEncrypt()` and `Asymmetric::verifyAndDecrypt()`, + which facilitates the GPG use-case of signed-then-encrypted messages between + two parties' Ed25519 keypairs. Encryption is facilitated using birationally + equivalent X25519 keys. +* Removed our in-house implementations of binary-safe `substr` and `strlen` in + favor of using the ones in the constant-time encoding library. + ## Version 4.1.0 (2018-01-05) Added support for libsodium 1.0.15, which was previously broken in 4.0.x.