summaryrefslogtreecommitdiffstats
path: root/package/polarssl/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-04-10 18:05:28 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-04-15 09:15:17 +0200
commit31993b329ee676d9f0bece894eee39b1243cfd90 (patch)
treeaecb3d1a3ebc758bf16c1b11b2af88959e606f7e /package/polarssl/Config.in
parentb163ca39320e54192102218ee137b13b7828695e (diff)
downloadbuildroot-novena-31993b329ee676d9f0bece894eee39b1243cfd90.tar.gz
buildroot-novena-31993b329ee676d9f0bece894eee39b1243cfd90.zip
polarssl: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/polarssl/Config.in')
-rw-r--r--package/polarssl/Config.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/package/polarssl/Config.in b/package/polarssl/Config.in
new file mode 100644
index 000000000..3414a7f7f
--- /dev/null
+++ b/package/polarssl/Config.in
@@ -0,0 +1,28 @@
+config BR2_PACKAGE_POLARSSL
+ bool "polarssl"
+ help
+ PolarSSL is an SSL library written in ANSI C. PolarSSL makes
+ it easy for developers to include cryptographic and SSL/TLS
+ capabilities in their (embedded) products with as little
+ hassle as possible. It is designed to be readable,
+ documented, tested, loosely coupled and portable.
+
+ Warning: PolarSSL is licensed under the GPL. If you want to
+ use it in your own proprietary applications, you have to
+ purchase a commercial license.
+
+ http://polarssl.org/
+
+config BR2_PACKAGE_POLARSSL_PROGRAMS
+ bool "polarssl programs"
+ depends on BR2_PACKAGE_POLARSSL
+ help
+ This option enables the installation and the build of
+ PolarSSL companion programs: aescrypt2, benchmark, cert_app,
+ crl_app, crypt_and_hash, dh_client, dh_genprime, dh_server,
+ gen_entropy, generic_sum, gen_random_ctr_drbg,
+ gen_random_havege, hello, key_app, md5sum, mpi_demo,
+ rsa_decrypt, rsa_encrypt, rsa_genkey, rsa_sign, rsa_verify,
+ selftest, sha1sum, sha2sum, ssi-cgi, ssl_cert_test,
+ ssl_client1, ssl_client2, ssl_fork_server, ssl_mail_client,
+ ssl_server, ssl_test