Skip to content

Conversation

@aggarw13
Copy link

@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