summaryrefslogtreecommitdiffstats
path: root/rules/openssl.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-07-15 22:20:43 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-07-15 22:20:43 +0000
commit9a40433eaca4d84f56188e2a101f9a73475e3aaa (patch)
tree00eb6a59a4dc785a516e741b8767bfb6291f5f3e /rules/openssl.in
parentd849e1ebdf7929494b075693c86026633a2cfaac (diff)
downloadptxdist-9a40433eaca4d84f56188e2a101f9a73475e3aaa.tar.gz
ptxdist-9a40433eaca4d84f56188e2a101f9a73475e3aaa.tar.xz
[openssl] reworked + version bump to 0.9.8k
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10964 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/openssl.in')
-rw-r--r--rules/openssl.in15
1 files changed, 13 insertions, 2 deletions
diff --git a/rules/openssl.in b/rules/openssl.in
index 492b79972..554a56cb8 100644
--- a/rules/openssl.in
+++ b/rules/openssl.in
@@ -1,15 +1,27 @@
## SECTION=networking
+
menuconfig OPENSSL
tristate
prompt "openssl "
help
+ Secure Socket Layer (SSL) binary and related cryptographic tools
+
OpenSSL is a robust, commercial-grade, full-featured
toolkit implementing the Secure Sockets Layer (SSL v2/v3)
and Transport Layer Security (TLS v1) protocols as well
as a full-strength general purpose cryptography library.
+ You need it to perform certain cryptographic actions like:
+ * Creation of RSA, DH and DSA key parameters;
+ * Creation of X.509 certificates, CSRs and CRLs;
+ * Calculation of message digests;
+ * Encryption and decryption with ciphers;
+ * SSL/TLS client and server tests;
+ * Handling of S/MIME signed or encrypted mail.
+
+
config OPENSSL_BIN
- bool "build openssl tools"
+ bool "install openssl tools"
depends on OPENSSL
help
Whether to build and install OpenSSL binary.
@@ -20,4 +32,3 @@ config OPENSSL_SHARED
depends on OPENSSL
help
Whether to build OpenSSL with shared libraries.
-