Difference between revisions of "Libssl API"
From OpenSSLWiki
Jump to navigationJump to searchLine 1: | Line 1: | ||
− | libssl is the portion of OpenSSL which supports TLS, 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.