Skip to content

Regression in key conversion in 0.9.7 #463

@EpicEric

Description

@EpicEric

TL;DR Regression pertaining to 2edd479.

With the 0.9.7 release, this created breakage when converting from an RsaKeypair to a SigningKey. More specifically, in the context of ssh_key::Signer::try_sign, which has caused tests with a dependency on rsa = "0.9" to fail in russh due to this call. I've tried refreshing the key used for tests, but it still results in an error due to this change.

The only fix I found was to pin the dependency on rsa to version 0.9.6, as seen in Eugeny/russh#400.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions