markandpathak
markandpathak
File: [/en_US/admin/cfg.md](https://www.emqx.io/docs/en/v5.0/admin/cfg.html) Many scenarios require use of a OCSP or Revocation list for TLS client certificate. Now as OCSP or CRLs are not supported yet in EMQX, we can put...
TL,DR: Does write function block till complete message is transmitted? if not How can we check whether the complete write buffer has been transmitted or not? and if write is...
While building, the original code in file: solver_structure.cpp at line 1229 gives constant expression error due to variable declaration of array. New line will do it by allocating memory of...
Hello, I am new to both Rust and async in Rust with tokio so there might be something I might have missed or don't know. Rustls recommends [here](https://docs.rs/rustls/latest/rustls/server/struct.ServerConfig.html#structfield.cert_resolver) to use...
The library is fantastic, but I find the callback little odd and tricky to work with. Take an example of this scenario: Clients connect to a websocket at particular URI...
I would like to develop a TCP Server in which, the TLS Server certificate are selected based on the SNI in `ClientHello`. Think of a TCP Proxy with multiple domains...