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