IronRDP/crates/ironrdp-testsuite-core/tests
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
..
clipboard build: bump rust toolchain to 1.74.0 (#322) 2023-12-05 19:55:51 -05:00
graphics test(graphics): save snapshots for RLE test 2023-10-05 10:58:16 -04:00
input test: organize integration tests into single crate 2023-05-11 19:41:11 -04:00
pdu fix(connector): better security protocol selection (#328) 2023-12-08 15:59:48 +00:00
session feat(pdu): pointer messages PDUs parsing support 2023-07-17 17:59:53 +03:00
main.rs feat: PDUs for CLIPRDR channel (#170) 2023-08-15 13:53:07 -04:00
pcb.rs refactor: function! macro for error context (#317) 2023-12-05 18:44:17 +00:00
rdcleanpath.rs refactor: write_padding! and read_padding! macros (#177) 2023-08-15 21:36:53 +03:00
server_name.rs test: organize integration tests into single crate 2023-05-11 19:41:11 -04:00