IronRDP/crates/ironrdp-async
Benoît Cortier 0954f42519
fix(connector): better security protocol selection (#328)
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.
2023-12-08 15:59:48 +00:00
..
src fix(connector): better security protocol selection (#328) 2023-12-08 15:59:48 +00:00
Cargo.toml refactor: check for additional lints (#200) 2023-10-02 13:46:05 +03:00
README.md refactor: clarify project architecture (#123) 2023-05-09 21:00:07 +00:00

IronRDP Async

Futures built on top of ironrdp-connector and ironrdp-session crates.