1 config BR2_PACKAGE_LIBOPENSSL
2 tristate "libopenssl - Open source SSL (Secure Socket Layer) libraries"
3 default m if CONFIG_DEVEL
4 depends BR2_PACKAGE_OPENSSL
7 The OpenSSL Project is a collaborative effort to develop a robust,
8 commercial-grade, full-featured, and Open Source toolkit implementing
9 the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
10 protocols as well as a full-strength general purpose cryptography library.
12 http://www.openssl.org/
14 This package contains the shared SSL libraries, needed by other programs.
17 config BR2_PACKAGE_OPENSSL_UTIL
18 tristate "openssl-util - OpenSSL command line tool"
19 default m if CONFIG_DEVEL
20 depends BR2_PACKAGE_LIBOPENSSL
23 The OpenSSL Project is a collaborative effort to develop a robust,
24 commercial-grade, full-featured, and Open Source toolkit implementing
25 the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
26 protocols as well as a full-strength general purpose cryptography library.
28 http://www.openssl.org/
30 This package contains the multi-purpose OpenSSL binary tool.
33 config BR_PACKAGE_OPENSSL
35 default BR2_PACKAGE_LIBOPENSSL