The OpenSSL wiki has moved to https://github.com/openssl/openssl/wiki. Information on this page is no longer edited and may be out-of-date.

Difference between revisions of "Libssl API"

From OpenSSLWiki
Jump to navigationJump to search
Line 1: Line 1:
libssl is the portion of OpenSSL which supports TLS ( [[SSL and TLS protocols]] ), and depends on [[Libcrypto API|libcrypto]].
+
libssl is the portion of OpenSSL which supports TLS ( [[SSL and TLS Protocols]] ), and depends on [[Libcrypto API|libcrypto]].
  
 
* [[Diffie-Hellman parameters]]
 
* [[Diffie-Hellman parameters]]

Revision as of 18:18, 31 August 2014

libssl is the portion of OpenSSL which supports TLS ( SSL and TLS Protocols ), and depends on libcrypto.