Update go-crypto and prevent AEAD messages

This commit is contained in:
Aron Wussler 2022-01-13 14:42:01 +01:00
parent 6c08b558a5
commit 5c9d4688cb
5 changed files with 10 additions and 7 deletions

View file

@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.4.2] 2022-01-13
### Changed
- Updated underlying crypto library and prevented AEAD messages from being created until the specification is stable
## [2.4.1] 2022-01-10
### Fixed