summaryrefslogtreecommitdiffstats
path: root/rules/mbedtls.in
diff options
context:
space:
mode:
authorBjörn Esser <b.esser@pengutronix.de>2020-03-18 16:27:55 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-03-20 13:38:11 +0100
commite163e462644e24810a5f4da52cc057d6f91067dd (patch)
tree6fb1a9d3c7c285d1941dd6cb84d1bc1b4e2d5b38 /rules/mbedtls.in
parent1e79b5a35f59c8f230b9ad5839da89c80d75c5fc (diff)
downloadptxdist-e163e462644e24810a5f4da52cc057d6f91067dd.tar.gz
ptxdist-e163e462644e24810a5f4da52cc057d6f91067dd.tar.xz
mbedtls: new package
mbed TLS (formerly known as PolarSSL) makes it trivially easy for developers to include cryptographic and SSL/TLS capabilities in their (embedded) products, facilitating this functionality with a minimal coding footprint. Unfortunately the upcoming open62541 package cannot be built against OpenSSL. To enable its SSL functionality mbed TLS is needed. Signed-off-by: Björn Esser <b.esser@pengutronix.de> [uol: adjusted commit message] Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Message-Id: <20200318152757.5330-2-u.oelmann@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/mbedtls.in')
-rw-r--r--rules/mbedtls.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/mbedtls.in b/rules/mbedtls.in
new file mode 100644
index 000000000..a0d58dbd5
--- /dev/null
+++ b/rules/mbedtls.in
@@ -0,0 +1,13 @@
+## SECTION=system_libraries
+
+config MBEDTLS
+ tristate
+ prompt "mbedtls"
+ select HOST_CMAKE
+ select LIBC_PTHREAD
+ select ZLIB
+ help
+ mbed TLS (formerly known as PolarSSL) makes it trivially easy
+ for developers to include cryptographic and SSL/TLS capabilities
+ in their (embedded) products, facilitating this functionality
+ with a minimal coding footprint.