mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
![]() Replace the bitflag-based config API with a boolean-based one: - `enable_tls`: set the PROTOCOL_SSL flag - `enable_credssp`: set the PROTOCOL_HYBRID and PROTOCOL_HYBRID_EX flags The `--security_protocol` argument was removed from the native client CLI, and instead it’s possible to disable specific protocols with `--no-tls` and `--no-credssp`. By default, both protocols are enabled for maximum compatibility with most RDP servers. We may change the defaults in the future. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
IronRDP Async
Future
s built on top of ironrdp-connector
and ironrdp-session
crates.