سؤال

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top