mbedtls: new package
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 29 Dec 2015 15:03:07 +0000 (12:03 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Dec 2015 16:03:34 +0000 (17:03 +0100)
commit6b2df7ec5703093fc6e81c45834b20ab2ace95c0
treefd3f10ecf9015a224277e94b47edf502caedaa00
parent5dc0f6aaab8f3a845b1db08439cff27832a53930
mbedtls: new package

Add the mbed TLS library, formerly known as PolarSSL.
The 2.0+ version can live side-by-side with polarssl since it was
renamed, hence can be added with no conflict.

Use the Apache-2.0 license variant since it's somewhat more flexible,
the codebase is the same as the GPLv2 variant, just copyright
headers/license file changed.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/mbedtls/Config.in [new file with mode: 0644]
package/mbedtls/mbedtls.hash [new file with mode: 0644]
package/mbedtls/mbedtls.mk [new file with mode: 0644]