Difference between revisions of "Related Links"

From OpenSSLWiki
Jump to navigationJump to search
m (Added Cryptlib, NaCl, libtomcrypt; and alphabetized list)
Line 10: Line 10:
 
* [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://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://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.
* [https://en.wikipedia.org/wiki/Comparison_of_TLS_implementations Wikipedia article comparing various TLS libraries]
 
  
 
== Noncommercial Products Using OpenSSL ==
 
== Noncommercial Products Using OpenSSL ==
Line 19: Line 18:
  
 
== Commercial Products Using OpenSSL ==
 
== Commercial Products Using OpenSSL ==
 +
 +
== Other ==
 +
 +
* [https://en.wikipedia.org/wiki/Comparison_of_TLS_implementations Wikipedia article comparing various TLS libraries]

Revision as of 01:34, 12 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.

Noncommercial Cryptographic Libraries

  • 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.

Noncommercial Products Using OpenSSL

Commercial Cryptographic Libraries

Commercial Products Using OpenSSL

Other