aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA18
1 files changed, 18 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 000000000..12489b218
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "MbedTLS"
+description:
+ "MbedTLS is a C library that implements cryptographic primitives. Its small "
+ "code footprint makes it suitable for embedded systems."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/Mbed-TLS/mbedtls"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/Mbed-TLS/mbedtls.git"
+ }
+ version: "3.2.1"
+ last_upgrade_date { year: 2022 month: 11 day: 18 }
+ license_type: NOTICE
+}