aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-11 05:10:20 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-11 05:10:20 +0000
commita69d130120f6b743505b2e3dab72e99b5a8afb1d (patch)
treeb46b5b8548a6dacf6e10ec71a1ebcf38221fdb27
parentc6af621ce940c45c05f620b60b9dbbb9ebdc9eef (diff)
parent681eda31a3cd69aa00c2fe4ec6412410e788c305 (diff)
downloadmbedtls-android14-d1-release.tar.gz
Change-Id: I54031b6b17140add6aedc3dafe4885ca844a5193
-rw-r--r--METADATA18
-rw-r--r--MODULE_LICENSE_APACHE20
-rw-r--r--OWNERS5
3 files changed, 23 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
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 000000000..e541a662f
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,5 @@
+# CHRE team maintainers in AOSP
+arthuri@google.com
+bduddie@google.com
+karthikmb@google.com
+stange@google.com