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