be76f4dd20
Libressl is a fork of openssl from OpenSSL in 2014. Its goal is to modernize the OpenSSL codebase, improve security, and apply best practice development processes. Right now, libressl is API compatible with OpenSSL 1.0.1, but does not yet include all new APIs from OpenSSL 1.0.2 and later. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
21 lines
531 B
Plaintext
21 lines
531 B
Plaintext
config BR2_PACKAGE_LIBRESSL
|
|
bool "libressl"
|
|
depends on !BR2_PACKAGE_OPENSSL
|
|
help
|
|
LibreSSL is a version of the TLS/crypto stack forked from
|
|
OpenSSL in 2014, with goals of modernizing the codebase,
|
|
improving security, and applying best practice development
|
|
processes.
|
|
|
|
http://www.libressl.org/
|
|
|
|
if BR2_PACKAGE_LIBRESSL
|
|
|
|
config BR2_PACKAGE_LIBRESSL_BIN
|
|
bool "openssl binary"
|
|
help
|
|
Install the openssl binary to the target file system. This is
|
|
a command line tool for doing various cryptographic stuff.
|
|
|
|
endif
|