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

Move TLS auxiliary test scripts to the framework #54

Closed
3 tasks done
mpg opened this issue Oct 3, 2024 · 0 comments · Fixed by #56 or Mbed-TLS/mbedtls#9673
Closed
3 tasks done

Move TLS auxiliary test scripts to the framework #54

mpg opened this issue Oct 3, 2024 · 0 comments · Fixed by #56 or Mbed-TLS/mbedtls#9673
Assignees
Labels
enhancement New feature or request priority-high High priority - will be reviewed soon size-s Estimated task size: small (~2d)

Comments

@mpg
Copy link
Contributor

mpg commented Oct 3, 2024

The following files are used on the CI, shared between branches on Mbed TLS (at the time of writing identical between branches) and should be moved to the framework:

  • generate_ssl_debug_helpers.py - used in CMake, Make, tests/scripts/check-generated-files.sh and scripts/make_generated_files.bat
  • generate_tls13_compat_tests.py - used in CMake, Make, tests/scripts/check-generated-files.sh and scripts/make_generated_files.bat
  • translate_ciphers.py - used in compat.sh andtests/scripts/components-basic-checks.sh.

For each file moved to the framework, adapt the path in all files that use it.

Note: these files are only used by mbedtls and won't be used by tf-psa-crypto, so there's no need to adapt to that repo, or worry about path differences.

@mpg mpg added enhancement New feature or request size-s Estimated task size: small (~2d) priority-high High priority - will be reviewed soon labels Oct 3, 2024
@eleuzi01 eleuzi01 self-assigned this Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-high High priority - will be reviewed soon size-s Estimated task size: small (~2d)
Projects
Status: Framework 2/3 (script for the CI)
2 participants