1 config BR2_PACKAGE_POLARSSL
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.
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.
16 if BR2_PACKAGE_POLARSSL
18 config BR2_PACKAGE_POLARSSL_PROGRAMS
19 bool "polarssl programs"
20 depends on BR2_USE_MMU # fork()
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,