2005-11-05 04:16:36 +02:00
|
|
|
config BR2_COMPILE_OPENSSL
|
2005-11-07 20:26:35 +02:00
|
|
|
tristate
|
2005-05-24 08:50:39 +03:00
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_LIBOPENSSL
|
|
|
|
|
2005-05-22 13:01:06 +03:00
|
|
|
config BR2_PACKAGE_LIBOPENSSL
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "libopenssl........................ Open source SSL (Secure Socket Layer) libraries"
|
2005-05-24 08:50:39 +03:00
|
|
|
tristate
|
2005-04-18 22:45:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-11-06 07:31:44 +02:00
|
|
|
select BR2_COMPILE_OPENSSL
|
2005-03-06 05:34:52 +02:00
|
|
|
help
|
2005-05-22 13:01:06 +03: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 05:34:52 +02:00
|
|
|
|
|
|
|
http://www.openssl.org/
|
2005-05-22 13:01:06 +03:00
|
|
|
|
|
|
|
This package contains the shared SSL libraries, needed by other programs.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSSL_UTIL
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "openssl-util.................... OpenSSL command line tool"
|
2005-05-24 08:50:39 +03:00
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
2005-11-05 04:16:36 +02:00
|
|
|
depends BR2_PACKAGE_LIBOPENSSL
|
2005-05-22 13:01:06 +03: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 04:16:36 +02:00
|
|
|
|