07859ca0c74357c8dac3b5f1def4eb3dde2cdda2
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / openssl / Config.in
1 config BR2_PACKAGE_OPENSSL
2         bool "openssl"
3         select BR2_PACKAGE_ZLIB
4         help
5           A collaborative effort to develop a robust, commercial-grade, fully
6           featured, and Open Source toolkit implementing the Secure Sockets
7           Layer (SSL v2/v3) and Transport Security (TLS v1) as well as a
8           full-strength general-purpose cryptography library.
9
10           http://www.openssl.org/
11
12 if BR2_PACKAGE_OPENSSL
13
14 config BR2_PACKAGE_OPENSSL_BIN
15         bool "openssl binary"
16         # uses fork()
17         depends on BR2_USE_MMU
18         depends on !BR2_STATIC_LIBS
19         help
20           Install the openssl binary to the target file system. This is a
21           command line tool for doing various crypthographic stuff.
22
23 comment "openssl binary needs a toolchain w/ dynamic library"
24         depends on BR2_USE_MMU
25         depends on BR2_STATIC_LIBS
26
27 config BR2_PACKAGE_OPENSSL_ENGINES
28         bool "openssl additional engines"
29         help
30           Install additional encryption engine libraries.
31
32 endif