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

Hygiene: Commonize PAL logic of mapping to storage filenames #123

Merged
merged 10 commits into from
Aug 2, 2021

Conversation

aggarw13
Copy link
Contributor

@aggarw13 aggarw13 commented Jul 31, 2021

A lot of code between posix/core_pkcs11_pal.c and windows/core_pkcs11_pal.c is duplicated which carries maintenance cost of copying the same code between files when adding features to the corePKCS11 library. Also, there is no mechanism of validating updates to the WinSim FreeRTOS PAL (as GitHub CI checks only validate POSIX builds).

To avoid this inefficiency, this PR commonizes the utility logic of mapping PKCS #11 Labels and Handle objects to storage filenames in new core_pkcs11_pal_utils.[hc] files. This PR also makes hygiene re-arrangement to the source/portable directory for better understandability of the relevance of files.

@aggarw13 aggarw13 requested a review from a team as a code owner July 31, 2021 01:59
archigup
archigup previously approved these changes Jul 31, 2021
@aggarw13 aggarw13 changed the title Hygienee: Commonize PAL logic of mapping to storage filenames Hygiene: Commonize PAL logic of mapping to storage filenames Aug 2, 2021
@aggarw13 aggarw13 merged commit 48c2d16 into FreeRTOS:main Aug 2, 2021
@aggarw13 aggarw13 deleted the fleet_provisioning branch August 2, 2021 17:19
aggarg added a commit to aggarg/aws-iot-device-sdk-embedded-C that referenced this pull request Aug 4, 2021
This commit updates the corePKCS11 submodule pointer to the latest and
updates the CMake paths as per the changes in this PR:
FreeRTOS/corePKCS11#123

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
aggarg added a commit to aws/aws-iot-device-sdk-embedded-C that referenced this pull request Aug 4, 2021
* Update CMake paths for the latest corePKCS11

This commit updates the corePKCS11 submodule pointer to the latest and
updates the CMake paths as per the changes in this PR:
FreeRTOS/corePKCS11#123

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
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.

3 participants