Search: in
OpenSSL
OpenSSL Encyclopedia
  Tutorials     Encyclopedia     Dictionary     Directory  
OpenSSL Email this to a friend      OpenSSL

OpenSSL

OpenSSL is an open source implementation of the SSL and TLS protocols. The core library (written in the C programming language) implements the basic cryptographic functions and provides various utility functions. Wrappers allowing the use of the OpenSSL library in a variety of computer languages are available.

Versions are available for most Unix-like operating systems (including Solaris, Linux, Mac OS X and the four open source BSD operating systems), OpenVMS and Microsoft Windows. IBM provides a port for the System i (iSeries/AS400). OpenSSL is based on SSLeay by Eric A. Young and Tim Hudson, development of which unofficially ended around December 1998, when Tim and Eric both moved to work for RSA Security.

Contents


Major version releases

Algorithms

OpenSSL supports a number of different cryptographic algorithms:

Ciphers
Blowfish, Camellia, DES, RC2, RC4, RC5, IDEA, AES
Cryptographic hash functions
MD5, MD2, SHA, MDC-2
Public-key cryptography
RSA, DSA, Diffie-Hellman key exchange, Elliptic curve

FIPS 140-2 compliance

OpenSSL was the first open source program to be validated under the FIPS 140-2 computer security standard by the National Institute of Standards and Technology's Cryptographic Module Validation Program. A certificate was first awarded in January 2006 but revoked in July 2006 "when questions were raised about the validated module?s interaction with outside software." The certification has since been reinstated.[1]

Licensing

OpenSSL is "dual licensed" under the OpenSSL License and the SSLeay license.[2] The common usage of the term dual-license is that the user may pick which license they wish to use, however OpenSSL documentation uses the term dual-license to mean that both licenses apply.

The OpenSSL license requires the phrase This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/) to appear in advertising material and any redistributions (Sections 3 and 6 of the OpenSSL License). Due to this restriction it is incompatible with the GPL.[3] On many Linux and BSD distributions OpenSSL forms part of the operating system so GPL restrictions do not apply.[4]

Some GPL developers have added an OpenSSL exception to their licences specifically allowing OpenSSL to be used with their system. GNU Wget and climm both use such exceptions.[5][6]

Misconceptions

Because of the prefix Open- on its name, OpenSSL is often associated with OpenBSD ; which distributes several programs using the naming style of Open*, like OpenSSH. This is however a mistake as OpenSSL is developed completely outside of the scope of OpenBSD by The OpenSSL Project, under a different license than is commonly used by OpenBSD. Like with FreeBSD's OpenBSM, the project simply shares the goal of having an open source implementation of a valuable asset for the common good.

Debian security breach

The Debian version of the OpenSSL library was the subject of a security breach discovered in late May 2008[7] whereby the version of OpenSSL bundled with Debian, Ubuntu, and other Debian-based distributions generated keys from a much smaller entropy pool than normal.

The problem was caused by trying to prevent Valgrind warnings related to the use of uninitialised memory within the OpenSSL libraries. This was done to try to make it easier to debug C applications that use the openssl libraries.[8] In principle, this should not affect security: OpenSSL does not depend upon using uninitialized memory for entropy. The relevant change removed two identical lines of code, however;[9] of which one was actually used to add entropy from /dev/urandom to the pool; and so removing it meant that the pseudorandom number generator seed would be taken directly from the process ID, and nothing more.[10]

The result is that there are only 32,767 maximum possible encryption keys for each architecture (such as i386)[8]. Tools are available [11] to test and exploit this. The security hole has now been patched, but affected users will have to regenerate any potentially vulnerable keys such as those generated using 'openssl', 'ssh-keygen', and 'openvpn --keygen'. Additionally, OpenID provider implementations which use affected versions of Debian need to regenerate their keys[12]. A full list of affected software can be found on Debian's wiki[13] (Because they use a completely different underlying cryptographic library, GnuPG and GnuTLS are not affected).[8]

See also

References

External links

de:OpenSSL es:OpenSSL eu:OpenSSL fr:OpenSSL it:OpenSSL ja:OpenSSL pl:OpenSSL pt:OpenSSL ru:OpenSSL zh:OpenSSL





Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article



Related Links in OpenSSL

Search for OpenSSL in Tutorials
Search for OpenSSL in Encyclopedia
Search for OpenSSL in Dictionary
Search for OpenSSL in Open Directory
Search for OpenSSL in Store
Search for OpenSSL in PriceGig



Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Advertisement

Advertisement



OpenSSL
OpenSSL top OpenSSL

Home - Add TutorGig to Your Site - Disclaimer

©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement