mbedtls/scripts
Przemek Stekiel e12ed36a6c Move JPAKE state machine logic from driver to core
- Add `alg` and `computation_stage` to `psa_pake_operation_s`.
  Now when logic is moved to core information about `alg` is required.
  `computation_stage` is a structure that provides a union of computation stages for pake algorithms.
- Move the jpake operation logic from driver to core. This requires changing driver entry points for `psa_pake_output`/`psa_pake_input` functions and adding a `computation_stage` parameter. I'm not sure if this solution is correct. Now the driver can check the current computation stage and perform some action. For jpake drivers `step` parameter is now not used, but I think it needs to stay as it might be needed for other pake algorithms.
- Removed test that seems to be redundant as we can't be sure that operation is aborted after failure.

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
2023-02-22 11:30:31 +01:00
..
data_files Move JPAKE state machine logic from driver to core 2023-02-22 11:30:31 +01:00
mbedtls_dev Fix tests for 32bit 2023-02-16 10:25:08 +01:00
abi_check.py Unify check_repo_path 2022-09-18 21:17:09 +02:00
apidoc_full.sh
assemble_changelog.py
basic.requirements.txt
bump_version.sh
ci.requirements.txt
code_size_compare.py Unify check_repo_path 2022-09-18 21:17:09 +02:00
code_style.py Fix CI failure 2023-02-15 16:58:09 +08:00
config.pl
config.py Declare ECP_RESTARTABLE and USE_PSA compatible 2022-12-06 11:05:28 +01:00
driver.requirements.txt Merge branch 'Mbed-TLS:development' into codegen_1.1 2022-09-17 19:54:01 +02:00
ecc-heap.sh
ecp_comb_table.py
find-mem-leak.cocci
footprint.sh
generate_driver_wrappers.py fixed docstring sentence 2022-10-10 19:55:40 +02:00
generate_errors.pl Modify generate errors script 2023-01-09 18:28:10 +00:00
generate_features.pl
generate_psa_constants.py
generate_query_config.pl
generate_ssl_debug_helpers.py
generate_visualc_files.pl Update some comments & error messages 2023-01-11 18:56:11 +00:00
lcov.sh You need --coverage when linking as well 2022-12-01 17:41:36 +01:00
maintainer.requirements.txt
make_generated_files.bat Fix test file generation on windows 2023-01-31 14:40:05 +01:00
massif_max.pl
memory.sh
min_requirements.py
output_env.sh
rm-calloc-cast.cocci
tmp_ignore_makefiles.sh
windows_msbuild.bat Rename VS2010 directory to VS2013 and update Makefiles etc 2023-01-11 18:56:11 +00:00