Skip to content

Commit

Permalink
chore: Update our changelog
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Kasak <[email protected]>
  • Loading branch information
poljar and dkasak committed Jul 17, 2024
1 parent 906e7ef commit 92d6acc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file.

## 0.7.0 - 2024-07-17

### Features

- Add an [Elliptic Curve Integrated Encryption
Scheme](https://en.wikipedia.org/wiki/Integrated_Encryption_Scheme). This
scheme can be used to establish a secure *ephemeral* encrypted channel, in
situations for which Olm may be unsuitable due to complexity or the
unavailability of long-term identity keys. There is also support for
out-of-band authentication of the receiver side. The scheme was designed
primarily for purposes of implementing Matrix QR code login.
([#151](https://github.com/matrix-org/vodozemac/pull/151)).

### Security

- Use a constant-time Base64 encoder for secret key material to mitigate
side-channel attacks leaking secret key material ([#156](https://github.com/matrix-org/vodozemac/pull/156)).

## [0.6.0] - 2024-05-06

### Security Fixes
Expand Down

0 comments on commit 92d6acc

Please sign in to comment.