blob: 12489b218aab6837f4fa829827a924e19bd8a535 [file] [log] [blame]
Karthik Bharadwajcab44fb2022-12-29 19:50:34 +00001name: "MbedTLS"
2description:
3 "MbedTLS is a C library that implements cryptographic primitives. Its small "
4 "code footprint makes it suitable for embedded systems."
5
6third_party {
7 url {
8 type: HOMEPAGE
9 value: "https://github.com/Mbed-TLS/mbedtls"
10 }
11 url {
12 type: GIT
13 value: "https://github.com/Mbed-TLS/mbedtls.git"
14 }
15 version: "3.2.1"
16 last_upgrade_date { year: 2022 month: 11 day: 18 }
17 license_type: NOTICE
18}