| 1 | config FWRT_COMPILE_OPENSSL
|
|---|
| 2 | tristate
|
|---|
| 3 | default n
|
|---|
| 4 | depends FWRT_PACKAGE_LIBOPENSSL
|
|---|
| 5 |
|
|---|
| 6 | config 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 |
|
|---|
| 22 | config 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 |
|
|---|
| 27 | config 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 |
|
|---|
| 32 | config 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 |
|
|---|
| 47 | config 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
|
|---|