The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / polarssl / Config.in
1 config BR2_PACKAGE_POLARSSL
2         bool "polarssl"
3         help
4           PolarSSL is an SSL library written in ANSI C. PolarSSL makes
5           it easy for developers to include cryptographic and SSL/TLS
6           capabilities in their (embedded) products with as little
7           hassle as possible. It is designed to be readable,
8           documented, tested, loosely coupled and portable.
9
10           Warning: PolarSSL is licensed under the GPL. If you want to
11           use it in your own proprietary applications, you have to
12           purchase a commercial license.
13
14           https://tls.mbed.org/
15
16 if BR2_PACKAGE_POLARSSL
17
18 config BR2_PACKAGE_POLARSSL_PROGRAMS
19         bool "polarssl programs"
20         depends on BR2_USE_MMU # fork()
21         help
22           This option enables the installation and the build of
23           PolarSSL companion programs: aescrypt2, benchmark, cert_app,
24           crl_app, crypt_and_hash, dh_client, dh_genprime, dh_server,
25           gen_entropy, generic_sum, gen_random_ctr_drbg,
26           gen_random_havege, hello, key_app, md5sum, mpi_demo,
27           rsa_decrypt, rsa_encrypt, rsa_genkey, rsa_sign, rsa_verify,
28           selftest, sha1sum, sha2sum, ssi-cgi, ssl_cert_test,
29           ssl_client1, ssl_client2, ssl_fork_server, ssl_mail_client,
30           ssl_server, ssl_test
31
32 endif