826e3c09a23c13e74d9beaea49e4df2562d20946
[openwrt/openwrt.git] / openwrt / package / openssl / Config.in
1 config BR2_PACKAGE_LIBOPENSSL
2 tristate "libopenssl - Open source SSL (Secure Socket Layer) libraries"
3 default m if CONFIG_DEVEL
4 depends BR2_PACKAGE_OPENSSL
5 help
6
7 The OpenSSL Project is a collaborative effort to develop a robust,
8 commercial-grade, full-featured, and Open Source toolkit implementing
9 the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
10 protocols as well as a full-strength general purpose cryptography library.
11
12 http://www.openssl.org/
13
14 This package contains the shared SSL libraries, needed by other programs.
15
16
17 config BR2_PACKAGE_OPENSSL_UTIL
18 tristate "openssl-util - OpenSSL command line tool"
19 default m if CONFIG_DEVEL
20 depends BR2_PACKAGE_LIBOPENSSL
21 help
22
23 The OpenSSL Project is a collaborative effort to develop a robust,
24 commercial-grade, full-featured, and Open Source toolkit implementing
25 the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
26 protocols as well as a full-strength general purpose cryptography library.
27
28 http://www.openssl.org/
29
30 This package contains the multi-purpose OpenSSL binary tool.
31
32
33 config BR_PACKAGE_OPENSSL
34 tristate
35 default BR2_PACKAGE_LIBOPENSSL