1## Introduction
2This Mbed TLS is ported from the open source Mbed TLS, and we only modified the needed parts
3to adapt to AliOS Things, so this component provides the same APIs and features as the open source
4Mbed TLS. For details, please refer to https://tls.mbed.org/ .
5
6The major modification for porting Mbed TLS includes:
7- provides our network socket APIs in aos/library/net_sockets.c
8- provides our threading mutex APIs in aos/library/threading_alt.c
9- provides our memory management APIs in aos/library/platform.c
10- provides our configuration in include/mbedtls_config.h
11
12## Dependencies
13N/A
14