From d357610b04d57ac3e9c76fa30bbf40010cd5e232 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Fri, 14 May 2021 11:49:22 -0700 Subject: [PATCH] crt update (#271) Update aws-crt-cpp to v0.13.6 to bring up the following: ### BUGFIX - Don't run aws-lc's codegen at build time, it just introduces complexity. - Some characters were not correctly URI-encoded - Fix crash when peer hangs up immediately following first non-TLS write. - Fix issue where TLS context initialization could fail on linux due to passing in buffers that weren't properly zero-terminated at their final length. - OpenSSL libcrypto.a detection fixes ### Optimization - Only using extra warning and werror flags on Debug build type - Add support to store and pass SDK Name & Version as a metric to IoT cloud --- crt/aws-crt-cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crt/aws-crt-cpp b/crt/aws-crt-cpp index 27619f580..b71bb2e18 160000 --- a/crt/aws-crt-cpp +++ b/crt/aws-crt-cpp @@ -1 +1 @@ -Subproject commit 27619f580520b852c68136c6b5f50f3c0dfebb82 +Subproject commit b71bb2e18b01fa785e5dddd6d231f6caf2cef056