Config.in 1.1 KB

12345678910111213141516171819202122232425262728
  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. Warning: PolarSSL is licensed under the GPL. If you want to
  10. use it in your own proprietary applications, you have to
  11. purchase a commercial license.
  12. http://polarssl.org/
  13. config BR2_PACKAGE_POLARSSL_PROGRAMS
  14. bool "polarssl programs"
  15. depends on BR2_PACKAGE_POLARSSL
  16. help
  17. This option enables the installation and the build of
  18. PolarSSL companion programs: aescrypt2, benchmark, cert_app,
  19. crl_app, crypt_and_hash, dh_client, dh_genprime, dh_server,
  20. gen_entropy, generic_sum, gen_random_ctr_drbg,
  21. gen_random_havege, hello, key_app, md5sum, mpi_demo,
  22. rsa_decrypt, rsa_encrypt, rsa_genkey, rsa_sign, rsa_verify,
  23. selftest, sha1sum, sha2sum, ssi-cgi, ssl_cert_test,
  24. ssl_client1, ssl_client2, ssl_fork_server, ssl_mail_client,
  25. ssl_server, ssl_test