How to serve https
Pages: 1 2
Theo Markettos (89) 919 posts |
I’m not familiar with the gory details of the different APIs, but sounds about right. One thing to note is the TLS library may drive the socket for you, so you don’t need to pass encrypted traffic from the library to the socket, you just pass it a file descriptor of the socket as part of the setup and it’ll do the rest. That means you only handle unencrypted data on your side. |
Malcolm Hussain-Gambles (1596) 811 posts |
@ Theo, I was thinking of STARTTLS, but I’m not aware that it can be done using SSL. |
Pages: 1 2