Difference between revisions of "Related Links"

From OpenSSLWiki
Jump to navigationJump to search
m (list -> sortable table; wikified)
m (list -> sortable table; wikified)
Line 2: Line 2:
  
 
== Open Source Cryptographic Libraries ==
 
== Open Source Cryptographic Libraries ==
 +
 
Products which are available under some form of Open Source license, and which may also be available under some form of commercial license.
 
Products which are available under some form of Open Source license, and which may also be available under some form of commercial license.
  
Line 7: Line 8:
 
|+ Open Source Cryptographic Libraries
 
|+ Open Source Cryptographic Libraries
 
|-
 
|-
! scope="col" width="125px" | Library
+
! scope="col" width="150px" | Library
 
! scope="col" class="unsortable" | Description
 
! scope="col" class="unsortable" | Description
 
|-
 
|-
Line 28: Line 29:
  
 
== Open Source Products Using OpenSSL ==
 
== Open Source Products Using OpenSSL ==
 +
 
Products which are available under some form of Open Source License, and which may also be available under some form of commercial license.
 
Products which are available under some form of Open Source License, and which may also be available under some form of commercial license.
* [http://libevent.org/ libevent] - an event driven library which can [http://www.wangafu.net/~nickm/libevent-book/Ref6a_advanced_bufferevents.html#_bufferevents_and_ssl optionally use OpenSSL]
+
 
* [http://en.wikipedia.org/wiki/Mod_ssl mod_ssl] - SSL/TLS module for the [http://en.wikipedia.org/wiki/Apache_HTTP_Server Apache HTTP Server]
+
{| class="wikitable sortable" border="1"
* [https://www.stunnel.org/index.html Stunnel] - an SSL encryption wrapper between remote client and local (inetd-startable) or remote server
+
|+ Open Source Products Using OpenSSL
 +
|-
 +
! scope="col" width="150px" | Product
 +
! scope="col" class="unsortable" | Description
 +
|-
 +
| [http://libevent.org/ libevent] || an event driven library which can [http://www.wangafu.net/~nickm/libevent-book/Ref6a_advanced_bufferevents.html#_bufferevents_and_ssl optionally use OpenSSL]
 +
|-
 +
| [http://en.wikipedia.org/wiki/Mod_ssl mod_ssl] || SSL/TLS module for the [http://en.wikipedia.org/wiki/Apache_HTTP_Server Apache HTTP Server]
 +
|-
 +
|[https://www.stunnel.org/index.html Stunnel] || an SSL encryption wrapper between remote client and local (inetd-startable) or remote server
 +
|}
  
 
== Closed Source Cryptographic Libraries ==
 
== Closed Source Cryptographic Libraries ==
 +
 +
{| class="wikitable sortable" border="1"
 +
|+ Closed Source Cryptographic Libraries
 +
|-
 +
! scope="col" width="150px" | Library
 +
! scope="col" class="unsortable" | Description
 +
|-
 +
| [http://www.example.com No Entry]  || This is a placeholder
 +
|}
  
 
== Closed Source Products Using OpenSSL ==
 
== Closed Source Products Using OpenSSL ==
 +
 +
{| class="wikitable sortable" border="1"
 +
|+ Closed Source Products Using OpenSSL
 +
|-
 +
! scope="col" width="150px" | Product
 +
! scope="col" class="unsortable" | Description
 +
|-
 +
| [http://www.example.com No Entry]  || This is a placeholder
 +
|}
  
 
== Other ==  
 
== Other ==  
  
 
* [https://en.wikipedia.org/wiki/Comparison_of_TLS_implementations Wikipedia article comparing various TLS libraries]
 
* [https://en.wikipedia.org/wiki/Comparison_of_TLS_implementations Wikipedia article comparing various TLS libraries]

Revision as of 16:47, 13 March 2013

Please feel free to edit this page and add your own OpenSSL-based project or product. This is the one place where otherwise extraneous mention of commercial products is appropriate. Note such mention does not constitute endorsement per our Commercial Product Disclaimer.

Open Source Cryptographic Libraries

Products which are available under some form of Open Source license, and which may also be available under some form of commercial license.

Open Source Cryptographic Libraries
Library Description
Botan a C++ cryptography library which includes a TLS implementation
Bouncy Castle cryptography API for Java and C#
Cryptlib a security toolkit that allows one to easily add encryption and authentication services to software
Crypto++ a free C++ class library of cryptographic schemes
GnuTLS an LGPL-licensed TLS library with substantial documentation
LibTomCrypt public domain open source crypto library written in C
NaCl NaCl (pronounced "salt") is a easy-to-use high-speed software library for network communication, encryption, decryption, and signatures
NSS a set of libraries designed to support cross-platform development of security-enabled client and server applications

Open Source Products Using OpenSSL

Products which are available under some form of Open Source License, and which may also be available under some form of commercial license.

Open Source Products Using OpenSSL
Product Description
libevent an event driven library which can optionally use OpenSSL
mod_ssl SSL/TLS module for the Apache HTTP Server
Stunnel an SSL encryption wrapper between remote client and local (inetd-startable) or remote server

Closed Source Cryptographic Libraries

Closed Source Cryptographic Libraries
Library Description
No Entry This is a placeholder

Closed Source Products Using OpenSSL

Closed Source Products Using OpenSSL
Product Description
No Entry This is a placeholder

Other