Looking at this file it seems Thrift doesn't include openssl functions for supporting Diffie Hellman. https://github.com/apache/thrift/blob/master/lib/cpp/src/thrift/transport/TSSLSocket.cpp
Is it implemented somewhere else? Is there any special reason if it is not used on purpose?
Thanks in advance!