-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Description
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