buildroot/package/openssl/Config.in

24 lines
744 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_OPENSSL
2004-12-26 08:36:59 +01:00
bool "openssl"
select BR2_PACKAGE_ZLIB
2004-10-09 08:13:40 +02:00
help
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/
config BR2_PACKAGE_OPENSSL_BIN
bool "openssl binary"
depends on BR2_PACKAGE_OPENSSL
help
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.