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

feat: enable SHA384 and SHA512 on mbedtls #745

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

BartKerkhoff
Copy link
Contributor

Next to the already supported SHA256 algorithm, it is also common to sign certificates based on SHA384 and SHA512. These algorithms were not yet enabled. As a result, certificate validation would fail when any of the certificates in the chain was signed based on one of these hash algorithms.

Enabling these algorithms as I am running into these issues right now. Since we are only enabling new features, this change is not expected to break existing functionality.

@BartKerkhoff BartKerkhoff requested a review from a team as a code owner October 23, 2024 07:06
@BartKerkhoff BartKerkhoff changed the title Enable SHA384 and SHA512 on mbedtls feat: Enable SHA384 and SHA512 on mbedtls Oct 23, 2024
@richardapeters richardapeters changed the title feat: Enable SHA384 and SHA512 on mbedtls feat: enable SHA384 and SHA512 on mbedtls Oct 23, 2024
@richardapeters richardapeters added this pull request to the merge queue Oct 23, 2024
Merged via the queue into philips-software:main with commit 2c0351e Oct 23, 2024
26 of 30 checks passed
This was referenced Oct 23, 2024
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.

2 participants