source: freewrt/package/openssl/Config.in@ 727dae0d

Last change on this file since 727dae0d was 20e14b3, checked in by Thorsten Glaser <tg@…>, 18 years ago

openssl depends on zlib *sigh*

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

  • Property mode set to 100644
File size: 1.7 KB
Line 
1config FWRT_COMPILE_OPENSSL
2 tristate
3 default n
4 depends FWRT_PACKAGE_LIBOPENSSL
5
6config FWRT_PACKAGE_LIBOPENSSL
7 prompt "openssl........................... Open source SSL (Secure Socket Layer) libraries"
8 tristate
9 default n
10 select FWRT_COMPILE_OPENSSL
11 select FWRT_PACKAGE_ZLIB
12 help
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.
17
18 http://www.openssl.org/
19
20 This package contains the shared SSL libraries, needed by other programs.
21
22config FWRT_PACKAGE_LIBOPENSSL_OMIT_EU_PATENTS
23 bool " Omit algorithms patented in many countries (IDEA)"
24 default n
25 depends on FWRT_PACKAGE_LIBOPENSSL
26
27config FWRT_PACKAGE_LIBOPENSSL_OMIT_USA_PATENTS
28 bool " Omit algorithms patented in USA only (RC5, MDC2, IDEA)"
29 default n
30 depends on FWRT_PACKAGE_LIBOPENSSL
31
32config FWRT_PACKAGE_OPENSSL_UTIL
33 prompt "openssl-util.................... OpenSSL command line tool"
34 tristate
35 default n
36 depends FWRT_PACKAGE_LIBOPENSSL
37 help
38 The OpenSSL Project is a collaborative effort to develop a robust,
39 commercial-grade, full-featured, and Open Source toolkit implementing
40 the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
41 protocols as well as a full-strength general purpose cryptography library.
42
43 http://www.openssl.org/
44
45 This package contains the multi-purpose OpenSSL binary tool.
46
47config FWRT_PACKAGE_CA_CERTS
48 prompt "ca-certificates................... X.509 Root CA Certs of common CAs"
49 tristate
50 default y
51 depends FWRT_COMPILE_OPENSSL
Note: See TracBrowser for help on using the repository browser.