Skip to content

Enabling connector feature gives build failures #1029

@ymarcus93

Description

@ymarcus93

I'm trying to use the connector feature like so:

ironrdp = { version = "0.13.0", default-features = true, features = ["connector"] }

But this leads to the following build errors:

the trait bound `rsa::RsaPrivateKey: TryFrom<&picky::key::PrivateKey>` is not satisfied
the following other types implement trait `From<T>`:
  `rsa::RsaPrivateKey` implements `From<BlindedSigningKey<D>>`
  `rsa::RsaPrivateKey` implements `From<rsa::pkcs1v15::SigningKey<D>>`
  `rsa::RsaPrivateKey` implements `From<rsa::pss::SigningKey<D>>`
required for `&picky::key::PrivateKey` to implement `Into<rsa::RsaPrivateKey>`
required for `rsa::RsaPrivateKey` to implement `TryFrom<&picky::key::PrivateKey>`

This looks similar to Devolutions/sspi-rs#515, perhaps we need to update to the latest sspi crate in the ironrdp crate?

Metadata

Metadata

Assignees

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