Domanda

Does anyone know how to implement tls using boost sockets ? I have implemented ssl but I would not mind extending it to tls.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top