From 78a2fba888d1c08070757c17de83801e3dbdfca5 Mon Sep 17 00:00:00 2001 From: s00565270 Date: Mon, 24 Aug 2020 14:35:38 +0800 Subject: [PATCH] TicketNo:DTS2019121004618 Description:add tls communication capability Team:OTHERS Feature or Bugfix:Feature Binary Source:NA PrivateCode(Yes/No):No Change-Id: I86b068af147eddb1e8e764f17d83a70a6ed74047 Reviewed-on: http://mgit-tm.rnd.huawei.com/10407315 Reviewed-by: jiangxiaofeng 00421855 Reviewed-by: heguoquan 00449031 Reviewed-by: wangjing 00270068 Tested-by: public jenkins --- BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 50859d8..467046b 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -60,6 +60,7 @@ mbedtls_sources = [ "library/md4.c", "library/md5.c", "library/memory_buffer_alloc.c", + "library/net_sockets.c", "library/nist_kw.c", "library/oid.c", "library/padlock.c", @@ -79,6 +80,9 @@ mbedtls_sources = [ "library/sha1.c", "library/sha256.c", "library/sha512.c", + "library/ssl_ciphersuites.c", + "library/ssl_cli.c", + "library/ssl_tls.c", "library/threading.c", "library/timing.c", "library/version.c", -- GitLab