File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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 ] )
Original file line number Diff line number Diff line change 11[package ]
22name = " rsa"
3- version = " 0.9.6 "
3+ version = " 0.9.7 "
44authors = [" RustCrypto Developers" , " dignifiedquire <dignifiedquire@gmail.com>" ]
55edition = " 2021"
66description = " Pure Rust RSA implementation"
You can’t perform that action at this time.
0 commit comments