2005-11-05 02:16:36 +00:00
|
|
|
config BR2_COMPILE_OPENSSL
|
2005-11-07 18:26:35 +00:00
|
|
|
tristate
|
2005-05-24 05:50:39 +00:00
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_LIBOPENSSL
|
|
|
|
|
2005-05-22 10:01:06 +00:00
|
|
|
config BR2_PACKAGE_LIBOPENSSL
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "libopenssl........................ Open source SSL (Secure Socket Layer) libraries"
|
2005-05-24 05:50:39 +00:00
|
|
|
tristate
|
2005-04-18 19:45:56 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-06 05:31:44 +00:00
|
|
|
select BR2_COMPILE_OPENSSL
|
2005-03-06 03:34:52 +00:00
|
|
|
help
|
2005-05-22 10:01:06 +00:00
|
|
|
The OpenSSL Project is a collaborative effort to develop a robust,
|
|
|
|
commercial-grade, full-featured, and Open Source toolkit implementing
|
|
|
|
the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
|
|
|
|
protocols as well as a full-strength general purpose cryptography library.
|
2005-03-06 03:34:52 +00:00
|
|
|
|
|
|
|
http://www.openssl.org/
|
2005-05-22 10:01:06 +00:00
|
|
|
|
|
|
|
This package contains the shared SSL libraries, needed by other programs.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSSL_UTIL
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "openssl-util.................... OpenSSL command line tool"
|
2005-05-24 05:50:39 +00:00
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 02:16:36 +00:00
|
|
|
depends BR2_PACKAGE_LIBOPENSSL
|
2005-05-22 10:01:06 +00:00
|
|
|
help
|
|
|
|
The OpenSSL Project is a collaborative effort to develop a robust,
|
|
|
|
commercial-grade, full-featured, and Open Source toolkit implementing
|
|
|
|
the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
|
|
|
|
protocols as well as a full-strength general purpose cryptography library.
|
|
|
|
|
|
|
|
http://www.openssl.org/
|
|
|
|
|
|
|
|
This package contains the multi-purpose OpenSSL binary tool.
|
2005-11-05 02:16:36 +00:00
|
|
|
|