Skip to content

update CRT to bring up latest bug fix and optimization #271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2021
Merged

Conversation

TingDaoK
Copy link
Contributor

@TingDaoK TingDaoK commented May 14, 2021

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

@graebm graebm merged commit d357610 into main May 14, 2021
@graebm graebm deleted the crt_update branch May 14, 2021 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants