-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Move programs from mbedtls to framework #9939
Move programs from mbedtls to framework #9939
Conversation
febf47b
to
fab23f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some comments about programs/Makefile
.
f9326e3
to
4070f50
Compare
65afcd8
to
88d1a72
Compare
6b097cc
to
75a4c60
Compare
30dc690
to
18ccaf8
Compare
f2e8213
to
d7adaac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've done a complete review now. Only one blocker: #9939 (comment). Otherwise some doc updates needed.
0283fe8
to
e0435b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment that has not been fully addressed (#9939 (comment)) (note that there is a TF-PSA-Crypto part to it) otherwise this looks good to me.
602ad60
to
de8547a
Compare
de8547a
to
20a1edd
Compare
This commit moves demo_common.sh, dlopen_demo.sh, metatest.c query_compile_time_config.c, query_config.h, query_included_headers.c, zeroize.c and test_zeroize.gdb from MbedTLS into the MbedTLS framework. Signed-off-by: Harry Ramsey <[email protected]>
This commit updates the file paths necessary for dlopen_demo.sh, metatest.c query_compile_time_config.c, query_config.h, query_included_headers.c and zeroize.c. This commit also adds a CFLAG to find header files now contained in the framework. Signed-off-by: Harry Ramsey <[email protected]>
Signed-off-by: Harry Ramsey <[email protected]>
This commit fixes the paths of program files which were moved to the MbedTLS Framework. Signed-off-by: Harry Ramsey <[email protected]>
This commit updates the paths for dlopen_demo.sh in components-build-system.sh as the file has been moved to the framework. Signed-off-by: Harry Ramsey <[email protected]>
This commit updates the paths for moved programs in generate_visualc_files.pl. Signed-off-by: Harry Ramsey <[email protected]>
This commit updates the path for the moved test_zeroize.gdb script which has been moved to MbedTLS-Framework. Signed-off-by: Harry Ramsey <[email protected]>
This commit updates the paths in documentation for test_zeroize since it has been moved to MbedTLS Framework. Signed-off-by: Harry Ramsey <[email protected]>
This commit updates the paths in the documentation for metatest.c as it has been moved to MbedTLS Framework. Signed-off-by: Harry Ramsey <[email protected]>
20a1edd
to
e8f5c6e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
Signed-off-by: Harry Ramsey <[email protected]>
Signed-off-by: Harry Ramsey <[email protected]>
e8f5c6e
to
5befe36
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Move program files to MbedTLS-Framework. Closes #112.
PR checklist