Discussion:
Need to create a C++ Client that creates secure Socket and pass Data Over TLS Using OpenSSL for Windows
(too old to reply)
Aravind Srinivas
2019-09-19 10:11:28 UTC
Permalink
I need to create a C++ Application in visual studio with OpenSSL and create a Secure Socket and send/Receive data over the port.

I need some guidance on this . I am new to C++.
Aravind Srinivas
2019-09-23 17:19:48 UTC
Permalink
Getting the following error after built openssl in vs2017

Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol _OPENSSL_init_ssl referenced in function _main
Loading...