d59e6f6661a848802bb4ea529316833ca06617e3
[ikiwiki.git] / docs / handbook / handbook-openssl.mdwn
1 \r
2 \r
3 ## 10.8 OpenSSL \r
4 \r
5 [OpenSSL](http://www.openssl.org/) provides a general-purpose cryptography library, as well as the Secure Sockets Layer v2/v3 (SSLv2/SSLv3) and Transport Layer Security v1 (TLSv1) network security protocols.\r
6 \r
7 However, one of the algorithms (specifically IDEA) included in OpenSSL is protected by patents in the USA and elsewhere, and is not available for unrestricted use. IDEA is included in the OpenSSL sources in DragonFly, but it is not built by default. If you wish to use it, and you comply with the license terms, enable the `MAKE_IDEA` switch in `/etc/make.conf` and rebuild your sources using `make world`.\r
8 \r
9 Today, the RSA algorithm is free for use in USA and other countries. In the past it was protected by a patent.\r
10 \r
11 ### 10.8.1 Source Code Installations \r
12 \r
13 OpenSSL is part of the `src-crypto` and `src-secure`  **CVSup**  collections. See the [mirrors.html Obtaining DragonFly] section for more information about obtaining and updating DragonFly source code.\r
14 \r
15 \r
16 \r
17 CategoryHandbook\r
18 CategoryHandbook-security\r