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
|
|
|
|
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
|
|
|
|
help
|
|
|
|
Enable openssl cryptodev (OCF) hardware acceleration support.
|
|
|
|
This requires kernel patches from the ocf-linux project otherwise
|
|
|
|
you'll just have a bigger openssl library that works as usual.
|
|
|
|
|
|
|
|
http://ocf-linux.sourceforge.net/
|