WebJames with AcornSSL
Dave Higton (1515) 3534 posts |
Has anybody done it? Who last interfered with, oops I mean updated, WebJames? |
Jeffrey Lee (213) 6048 posts |
AIUI AcornSSL only provides an API for opening SSL/TLS connections to servers. To receive connections from clients would need an equivalent of the socket ‘listen’ function, and some way for programs to supply the certificate(s) that should be used when clients connect. You’d probably also want a listen/server-mode AcornSSL_CreateSession equivalent. One of my thoughts for using AcornSSL would be to add TLS support to the VNC server – so if/when I find the time for that I was prepared to make the necessary changes to AcornSSL to support listen/server mode operation. |