2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_OPENSSL
|
2004-12-26 08:36:59 +01:00
|
|
|
bool "openssl"
|
2008-09-24 11:10:06 +02:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2008-08-04 21:07:05 +02:00
|
|
|
A collaborative effort to develop a robust, commercial-grade, fully
|
|
|
|
featured, and Open Source toolkit implementing the Secure Sockets
|
|
|
|
Layer (SSL v2/v3) and Transport Security (TLS v1) as well as a
|
2004-12-26 08:36:59 +01:00
|
|
|
full-strength general-purpose cryptography library.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-26 08:36:59 +01:00
|
|
|
http://www.openssl.org/
|
2005-07-12 21:53:12 +02:00
|
|
|
|
2008-09-24 11:10:06 +02:00
|
|
|
config BR2_PACKAGE_OPENSSL_BIN
|
|
|
|
bool "openssl binary"
|
2005-07-12 21:53:12 +02:00
|
|
|
depends on BR2_PACKAGE_OPENSSL
|
2012-10-22 07:42:08 +02:00
|
|
|
# uses fork()
|
|
|
|
depends on BR2_USE_MMU
|
2005-07-12 21:53:12 +02:00
|
|
|
help
|
2008-09-24 11:10:06 +02:00
|
|
|
Install the openssl binary to the target file system. This is a
|
|
|
|
command line tool for doing various crypthographic stuff.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSSL_ENGINES
|
|
|
|
bool "openssl additional engines"
|
|
|
|
depends on BR2_PACKAGE_OPENSSL
|
|
|
|
help
|
|
|
|
Install additional encryption engine libraries.
|
2011-01-14 14:43:24 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSSL_OCF
|
|
|
|
bool "openssl ocf support"
|
|
|
|
depends on BR2_PACKAGE_OPENSSL
|
2012-05-05 05:30:24 +02:00
|
|
|
select BR2_PACKAGE_OCF_LINUX
|
2011-01-14 14:43:24 +01:00
|
|
|
help
|
|
|
|
Enable openssl cryptodev (OCF) hardware acceleration support.
|
2012-05-05 05:30:24 +02:00
|
|
|
This requires the ocf linux kernel extension or you to provide a
|
|
|
|
pre-patched kernel that includes it.
|
|
|
|
If kernel support isn't available it'll just make the libraries
|
|
|
|
a tiny bit larger with a small CPU overhead when starting up and
|
|
|
|
checking for the required kernel-side support, and then falling
|
|
|
|
back to regular builtin support.
|
2011-01-14 14:43:24 +01:00
|
|
|
|
|
|
|
http://ocf-linux.sourceforge.net/
|