1. cd89c1f crypto-client: simplify build of mbedtls static libraries by Valerio Setti · 1 year, 3 months ago
  2. 66fb1c1 crypto-client: reorganize source files/folders by Valerio Setti · 1 year, 3 months ago
  3. dde9579 all.sh: crypto-client: keep NV_SEED disabled in the server lib by Valerio Setti · 1 year, 3 months ago
  4. 655b979 crypto-client test: implement the first IPC call for psa_crypto_init() by Valerio Setti · 1 year, 3 months ago
  5. 4362aae crypto-client test: ensure that client/server are linked against proper MbedTLS libraries by Valerio Setti · 1 year, 3 months ago
  6. d1b6ef1 crypto-client test: add mechanism to build crypto library for client and server by Valerio Setti · 1 year, 3 months ago
  7. d9e4251 all.sh: add test component to build and test psasim by Valerio Setti · 1 year, 3 months ago
  8. 4491cea Merge pull request #9097 from valeriosetti/moving-psasim by Tom Cosgrove · 1 year, 3 months ago
  9. 4f4ade9 psa-client-server: move psasim from framework repo to the mbedtls one by Valerio Setti · 1 year, 3 months ago
  10. c160488 Added work directory for the psa client/server testing epic by Minos Galanakis · 1 year, 3 months ago
  11. 898066b Merge pull request #9049 from gilles-peskine-arm/test-dependencies-20240314-development by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  12. 024d3da Merge pull request #8986 from valeriosetti/issue8871 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  13. 014a63b Convert recent RSA key files in PEM format from PKCS8 to PKCS1 by Gilles Peskine · 1 year, 3 months ago
  14. 0652b62 Fix rsa_pkcs1_*_clear.der to actually be PKCS#1 files by Gilles Peskine · 1 year, 3 months ago
  15. cbb4507 Use large enough keys when testing parsing of non-word-aligned RSA sizes by Gilles Peskine · 1 year, 3 months ago
  16. 9c3ebe3 Add some test RSA keys of sizes 768 and up by Gilles Peskine · 1 year, 3 months ago
  17. b612f9f Cleartext RSA keys: also make DER formats available by Gilles Peskine · 1 year, 3 months ago
  18. 771fd7d Merge pull request #9022 from mpg/compat-fixes-dev by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  19. 1f4e039 Fix misspelled dependency: there is no MBEDTLS_PEM_C by Gilles Peskine · 1 year, 4 months ago
  20. 6b3a9ee Allow PSA to not support RSA keys with non-byte-aligned sizes by Gilles Peskine · 1 year, 4 months ago
  21. 57a0b91 Remove redundant dependency by Gilles Peskine · 1 year, 4 months ago
  22. fcd744f Set MBEDTLS_PSA_CRYPTO_CONFIG in component_test_no_rsa_key_pair_gen by Ryan Everett · 1 year, 4 months ago
  23. eb86b90 Fix full invocation of ssl-opt.sh by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  24. daa322a Update component_test_psa_crypto_rsa_no_genprime by Ryan Everett · 1 year, 4 months ago
  25. 3618821 generate_test_keys: split group_id and key bitsize in the generated structure by Valerio Setti · 1 year, 4 months ago
  26. 40eaf12 test_suite_pk: fix some descriptions in data file by Valerio Setti · 1 year, 4 months ago
  27. ee74339 generate_test_keys: minor improvements by Valerio Setti · 1 year, 4 months ago
  28. 62d0bb8 Simplify full invocation of compat.sh by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  29. 68deadd Merge pull request #8566 from mpg/driver-status by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  30. 37bc93c test_suite_pk: fix guards for pk_psa_setup() by Valerio Setti · 1 year, 4 months ago
  31. 57d23e2 test_suite_pk: remove PK_PARSE_C unnecessary dependencies by Valerio Setti · 1 year, 4 months ago
  32. 50e5979 test_suite_pk: remove RSA key generation/size dependencies by Valerio Setti · 1 year, 4 months ago
  33. 186f458 test_suite_pk: enhance pk_psa_setup() to support all key types by Valerio Setti · 1 year, 4 months ago
  34. 42f2e21 test_suite_pk: use pk_setup() instead of mbedtls_rsa_gen_key() in pk_psa_wrap_sign_ext() by Valerio Setti · 1 year, 4 months ago
  35. 4d14581 test_suite_pk: use predefined RSA keys in pk_setup_for_type() by Valerio Setti · 1 year, 4 months ago
  36. 1f6dab7 test_suite_pk: rename pk_genkey() and pk_psa_genkey() by Valerio Setti · 1 year, 4 months ago
  37. 91fdff0 test_suite_pk: fix get_predefined_key_data() return value by Valerio Setti · 1 year, 4 months ago
  38. 9aa4fa9 generate_test_keys: generate also look-up table in script by Valerio Setti · 1 year, 4 months ago
  39. 7031a4e generate_test_keys: generate arrays for all keys in asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  40. 59c614b generate_test_keys: generate also RSA public key arrays by Valerio Setti · 1 year, 4 months ago
  41. 862d14e generate_test_keys: minor improvements by Valerio Setti · 1 year, 4 months ago
  42. 8f40460 generate_test_keys: fix mypy issue for imported path by Valerio Setti · 1 year, 4 months ago
  43. 1fb4750 Merge pull request #8998 from ronald-cron-arm/openssl3 by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  44. 45fe86d Fix a typo in a comment by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  45. 70cd911 Improve comment in a header file by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  46. 4c81c34 Fix copy-pasta in top-of-file comment by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  47. 1f4c905 all.s: Rm redundant build-only accel components by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  48. 1ad29c8 Rm redundant driver+built-in all.sh component by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  49. 3dbd236 Update user-config-for-tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  50. 733a67b all.sh: group helper functions in sections by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  51. cb42409 compat.sh: properly skip unsupported DTLS 1.2 by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  52. 0dd6ca41 compat.sh: properly report skipped tests by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  53. 6bda5f5 generate_test_keys: use keys from asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  54. f53112e Fix closing comment to match opening guard by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  55. 0a4ffa4 Fix style of preprocessor expression by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  56. ebdca79 Fix failures in psa_cryto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
  57. 057ceb2 Add missing dependency of fallback test in driver wrappers suite by Pengyu Lv · 1 year, 8 months ago
  58. 03fe253 Add missing definition of AT_LEAST_ONE_BUILTIN_KDF by Pengyu Lv · 1 year, 8 months ago
  59. 7cca290 Fix wrong dependency in psa_crypto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
  60. b482a47 Fix wrong dependency in psa_crypto_pake suite by Pengyu Lv · 1 year, 8 months ago
  61. 7ee2833 Fix typo in ssl test suite by Pengyu Lv · 1 year, 8 months ago
  62. e2776d1 Correct dependancy on `MBEDTLS_X509_INFO` for x509parse by Pengyu Lv · 1 year, 8 months ago
  63. a4b773d Merge pull request #6955 from inorick/nofa_no_session_tickets by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  64. e4d9013 Merge pull request #8987 from valeriosetti/issue8903 by Bence Szépkúti · 1 year, 4 months ago
  65. a376f84 Merge pull request #8937 from valeriosetti/issue8712 by Bence Szépkúti · 1 year, 4 months ago
  66. ab38fc7 test_suite_pk: minor code fixes and comments improvements by Valerio Setti · 1 year, 4 months ago
  67. 3e22bf2 generate_test_keys.py: minor improvements by Valerio Setti · 1 year, 4 months ago
  68. dd96c0a all.sh: Use full instead of default as the base for the new component by Ronald Cron · 1 year, 4 months ago
  69. 3d0f182 ssl-opt.sh: Fix some test dependencies by Ronald Cron · 1 year, 4 months ago
  70. 26bc9c2 test_suite_pk: fix guards by Valerio Setti · 1 year, 4 months ago
  71. c5e81d2 Use latest installed OpenSSL 3 as OPENSSL_NEXT by Ronald Cron · 1 year, 4 months ago
  72. ceea3e2 ssl-opt.sh: Adapt tests to OpenSSL 3 by Ronald Cron · 1 year, 4 months ago
  73. 9785cf1 Add RSA key certificates by Ronald Cron · 1 year, 4 months ago
  74. d64fcee tests: ssl: Fix dependencies of SRV TLS 1.3 session serialization tests by Ronald Cron · 1 year, 4 months ago
  75. 7126ba5 test_suite_pk: add python script to generate predefined keys by Valerio Setti · 1 year, 4 months ago
  76. 28c41ad test_suite_pk: simplify pk_psa_genkey() by Valerio Setti · 1 year, 4 months ago
  77. d8896d6 test_suite_pk: simplify pk_genkey() by Valerio Setti · 1 year, 4 months ago
  78. fdef82c test_suite_pk: fix key_id initialization value by Valerio Setti · 1 year, 4 months ago
  79. 5670813 test_suite_pk: use look-up table instead of file for the predefined keys by Valerio Setti · 1 year, 4 months ago
  80. e146940 Merge pull request #1216 from Mbed-TLS/mbedtls-3.6.0_mergeback by minosgalanakis · 1 year, 4 months ago
  81. 9860056 Revert "Autogenerated files for 3.6.0" by Minos Galanakis · 1 year, 4 months ago
  82. 5b94a02 test_suite_pk: remove PSA_WANT_KEY_TYPE_[ECC/RSA]_KEY_PAIR_GENERATE dependencies by Valerio Setti · 1 year, 4 months ago
  83. d44f99a test_suite_pk: modify pk_psa_genkey() in order to use predefined keys by Valerio Setti · 1 year, 4 months ago
  84. c43a7a5 test_suite_pk: use a single helper function to generate PSA keys by Valerio Setti · 1 year, 5 months ago
  85. 414daf1 test_suite_pk: modify pk_genkey() in order to use predefined keys by Valerio Setti · 1 year, 5 months ago
  86. 561e29e test-data: add predefined RSA and EC keys by Valerio Setti · 1 year, 5 months ago
  87. ceae4f8 ssl-opt.sh: Add tests where tickets are ignored by Ronald Cron · 1 year, 4 months ago
  88. 4f1c927 ssl-opt.sh: Add missing MBEDTLS_SSL_SESSION_TICKETS dependencies by Norbert Fabritius · 2 years, 4 months ago
  89. d30e911 all.sh: Add component testing default minus session tickets by Norbert Fabritius · 2 years, 4 months ago
  90. 161e14f tests: ssl: Fix dependencies of TLS 1.3 session serialization tests by Ronald Cron · 1 year, 4 months ago
  91. 8d15e01 tests: ssl: Add hostname checks in session serialization tests by Ronald Cron · 1 year, 4 months ago
  92. ad0ee1a tests: ssl: Remove redundant test by Ronald Cron · 1 year, 4 months ago
  93. 18b92a1 tests: ssl: Fix session field guards by Ronald Cron · 1 year, 4 months ago
  94. ec2cfb0 test_suite_pk: test check_pair() also with opaque RSA keys by Valerio Setti · 1 year, 4 months ago
  95. e8a6833 Autogenerated files for 3.6.0 by Minos Galanakis · 1 year, 5 months ago
  96. f0d4c9a test_suite_pk: add failing check for sign_ext() in pk_psa_wrap_sign_ext() by Valerio Setti · 1 year, 5 months ago
  97. 4492dbd Version Bump for 3.6.0 by Minos Galanakis · 1 year, 5 months ago
  98. 611f899 Merge pull request #8957 from valeriosetti/issue8836 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  99. e2925ef Merge pull request #8967 from ronald-cron-arm/improve-version-selection-tests-titles by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  100. d9d6435 Merge branch 'development-restricted' into mbedtls-3.6.0rc0-pr by Minos Galanakis · 1 year, 5 months ago