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

Add chip_external_mbedtls flag to src/crypto #23538

Merged
merged 1 commit into from
Nov 29, 2022

Conversation

alexhqwang
Copy link
Contributor

This allows mbedtls to be compiled outside of the Matter gn build routine, for build targets that wish to share mbedtls symbols.

Currently the zephyr target avoids building mbedtls. Expose this flag so that any target can set this for the Matter crypto library. The default value is false unless using the zephyr os, so this should not introduce any change to existing targets in the SDK.

ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 4, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 5, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 10, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 10, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 10, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 10, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 10, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 10, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 11, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 11, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 11, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 11, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 11, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 12, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 15, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 15, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 15, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 16, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 16, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 16, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 17, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 17, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 18, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 18, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 18, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 19, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 20, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 21, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 23, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
ATmobica pushed a commit to ARM-software/connectedhomeip that referenced this pull request May 23, 2023
src/crypto/crypto.gni has been updated to remove the assert
added by project-chip#23538.
This assert assumes that you only build mbedtls externally if you
have chip_crypto = 'mbedtls'. This is an invalid assumption and
is certainly not the case for the Open IoT SDK.

Signed-off-by: Anna Bridge <anna.bridge@arm.com>
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.

4 participants