Skip to content

Commit

Permalink
Update CHANGELOG.md for v4.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Jan 15, 2018
1 parent 03deec4 commit a875051
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a875051

Please sign in to comment.