Skip to content

Add explicit parameter variants to ec_*_pub data files#285

Open
Marandil wants to merge 2 commits intoMbed-TLS:mainfrom
Marandil:fix/mbedtls-4314-test-data
Open

Add explicit parameter variants to ec_*_pub data files#285
Marandil wants to merge 2 commits intoMbed-TLS:mainfrom
Marandil:fix/mbedtls-4314-test-data

Conversation

@Marandil
Copy link

@Marandil Marandil commented Mar 4, 2026

Description

Add explicit parameter variants to ec_*_pub data files. These are required for the new tests included in
Mbed-TLS/TF-PSA-Crypto#705 and Mbed-TLS/mbedtls#10630

The variants have been generated with the following command:

openssl ec -pubin -param_enc explicit -pubout -in ec_XYZ_pub.der -out ec_XYZ_pub.expl.der -outform der

(with the proper choice of XYZ or der/pem)

PR checklist

Please add the numbers (or links) of the associated pull requests for consuming branches. You can omit branches where this pull request is not needed.

Notes for the submitter

Please refer to the contributing guidelines, especially the
checklist for PR contributors.

Help make review efficient:

  • Multiple simple commits
    • please structure your PR into a series of small commits, each of which does one thing
  • Avoid force-push
    • please do not force-push to update your PR - just add new commit(s)
  • See our Guidelines for Contributors for more details about the review process.

@gilles-peskine-arm
Copy link
Contributor

As in the crypto PR, please ensure that all commit messages have a signoff line, so that the DCO check passes.

@Marandil Marandil force-pushed the fix/mbedtls-4314-test-data branch from 7ce99ef to e001e14 Compare March 4, 2026 17:03
@gilles-peskine-arm gilles-peskine-arm added needs-review Every commit must be reviewed by at least two team members. needs-reviewer This PR needs someone to pick it up for review priority-medium Medium priority - this can be reviewed as time permits size-xs Estimated task size: extra small (a few hours at most) labels Mar 5, 2026
Signed-off-by: Marcin Słowik <marcin@edgecorp.io>
Signed-off-by: Marcin Słowik <marcin@edgecorp.io>
@Marandil Marandil force-pushed the fix/mbedtls-4314-test-data branch from 5248905 to b8ad482 Compare March 11, 2026 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review Every commit must be reviewed by at least two team members. needs-reviewer This PR needs someone to pick it up for review priority-medium Medium priority - this can be reviewed as time permits size-xs Estimated task size: extra small (a few hours at most)

Projects

Status: In Development

Development

Successfully merging this pull request may close these issues.

2 participants