Skip to content

Why does 10.0 pull in rsa, which has a vulnerability? #454

@dbanty

Description

@dbanty

When upgrading to 10, I picked the rust_crypto feature, thinking it would be similar to the previous behavior. cargo-deny then immediately flagged that the new version pulls in the rsa crate which has the open vulnerability RUSTSEC-2023-0071.

For now I'm sticking to 9.x because the older ring implementation didn't have that vulnerability—at least according to cargo-deny. I'm curious why the switch to using rsa over ring, and if there's any way we could bring back the ring implementation? Or did the ring implementation secretly suffer from the same problem?

I don't want to pull in aws-lc if at all possible because, at least last I checked, it's very slow to compile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions