wraith/src-tauri/src/rdp
Vantz Stockwell e6766062b1
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 2m57s
fix: MCP startup panic + RDP crypto provider panic
MCP: RdpService had a manual Clone impl that called unreachable!().
Replaced with a real clone that shares the DashMap. MCP server can
now clone all services and start successfully.

RDP: rustls needs CryptoProvider::install_default() before any TLS
operations. ironrdp-tls uses rustls for the RDP TLS handshake.
Added aws_lc_rs provider installation at app startup.

Both panics found via wraith.log debug logging from v1.6.3.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 11:28:46 -04:00
..
input.rs test: full test coverage — 82 tests across all modules, zero warnings 2026-03-24 18:33:36 -04:00
mod.rs fix: MCP startup panic + RDP crypto provider panic 2026-03-25 11:28:46 -04:00