togglebyte / tinyroute

A small networked message passing library
18 stars 5 forks source link

Add TLS client/server wrappers #13

Closed dnaka91 closed 12 months ago

dnaka91 commented 12 months ago

Implement a new TLS feature, which enables additional client and server structs that wrap basic TCP-based clients and servers with a secure channel.

Note: This lacks an important element, documentation 😉