Skip to content

Commit 7e82b01

Browse files
authored
aes-gcm v0.10.3 (#552)
1 parent b587b27 commit 7e82b01

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aes-gcm/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.10.3 (2023-09-21)
8+
### Security
9+
- Avoid exposing plaintext on tag verification failure ([#551])
10+
11+
[#551]: https://github.com/RustCrypto/AEADs/pull/551
12+
713
## 0.10.2 (2023-05-20)
814
### Added
915
- `rand_core` feature to all crates ([#467])

aes-gcm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aes-gcm"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
description = """
55
Pure Rust implementation of the AES-GCM (Galois/Counter Mode)
66
Authenticated Encryption with Associated Data (AEAD) Cipher

0 commit comments

Comments
 (0)