Overview

OpenSSL is an open source library that implements SSL, TLS, and many other cryptographic operations.

Case Studies

Gotchas

  • If you are planning on supporting a large number of encrypted connections on a single server, be sure to evaluate OpenSSL's memory usage. It will use a minimum of 34K per connection (2x the max size of an encrypted frame), and possibly more.

Tips & Tricks

Alternatives

Other Resources

 
openssl.txt · Last modified: 2008/04/27 11:49 by 81.129.227.246
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki