RustCrypto / RSA

RSA implementation in pure Rust
Apache License 2.0
557 stars 154 forks source link

fix: handle odd keys #459

Open dignifiedquire opened 2 weeks ago

dignifiedquire commented 2 weeks ago

Ther are two issues with oddly formed keys that were not properly handled

tarcieri commented 2 weeks ago

I’m reminded of #445

dignifiedquire commented 2 weeks ago

yes, but the goal here is not general security, but rather for a first step remove unusable keys

once we have a solution for #445 this can be folded in