cl-async
cl-async copied to clipboard
Allow client-side certificates in tcp-ssl-connect and tcp-ssl-server
It seems client-side certificates can be used for user authentication. While the server currently supports server-side certs, it doesnt support verification of client-side certs (and tcp-ssl-connect doesn't support sending them).
It would be a great exercise if both the client and server could deal with client-side certificate exchanges.
I think this is just a matter of adding cert/key/password to tcp-ssl-connect, and pointing it at an SSL server. Should be fairly straightforward...just a matter of actually doing it =]
bump. this would be a super useful feature to have