bs1959
bs1959
Dear Adam, These changes replace the use of Openssl wrapper by pure Rust libraries issued from the RustCrypto project. The goal is to facilitate build and deployments Note that nothing...
In spawn_subscriptions_task of TcpTransport, all sessions of the server are iterated, it should only process sessions attached to this secure channel (TcpTransport). This is a major problem, because it ends...
According to the spec, the SecureChannelId must be globally unique which is not the case. If a client opens two Secure Channel, two TcpTransport will be created with the same...