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_COMPILE_OPENSSL
12 The OpenSSL Project is a collaborative effort to develop a robust,
13 commercial-grade, full-featured, and Open Source toolkit implementing
14 the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
15 protocols as well as a full-strength general purpose cryptography library.
17 http://www.openssl.org/
19 This package contains the shared SSL libraries, needed by other programs.
21 config BR2_PACKAGE_OPENSSL_UTIL
22 prompt "openssl-util.................... OpenSSL command line tool"
24 default m if CONFIG_DEVEL
25 depends BR2_PACKAGE_LIBOPENSSL
27 The OpenSSL Project is a collaborative effort to develop a robust,
28 commercial-grade, full-featured, and Open Source toolkit implementing
29 the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
30 protocols as well as a full-strength general purpose cryptography library.
32 http://www.openssl.org/
34 This package contains the multi-purpose OpenSSL binary tool.