1 config BR2_PACKAGE_OPENSSL
4 depends BR2_PACKAGE_LIBOPENSSL
6 config BR2_PACKAGE_LIBOPENSSL
7 prompt "libopenssl - Open source SSL (Secure Socket Layer) libraries"
9 default m if CONFIG_DEVEL
10 select BR2_PACKAGE_OPENSSL
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.
18 http://www.openssl.org/
20 This package contains the shared SSL libraries, needed by other programs.
23 config BR2_PACKAGE_OPENSSL_UTIL
24 depends BR2_PACKAGE_LIBOPENSSL
25 prompt "openssl-util - OpenSSL command line tool"
27 default m if CONFIG_DEVEL
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.
35 http://www.openssl.org/
37 This package contains the multi-purpose OpenSSL binary tool.