Does anyone know how to implement tls using boost sockets ? I have implemented ssl but I would not mind extending it to tls.
The ssl::context_base class already supports TLS:
ssl::context_base::method
Different methods supported by a context.
you'll want to use ssl::context_base::method::tlsv1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With