Skip to content
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

mbedTLS fix for pre built libraries #1999

Merged
merged 3 commits into from
Aug 7, 2021
Merged

mbedTLS fix for pre built libraries #1999

merged 3 commits into from
Aug 7, 2021

Conversation

AdrianSoundy
Copy link
Member

@AdrianSoundy AdrianSoundy commented Aug 7, 2021

Description

Update sdkconfig files for pre-built libraries
Add missing des cypher option in config

Reduce output buffer to reduce memory usage
Also Requires updated pre-build libraries

How Has This Been Tested?

Run TestAppv5.0 on all platforms and use X509Certificate2 with problem test certificate

Types of changes

  • Improvement (non-breaking change that improves a feature, code or algorithm)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Config and build (change in the configuration and build system, has no impact on code or features)
  • Dependencies (update dependencies and changes associated, has no impact on code or features)
  • Unit Tests (work on Unit Tests, has no impact on code or features)
  • Documentation (changes or updates in the documentation, has no impact on code or features)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Use pre-built library instead
Config files for new prebuilt libraries.
@nfbot
Copy link
Member

nfbot commented Aug 7, 2021

@AdrianSoundy I've fixed the checklist for you.
FYI, the correct format is [x], no spaces inside brackets.

@nfbot nfbot added the Type: bug label Aug 7, 2021
@AdrianSoundy
Copy link
Member Author

This change doesn't actually change any code, just updates config files

@josesimoes josesimoes changed the title Mbedtls fix for pre built libraries mbedTLS fix for pre built libraries Aug 7, 2021
@josesimoes josesimoes added Series: ESP32 Everything related specifically with ESP32 series targets and removed Type: bug labels Aug 7, 2021
@josesimoes josesimoes merged commit dbd04dc into nanoframework:develop Aug 7, 2021
@AdrianSoundy AdrianSoundy deleted the mbedtls-fix branch August 7, 2021 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Config-and-Build Series: ESP32 Everything related specifically with ESP32 series targets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants