Skip to content

Conversation

juhaylinen
Copy link

Python's argparse library, by default, allows shortening of command line arguments. This can introduce silent failures when shortened commands are used and another command is added to the script which uses that name.

This change was requested on Mbed-TLS/mbedtls#9294

Copy link
Contributor

@gilles-peskine-arm gilles-peskine-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@juhaylinen
Copy link
Author

Rebased

Python's argparse library, by default, allows shortening of
command line arguments. This can introduce silent failures when
shortened commands are used and another command is added to the
script which uses that name.

Signed-off-by: Juha Ylinen <juha.ylinen@nordicsemi.no>
minosgalanakis pushed a commit to minosgalanakis/mbedtls-framework that referenced this pull request Jan 23, 2025
…crypto-modules

Add remaining crypto modules to PSA repo
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