Skip to content

Fix mbedtls user config and null entropy #2926

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

Conversation

andresag01
Copy link

@andresag01 andresag01 commented Oct 5, 2016

Description

This PR makes it possible to use the default config whenever MBEDTLS_TEST_NULL_ENTROPY instead of the config-no-entropy.h. Furthermore, an include of MBEDTLS_USER_CONFIG_FILE is added whenever config-no-entropy.h is in use. This makes it possible for users to use config-no-entropy.h AND customise it by providing custom config options.

Status

READY

Migrations

NO

Related PRs

There are no related PRs pending for merge.

Todos

  • [X ] Documentation

Deploy notes

This change does not require any changes, simply use mbedtls as normal.

@andresag01
Copy link
Author

@yanesca @sbutcher-arm : Please review

@simonbutcher
Copy link
Contributor

Reviewed - LGTM.

@andresag01 andresag01 changed the title DRAFT: Fix mbedtls user config and null entropy Fix mbedtls user config and null entropy Oct 5, 2016
@yanesca
Copy link
Contributor

yanesca commented Oct 5, 2016

Reviewed and approved.

Copy link
Contributor

@0xc0170 0xc0170 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 5, 2016

Does this fixes #2914 ?

@andresag01
Copy link
Author

andresag01 commented Oct 5, 2016

@0xc0170: This PR is the first step to fix #2914. This PR fixes the script that import mbed TLS into mbed OS. So once this is merged, we need to actually run it and create another PR that updates the mbed TLS source files. Then #2914 should be fixed.

@c1728p9
Copy link
Contributor

c1728p9 commented Oct 5, 2016

Looks good to me as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants