mbedtls icon indicating copy to clipboard operation
mbedtls copied to clipboard

Add challenge password to CSR mbedtls 3.6

Open rgqsch opened this issue 3 months ago • 2 comments

Description

New code based on an older PR, fixed to latest coding styles. This will add a challenge password to the CSR which might be needed by some SCEP servers

PR checklist

Please remove the segment/s on either side of the | symbol as appropriate, and add any relevant link/s to the end of the line. If the provided content is part of the present PR remove the # symbol.

  • [ ] changelog provided in this PR
  • [ ] development PR provided #10431
  • [ ] TF-PSA-Crypto PR not required because: Not changed
  • [ ] framework PR provided Mbed-TLS/mbedtls-framework#219
  • [ ] 3.6 PR provided in this PR
  • tests provided In this PR

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.

rgqsch avatar Oct 01 '25 06:10 rgqsch

Thanks for creating a 3.6 backport! However, I should point out that 3.6 is an LTS branch and normally only receives fixes (bugs & vulnerabilities), while this looks like a new feature.

mpg avatar Oct 03 '25 11:10 mpg

Thanks for creating a 3.6 backport! However, I should point out that 3.6 is an LTS branch and normally only receives fixes (bugs & vulnerabilities), while this looks like a new feature.

It is a new feature, we work on 3.6 atm, and tought I might share this addition.

rgqsch avatar Oct 05 '25 13:10 rgqsch