Difference between revisions of "Related Links"

From OpenSSLWiki
Jump to navigationJump to search
m (list -> sortable table; wikified)
Line 3: Line 3:
 
== 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.
* [http://botan.randombit.net/ Botan] - a C++ cryptography library which includes a TLS implementation
+
 
* [http://www.bouncycastle.org/ Bouncy Castle] - cryptography API for Java and C#
+
{| class="wikitable sortable" border="1"
* [http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ Cryptlib] - a security toolkit that allows one to easily add encryption and authentication services to software
+
|+ Open Source Cryptographic Libraries
* [http://www.cryptopp.com/ Crypto++] - a free C++ class library of cryptographic schemes
+
|-
* [http://www.gnutls.org/ GnuTLS] - an LGPL-licensed TLS library with substantial documentation
+
! scope="col" width="125px" | Library
* [http://libtom.org/ LibTomCrypt] - public domain open source crypto library written in C
+
! scope="col" class="unsortable" | Description
* [http://nacl.cr.yp.to/ NaCl] - NaCl (pronounced "salt") is a easy-to-use high-speed software library for network communication, encryption, decryption, and signatures
+
|-
* [http://www.mozilla.org/projects/security/pki/nss/ NSS] - a set of libraries designed to support cross-platform development of security-enabled client and server applications.
+
| [http://botan.randombit.net/ Botan] || a C++ cryptography library which includes a TLS implementation
 +
|-
 +
| [http://www.bouncycastle.org/ Bouncy Castle] || cryptography API for Java and C#
 +
|-
 +
| [http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ Cryptlib] || a security toolkit that allows one to easily add encryption and authentication services to software
 +
|-
 +
| [http://www.cryptopp.com/ Crypto++] || a free C++ class library of cryptographic schemes
 +
|-
 +
| [http://www.gnutls.org/ GnuTLS] || an LGPL-licensed TLS library with substantial documentation
 +
|-
 +
| [http://libtom.org/ LibTomCrypt] || public domain open source crypto library written in C
 +
|-
 +
| [http://nacl.cr.yp.to/ NaCl] || NaCl (pronounced "salt") is a easy-to-use high-speed software library for network communication, encryption, decryption, and signatures
 +
|-
 +
| [http://www.mozilla.org/projects/security/pki/nss/ NSS] || a set of libraries designed to support cross-platform development of security-enabled client and server applications
 +
|}
  
 
== Open Source Products Using OpenSSL ==
 
== Open Source Products Using OpenSSL ==

Revision as of 16:38, 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.

Closed Source Cryptographic Libraries

Closed Source Products Using OpenSSL

Other