提交 78a2fba8 编写于 作者: S s00565270 提交者: public tcshversion

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/10407315Reviewed-by: Njiangxiaofeng 00421855 <jiangxiaofeng8@huawei.com>
Reviewed-by: Nheguoquan 00449031 <heguoquan1@huawei.com>
Reviewed-by: Nwangjing 00270068 <wangjing6@huawei.com>
Tested-by: Npublic jenkins <public_jenkins@notesmail.huawei.com>
上级 7eb70db7
...@@ -60,6 +60,7 @@ mbedtls_sources = [ ...@@ -60,6 +60,7 @@ mbedtls_sources = [
"library/md4.c", "library/md4.c",
"library/md5.c", "library/md5.c",
"library/memory_buffer_alloc.c", "library/memory_buffer_alloc.c",
"library/net_sockets.c",
"library/nist_kw.c", "library/nist_kw.c",
"library/oid.c", "library/oid.c",
"library/padlock.c", "library/padlock.c",
...@@ -79,6 +80,9 @@ mbedtls_sources = [ ...@@ -79,6 +80,9 @@ mbedtls_sources = [
"library/sha1.c", "library/sha1.c",
"library/sha256.c", "library/sha256.c",
"library/sha512.c", "library/sha512.c",
"library/ssl_ciphersuites.c",
"library/ssl_cli.c",
"library/ssl_tls.c",
"library/threading.c", "library/threading.c",
"library/timing.c", "library/timing.c",
"library/version.c", "library/version.c",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册