1. 5da58e5 tests/configs: Adjusted for migration of MBEDTLS_PSA_CRYPTO_CONFIG_FILE. by Minos Galanakis · 9 months ago
  2. 4f7f132 test-data: Adjusted check-feature test to seek `MBEDTLS_TIMING_C`. by Minos Galanakis · 9 months ago
  3. 981d7d6 test-suites: Replaced `NIST_KW_C` with `SSL_ALL_ALERT_MESSAGES` by Minos Galanakis · 10 months ago
  4. 473b960 components-build-system: Added support for psa_crypto custom configuration file. by Minos Galanakis · 10 months ago
  5. aa2f12c component-configuration-crypto: Set user-config-for-test as the `MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE` by Minos Galanakis · 10 months ago
  6. 23452f5 libtestdriver: Addded crypto_config_test_driver by Minos Galanakis · 8 months ago
  7. 1f0d469 Cleaned up MbedTLS/tf-psa-crypto configs. by Minos Galanakis · 8 months ago
  8. bee70a7 configs: Removed references to MBEDTLS_USE_PSA_CRYPTO by Minos Galanakis · 8 months ago
  9. 2db2f8b configs: Migrated config-symmetric-only by Minos Galanakis · 10 months ago
  10. 463a3ec configs: Migrated config-thread by Minos Galanakis · 9 months ago
  11. bca85e6 configs: Migrated config-tfm by Minos Galanakis · 9 months ago
  12. 0d8e319 configs: Migrated config-suite-b by Minos Galanakis · 9 months ago
  13. 1ae28bf configs: Migrated config-ccm-psk-(d)tls1_2 by Minos Galanakis · 9 months ago
  14. 861b90c Migrated General and test configuration options (contd). by Minos Galanakis · 8 months ago
  15. 2968dfc crypto_config: Added Cryptographic mechanism selection section. by Minos Galanakis · 8 months ago
  16. cb32d08 crypto_config: Migrated newer configuration options. by Minos Galanakis · 8 months ago
  17. f33250f crypto_config: Migrated MBEDTLS_NULL_CIPHER in legacy-crypto by Minos Galanakis · 8 months ago
  18. 127ffb5 crypto_config: Migrated legacy-crypto selection options. by Minos Galanakis · 11 months ago
  19. a19e07f crypto_config: Migrated crypto-drivers selection options. by Minos Galanakis · 11 months ago
  20. 626439a crypto_config: Migrated PSA core selection options. by Minos Galanakis · 11 months ago
  21. 1448949 crypto_config: Migrated data format selection options. by Minos Galanakis · 11 months ago
  22. 45544e0 crypto_config: Migrated cryptographic mechanism selection options. by Minos Galanakis · 11 months ago
  23. 2056958 crypto_config: Migrated General and test configuration options. by Minos Galanakis · 11 months ago
  24. 25ae42e crypto_config: Migrated Platform options. by Minos Galanakis · 10 months ago
  25. b6860cf Merge pull request #9781 from yanesca/remove_USE_PSA_from_API_doc_9632 by Janos Follath · 8 months ago
  26. f4f37ec Merge pull request #9810 from SuperIlu/development by Janos Follath · 8 months ago
  27. cda2a28 reworked changelog according to suggestion by SuperIlu · 8 months ago
  28. 2761d18 Add issue reference for ECP_RESTARTABLE limitations by Janos Follath · 8 months ago
  29. 745e561 Move the psa_init() warnings to _CLI and _SRV by Janos Follath · 8 months ago
  30. 92dfb88 Adapt configs/ext/README.md by Janos Follath · 8 months ago
  31. 056cb14 Remove USE_PSA references from crypto documentation by Janos Follath · 9 months ago
  32. 582ecd0 Remove USE_PSA references from X509 documentation by Janos Follath · 9 months ago
  33. 130ece0 Remove USE_PSA references from SSL documentation by Janos Follath · 9 months ago
  34. 277bba8 Remove USE_PSA references from config documentation by Janos Follath · 9 months ago
  35. 62e79dc Merge pull request #9665 from waleed-elmelegy-arm/add-iop-key-gen-get-num-ops by Janos Follath · 8 months ago
  36. 1406ace Added changelog by SuperIlu · 8 months ago
  37. 685d128 Make mbedTLS compile with MS-DOS DJGPP by SuperIlu · 8 months ago
  38. 017722f Merge pull request #9785 from waleed-elmelegy-arm/add-iop-export-pub-key-setup-abort by Paul Elliott · 8 months ago
  39. 19d418a Clarify why we set num_ops to 1 in iop key generation by Waleed Elmelegy · 8 months ago
  40. 6305f5d Improve clarity of num_ops comparison in iop key generation testing by Waleed Elmelegy · 8 months ago
  41. 29f65a8 Chane error code in psa_export_public_key_iop_setup() in case key size is 0 by Waleed Elmelegy · 8 months ago
  42. b959116 Merge pull request #9804 from eleuzi01/project-detection-submodule-update by Gilles Peskine · 8 months ago
  43. 14c3065 Update submodule to point to main by Elena Uziunaite · 8 months ago
  44. f7ebd73 Add Changelog entry for interruptible key generation by Waleed Elmelegy · 9 months ago
  45. c05a7f8 Add testing for PSA iop key generation get num ops API by Waleed Elmelegy · 9 months ago
  46. 208c01b Add PSA interruptible key generation get num ops API by Waleed Elmelegy · 9 months ago
  47. 8cf83c0 Merge pull request #9763 from eleuzi01/issue-39-fw by David Horstmann · 8 months ago
  48. 568d057 Add iop prefix to interruptible export-public key testing function by Waleed Elmelegy · 8 months ago
  49. 3c7f5c0 Change pointer init in export public-key iop struct to NULL by Waleed Elmelegy · 8 months ago
  50. c2790c6 Add negative tests for interruptible export public-key by Waleed Elmelegy · 8 months ago
  51. 84cc90f Improve parameter checking in psa_export_public_key_iop_setup() by Waleed Elmelegy · 8 months ago
  52. b30233f Change key param to mbedtls_svc_key_id_t in psa_export_public_key_iop_setup() by Waleed Elmelegy · 9 months ago
  53. ea35fac Add iop export public-key initializers test by Waleed Elmelegy · 9 months ago
  54. 5bcc1b9 Add iop export public-key tests by Waleed Elmelegy · 9 months ago
  55. ada977f Add PSA iop export public-key abort API by Waleed Elmelegy · 9 months ago
  56. cd189e8 Add PSA iop export public-key setup API by Waleed Elmelegy · 9 months ago
  57. 3d5ed79 Add PSA internal iop export public-key abort function by Waleed Elmelegy · 9 months ago
  58. 14aef98 Add internal iop export public-key abort API by Waleed Elmelegy · 9 months ago
  59. e2a9b6a Add internal iop export public-key setup API by Waleed Elmelegy · 9 months ago
  60. 9958ff6 Add PSA iop export public-key struct members by Waleed Elmelegy · 9 months ago
  61. 07d2bc0 Add headers for internal iop export public-key setup & abort APIs by Waleed Elmelegy · 9 months ago
  62. 5bcd3cc Add internal struct for iop export public-key context by Waleed Elmelegy · 9 months ago
  63. 8993fec Define FRAMEWORK by Elena Uziunaite · 9 months ago
  64. 2e37806 Fix paths by Elena Uziunaite · 9 months ago
  65. ef40183 Use new functions by Elena Uziunaite · 9 months ago
  66. 23a6432 Add project and branch detection in shell by Elena Uziunaite · 9 months ago
  67. 49e6115 Merge pull request #9651 from waleed-elmelegy-arm/add-iop-key-gen-complete by Janos Follath · 8 months ago
  68. 1630603 Change internal iop generate key error variable to int by Waleed Elmelegy · 8 months ago
  69. f27c105 Merge pull request #9780 from emmanuel-ferdman/development by Manuel Pégourié-Gonnard · 8 months ago
  70. 3aefa5b Merge pull request #7977 from ivq/update_gcm_doc by David Horstmann · 9 months ago
  71. 28a26ec Merge pull request #9771 from ronald-cron-arm/remove-psa-crypto-config by Ronald Cron · 9 months ago
  72. c57f6fc Fix code stayle in iop export public-key function by Waleed Elmelegy · 9 months ago
  73. 42a5c97 Add change log by Ronald Cron · 9 months ago
  74. 93ba625 Remove MBEDTLS_PSA_CRYPTO_CONFIG configuration option by Ronald Cron · 11 months ago
  75. e0ebf55 Move back *config_test_driver* headers from the framework by Ronald Cron · 9 months ago
  76. f5a82fd Add ecp prefix to internal iop generate key function names by Waleed Elmelegy · 9 months ago
  77. 2266197 Move internal iop generate key function headers to psa_crypto_ecp.h by Waleed Elmelegy · 9 months ago
  78. f366938 Merge pull request #9778 from waleed-elmelegy-arm/add-iop-export-pub-key-headers by Janos Follath · 9 months ago
  79. e2a6d28 Merge pull request #9794 from davidhorstmann-arm/test-helpers-update-framework-submodule by Manuel Pégourié-Gonnard · 9 months ago gh-readonly-queue/development/pr-9794-905395eefdcde15941463906f305d35c382277c4
  80. 174a4e9 Change iop export public-key initlization example by Waleed Elmelegy · 9 months ago
  81. 3cad328 Update framework submodule to point to main by David Horstmann · 9 months ago
  82. a898127 Remove PSA_ERROR_NOT_SUPPORTED as a return value to iop abort APIs by Waleed Elmelegy · 9 months ago
  83. bf1af30 Correct typos in iop export public-key headers by Waleed Elmelegy · 9 months ago
  84. 39d54e1 Prevent a warning in case PSA_VENDOR_ECC_MAX_CURVE_BITS is set to 0 by Waleed Elmelegy · 9 months ago
  85. 44e0f75 Use PSA Macros instead of legacy ones in psa_generate_key_iop_complete() by Waleed Elmelegy · 9 months ago
  86. 08e28e6 Check error codes on called functions in mbedtls_psa_generate_key_iop_complete by Waleed Elmelegy · 9 months ago
  87. 905395e Merge pull request #9756 from davidhorstmann-arm/move-some-test-helpers-to-framework by Manuel Pégourié-Gonnard · 9 months ago
  88. ed91f88 Replace tabs with spaces in Makefile by David Horstmann · 9 months ago
  89. ccf8c42 Update framework submodule by David Horstmann · 9 months ago
  90. db0c4a4 Remove MBEDTLS_ECP_MAX_MPI_BYTES macro by Waleed Elmelegy · 9 months ago
  91. 1df752b Update framework to add ported test helper changes by David Horstmann · 9 months ago
  92. 0223bc6 Update paths in TF-PSA-Crypto CMakeLists.txt by David Horstmann · 9 months ago
  93. 7bf3489 Update framework submodule by David Horstmann · 9 months ago
  94. 0b2cd56 Update framework submodule by David Horstmann · 9 months ago
  95. c3cea30 Update framework submodule by David Horstmann · 9 months ago
  96. 0771253 Properly clean instrument_record_status.h by David Horstmann · 9 months ago
  97. 3281e16 Reverse accidental docs PSA test wrappers path by David Horstmann · 9 months ago
  98. a244687 Add missing include path to visual C script by David Horstmann · 9 months ago
  99. 36c819c Update test_keys.h path on Windows by David Horstmann · 9 months ago
  100. 8a5b3af Update paths to generated PSA test wrappers by David Horstmann · 9 months ago