Skip to content

Commit 551f6e5

Browse files
release: v0.9.7
1 parent 2edd479 commit 551f6e5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.9.7 (2024-11-26)
8+
### Fixed
9+
- always validate keys in from_components
10+
- do not crash when handling tiny keys in PKCS1v15
11+
712
## 0.9.6 (2023-12-01)
813
### Added
914
- expose a `pss::get_default_pss_signature_algo_id` helper ([#393])

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsa"
3-
version = "0.9.6"
3+
version = "0.9.7"
44
authors = ["RustCrypto Developers", "dignifiedquire <dignifiedquire@gmail.com>"]
55
edition = "2021"
66
description = "Pure Rust RSA implementation"

0 commit comments

Comments
 (0)