Files
mbedtls/yotta/data/module.json
Manuel Pégourié-Gonnard b8834d313d Merge branch 'development' into beta-release-restricted
* development:
  Bump yotta patch version
  Merging iotssl-457-badtail with development branch
  Moe top-level Readme to markdown
  Changelog entry fro the previous commit
  Add NULL checks to top-level SSL functions
  Skip to trusted certs early in the chain
  Add tests for verify callback
  Improve mbedtls_ssl_write() documentation
  Add mbedtls_ssl_get_max_frag_len()
  Print "thread ID" in debug messages
  Only use -Wshadow with GCC 4.8 or higher
  Fix error reporting in pkey/pk_* programs
  Fix more comments/outputs in verify programs
  Fix hash buffer size in pkey programs
  Change default RSA key size in rsa_genkey
  Fix comments about filenames in some programs
  Fix memory corruption in rsa sign/verify programs
  Fix warning with MD/SHA ALT implementation
  Fix handling of long PSK identities
  Fix -Wshadow warnings
2015-09-03 16:45:58 +02:00

20 lines
447 B
JSON

{
"name": "mbedtls",
"version": "2.0.7",
"description": "The mbed TLS crypto/SSL/TLS library",
"private": true,
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"dependencies": {},
"targetDependencies": {
"mbed": { "cmsis-core": "~0.2.3" }
},
"testTargetDependencies": {
"mbed": { "sockets": "~0.3.0" }
}
}