msg-rs icon indicating copy to clipboard operation
msg-rs copied to clipboard

feat(transport): TCP-TLS

Open thedevbirb opened this issue 4 weeks ago • 1 comments

Closes #92.

The code is unaware whether mTLS is enabled or not, that is configured in the TLS Acceptors/Connectors provided.

thedevbirb avatar Nov 14 '25 18:11 thedevbirb

I'd like to add an example in the examples folder, but that would be a complete duplicate of the explanatory integration test provided. Any suggestion?

thedevbirb avatar Nov 14 '25 18:11 thedevbirb

IIRC rust docs include links to examples (and doc tests) if it finds the usage in the example code, so it can double as an example and also doc test

Karrq avatar Nov 17 '25 10:11 Karrq

Also, I don't mind copied code if it can serve as an example @thedevbirb

mempirate avatar Nov 17 '25 11:11 mempirate