mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-26 16:07:48 +01:00
File unmaintained advisory for rsa-export (#1933)
This commit is contained in:
25
crates/rsa-export/RUSTSEC-0000-0000.md
Normal file
25
crates/rsa-export/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,25 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "rsa-export"
|
||||
date = "2024-04-06"
|
||||
references = [
|
||||
"https://crates.io/crates/rsa-export/0.3.3",
|
||||
"https://gitlab.com/smallglitch/rsa-export/-/commit/e29f17170d655a6f62eca8bf1f64ef0ce5807058",
|
||||
]
|
||||
informational = "unmaintained"
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# `rsa-export` is unmaintained
|
||||
|
||||
This crate has been deprecated in favour of using the native support for exporting RSA keys into the standard PEM format.
|
||||
See [docs.rs documentation].
|
||||
|
||||
In addition to that, the operations in this crate (arithmetic and Base64 encoding) are not done in constant-time,
|
||||
potentially [exposing the user to sidechannel attacks].
|
||||
|
||||
[docs.rs documentation]: https://docs.rs/rsa/0.9.6/rsa/index.html#pkcs8-rsa-key-encoding
|
||||
[exposing the user to sidechannel attacks]: https://arxiv.org/pdf/2108.04600.pdf
|
||||
Reference in New Issue
Block a user