As a fun project to learn Nim (enjoying it so far!), I've decided to make a 
simple [TFTP](https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol) 
client/server program. One thing I wanted to try, was adding encryption to the 
UDP traffic (maybe with a new TFTP option).

It looks like this can be done with the [DTLS 
protocol](https://en.wikipedia.org/wiki/Datagram_Transport_Layer_Security), 
which OpenSSL has support for. Unfortunately I couldn't find anything in 
`std/openssl`. Is there any way to request this feature in future? Networks 
aren't my forte, so it's all a bit above me, though I will keep trying to get 
it working myself :)

Reply via email to