Difference between revisions of "Libssl API"

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

Revision as of 13:35, 23 March 2013

libssl is the portion of OpenSSL which supports TLS, and depends on libcrypto.