Difference between revisions of "Related Links"
From OpenSSLWiki
Jump to navigationJump to searchLine 3: | Line 3: | ||
== Noncommercial Cryptographic Libraries == | == Noncommercial Cryptographic Libraries == | ||
* [http://www.bouncycastle.org/ Bouncy Castle] - cryptography API for Java and C# | * [http://www.bouncycastle.org/ Bouncy Castle] - cryptography API for Java and C# | ||
+ | * [http://www.cryptopp.com/ Crypto++] - a free C++ class library of cryptographic schemes | ||
* [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. | ||
* [http://www.gnutls.org/ GnuTLS] - an LGPL-licensed TLS library with substantial documentation | * [http://www.gnutls.org/ GnuTLS] - an LGPL-licensed TLS library with substantial documentation |
Revision as of 23:48, 11 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
- Bouncy Castle - cryptography API for Java and C#
- Crypto++ - a free C++ class library of cryptographic schemes
- NSS - a set of libraries designed to support cross-platform development of security-enabled client and server applications.
- GnuTLS - an LGPL-licensed TLS library with substantial documentation
- Botan - a C++ cryptography library which includes a TLS implementation
- Wikipedia article comparing various TLS libraries
Noncommercial Products Using OpenSSL
- Stunnel - an SSL encryption wrapper between remote client and local (inetd-startable) or remote server
- libevent - an event driven library which can optionally use OpenSSL