Update to new upstream release (v0.8.13)
[10.03/openwrt.git] / package / openssl / Config.in
1 config BR2_PACKAGE_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
23 config BR2_PACKAGE_OPENSSL_UTIL
24         depends BR2_PACKAGE_LIBOPENSSL
25         prompt "openssl-util - OpenSSL command line tool"
26         tristate
27         default m if CONFIG_DEVEL
28         help
29                 
30           The OpenSSL Project is a collaborative effort to develop a robust, 
31           commercial-grade, full-featured, and Open Source toolkit implementing 
32           the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) 
33           protocols as well as a full-strength general purpose cryptography library.
34           
35           http://www.openssl.org/
36           
37           This package contains the multi-purpose OpenSSL binary tool.
38