mbedtls/scripts/data_files
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
..
driver_jsons Update and document mbedtls extensions 2022-09-16 11:01:01 +02:00
driver_templates Move JPAKE state machine logic from driver to core 2023-02-22 11:30:31 +01:00
error.fmt Switch to the new code style 2023-01-11 14:50:10 +01:00
query_config.fmt Switch to the new code style 2023-01-11 14:50:10 +01:00
version_features.fmt Switch to the new code style 2023-01-11 14:50:10 +01:00
vs6-app-template.dsp Add missing VS project files, generated by script 2013-09-18 14:34:33 +02:00
vs6-main-template.dsp Systematically use Windows line endings in Windows files 2020-04-01 13:42:24 +02:00
vs6-workspace-template.dsw Add VS6 workspace to update-vs-apps.pl 2014-05-22 13:52:50 +02:00
vs2013-app-template.vcxproj Rename VS2010 directory to VS2013 and update Makefiles etc 2023-01-11 18:56:11 +00:00
vs2013-main-template.vcxproj Rename VS2010 directory to VS2013 and update Makefiles etc 2023-01-11 18:56:11 +00:00
vs2013-sln-template.sln Update solution template to require VS2013 2023-01-11 18:56:11 +00:00