Libssl API
From OpenSSLWiki
Revision as of 19:18, 4 September 2014 by Philippe lhardy (talk | contribs)
libssl is the portion of OpenSSL which supports TLS ( SSL and TLS Protocols ), and depends on libcrypto.
This is a C api. To use it you need to include (at least) openssl/ssl.h and to link your program with libssl library.