commit | d0b0cd1c778a2b087f902a4de131852f99f1f579 | [log] [tgz] |
---|---|---|
author | Yecheng Zhao <zyecheng@google.com> | Thu Mar 11 23:01:36 2021 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 16 00:21:14 2021 +0000 |
tree | a58daf3dc10d01f36638182207fba22319eb0e0a | |
parent | 4aa6aca135b494d4f1962a543cce492c78471243 [diff] |
[tls] Add tls example application. The CL adds a simple tls example application that connects to www.google.com:443, performs handshake, verifies certificate, sends a https request and then listens for response. The application is structured in a way to allow plugging in different transport and tls libraries as backends. Actual implementaion of these backends will be done in other CLs. Change-Id: I4b8a8e0049903b39d763a1aa2eb9301c038515db Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/37401 Commit-Queue: Yecheng Zhao <zyecheng@google.com> Reviewed-by: Ali Zhang <alizhang@google.com>
This repository contains experimental pigweed modules.
Clone this repo with --recursive
to get all required submodules.
git clone --recursive https://pigweed.googlesource.com/pigweed/experimental
This will pull the Pigweed source repository into third_party/pigweed
. If you already cloned but forgot to --recursive
run git submodule update --init
to pull all submodules.