I wonder if RL-TcpNet support SSL/SSH? Or anyone who can tell me some third party SSL or SSH application? Thanks?
Thanks. I found some third party open soure SSL library,suach as CyaSSL,MatrixSSL,PolarSSL. And I know that RL-TcpNet implements a built-in WEB Server using tcp port 80.I think the http server is perferct for me and very convenient to use. The question is I want to implement a https server using tcp port 443,and I need to port the SSL library to RL-TcpNet.But the RL-Tcp WEB Server does not provide API or interfaces to SSL libray. Shoud I give up the built-in web server and rewrite all the WEB Server code myself to support SSL.Does RL-TcpNet built-in WEB Server plan to provide some API or interfaces to SSL?