We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edd479 commit 551f6e5Copy full SHA for 551f6e5
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
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
+
12
## 0.9.6 (2023-12-01)
13
### Added
14
- expose a `pss::get_default_pss_signature_algo_id` helper ([#393])
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rsa"
3
-version = "0.9.6"
+version = "0.9.7"
authors = ["RustCrypto Developers", "dignifiedquire <[email protected]>"]
edition = "2021"
description = "Pure Rust RSA implementation"
0 commit comments