source: freewrt/package/openssl/Config.in@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.2 KB
Line 
1config BR2_COMPILE_OPENSSL
2 tristate
3 default n
4 depends BR2_PACKAGE_LIBOPENSSL
5
6config BR2_PACKAGE_LIBOPENSSL
7 prompt "libopenssl........................ Open source SSL (Secure Socket Layer) libraries"
8 tristate
9 default m if CONFIG_DEVEL
10 select BR2_COMPILE_OPENSSL
11 help
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.
16
17 http://www.openssl.org/
18
19 This package contains the shared SSL libraries, needed by other programs.
20
21config BR2_PACKAGE_OPENSSL_UTIL
22 prompt "openssl-util.................... OpenSSL command line tool"
23 tristate
24 default m if CONFIG_DEVEL
25 depends BR2_PACKAGE_LIBOPENSSL
26 help
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.
31
32 http://www.openssl.org/
33
34 This package contains the multi-purpose OpenSSL binary tool.
35
Note: See TracBrowser for help on using the repository browser.