1 config BR2_COMPILE_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.
22 config BR2_PACKAGE_OPENSSL_UTIL
23 prompt "openssl-util.................... OpenSSL command line tool"
25 default m if CONFIG_DEVEL
26 depends BR2_PACKAGE_LIBOPENSSL
29 The OpenSSL Project is a collaborative effort to develop a robust,
30 commercial-grade, full-featured, and Open Source toolkit implementing
31 the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
32 protocols as well as a full-strength general purpose cryptography library.
34 http://www.openssl.org/
36 This package contains the multi-purpose OpenSSL binary tool.