File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
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
+
7
12
## 0.9.6 (2023-12-01)
8
13
### Added
9
14
- expose a ` pss::get_default_pss_signature_algo_id ` helper ([ #393 ] )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rsa"
3
- version = " 0.9.6 "
3
+ version = " 0.9.7 "
4
4
authors = [" RustCrypto Developers" , " dignifiedquire <dignifiedquire@gmail.com>" ]
5
5
edition = " 2021"
6
6
description = " Pure Rust RSA implementation"
You can’t perform that action at this time.
0 commit comments