1. 7c0f91b test: use define for initializing ssl_message_queue struct by Valerio Setti · 2 years, 3 months ago
  2. 00a256f test: fix USE_PSA_INIT position in test_suite_ssl by Valerio Setti · 2 years, 3 months ago
  3. 14bfdbf test: update guards also for pkwrite and pkparse by Valerio Setti · 2 years, 3 months ago
  4. 8bb93bb test: fix max value in test_mx32 by Valerio Setti · 2 years, 3 months ago
  5. e50831c test: minor fix for non-initialized variable by valerio · 2 years, 4 months ago
  6. 32f2ac9 test: proper positioning of USE_PSA_INIT + added missing exit labels by valerio · 2 years, 4 months ago
  7. 285dae8 test: fix USE_PSA_INIT/DONE for SSL test suite by Valerio Setti · 2 years, 4 months ago
  8. 569c171 test: fix USE_PSA_INIT/DONE for x509 test suite by Valerio Setti · 2 years, 4 months ago
  9. b79f7db test: fix USE_PSA_INIT/DONE for PK test suite by Valerio Setti · 2 years, 4 months ago
  10. feb941a Merge pull request #7465 from valeriosetti/issue7460-part3 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  11. 0281d76 Merge pull request #7449 from valeriosetti/issue7446 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  12. 0b04864 improve syms.sh script for external dependencies analysis by valerio · 2 years, 4 months ago
  13. bf974b9 test_suite_pkwrite: replace memcpy with memmove by Valerio Setti · 2 years, 3 months ago
  14. 547b3a4 fix typos by Valerio Setti · 2 years, 3 months ago
  15. 7bacaf8 fix new line difference in Windows by Valerio Setti · 2 years, 3 months ago
  16. 935a987 Merge pull request #7436 from AndrzejKurek/x509-verify-san-ip by Gilles Peskine · 2 years, 4 months ago
  17. 357b9e1 test_suite_ecp: Refactored `ecp_mod_p224k1` to alignt with `ecp_mod_p192k1` by Minos Galanakis · 2 years, 4 months ago
  18. e5dab97 ecp_curves: Added unit-tests for `secp224k1` by Minos Galanakis · 2 years, 4 months ago
  19. af04f63 Add an IPv4 mapped IPv6 test by Andrzej Kurek · 2 years, 4 months ago
  20. 3c3b94a Merge pull request #7424 from gabor-mezei-arm/7256_unit_tests_for_p192k1 by Janos Follath · 2 years, 4 months ago
  21. 2280895 test: properly check written PEM buffer len by Valerio Setti · 2 years, 4 months ago
  22. 232a006 test: fix extension in DER test files by Valerio Setti · 2 years, 4 months ago
  23. 1b59e76 Merge pull request #7431 from valeriosetti/issue7404 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  24. 15cac17 test: fix dependencies in DER and PEM tests by Valerio Setti · 2 years, 4 months ago
  25. c9cb532 test: specify input file type through enum by Valerio Setti · 2 years, 4 months ago
  26. 8b7d432 test: add Makefile target for the generated DER files by Valerio Setti · 2 years, 4 months ago
  27. 3401b30 test: use proper macros for checks by Valerio Setti · 2 years, 4 months ago
  28. 28567ab test: add DER file format for pkwrite tests by Valerio Setti · 2 years, 4 months ago
  29. c60bc5e test: add support for DER format in pkwrite tests by Valerio Setti · 2 years, 4 months ago
  30. 8959095 test: memory footprint optimization for pkwrite tests by Valerio Setti · 2 years, 4 months ago
  31. 4359bad Merge pull request #7331 from mprse/ec-jpake-fix2 by Paul Elliott · 2 years, 4 months ago
  32. 2dbc306 test: remove useless ECP_LIGHT guard in psa_exercise_key by Valerio Setti · 2 years, 4 months ago
  33. e618cb0 test: add coverage's analysis framework for accel EC algs w/o ECP by Valerio Setti · 2 years, 4 months ago
  34. 6942cc3 Merge pull request #7410 from valeriosetti/issue7390 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  35. f33c7e3 Code style by Dave Rodgman · 2 years, 4 months ago
  36. 9145dc4 Ensure variables initialised by Dave Rodgman · 2 years, 4 months ago
  37. c07df36 More fixes for big-endian by Dave Rodgman · 2 years, 4 months ago
  38. 06969fc Introduce a test for a sw implementation of inet_pton by Andrzej Kurek · 2 years, 4 months ago
  39. fe05081 Introduce an additional test for IPV4 parsing by Andrzej Kurek · 2 years, 4 months ago
  40. e404612 Replace old macro in test_suite_x509parse by Andrzej Kurek · 2 years, 4 months ago
  41. b169671 Tidy-up by Dave Rodgman · 2 years, 4 months ago
  42. df2d5b1 Fix compile error by Dave Rodgman · 2 years, 4 months ago
  43. 0a05e70 Tidy-up by Dave Rodgman · 2 years, 4 months ago
  44. 9dc8b6a Test fixes for big-endian by Dave Rodgman · 2 years, 4 months ago
  45. 00c9c7a Remove unneeded limb variables by Gabor Mezei · 2 years, 4 months ago
  46. b70f5f1 Add checks to guarantee positive input parameters by Gabor Mezei · 2 years, 4 months ago
  47. b86ead3 Add generated tests for ecp_mod_p192k1 by Gabor Mezei · 2 years, 4 months ago
  48. 6d3ec55 Merge pull request #7329 from minosgalanakis/ecp/unify_test_cases by Janos Follath · 2 years, 4 months ago
  49. 6d2ee70 test_suite_ecp: Removed `MBEDTLS_ECP_DP_SECP_GENERIC_ENABLED` dependency. by Minos Galanakis · 2 years, 4 months ago
  50. 9cea093 test: resolve remaining disparities in test_suite_ssl by Valerio Setti · 2 years, 4 months ago
  51. 7bd00e0 use MBEDTLS_PK_CAN_ECDSA_SOME by Glenn Strauss · 2 years, 5 months ago
  52. 700ffa0 use MBEDTLS_HAS_ALG_SHA_256_VIA_MD_OR_PSA_BASED_ON_USE_PSA by Glenn Strauss · 2 years, 5 months ago
  53. 6f545ac Add mbedtls_x509_crt_parse_cn_inet_pton() tests by Glenn Strauss · 2 years, 10 months ago
  54. 3208b0b add IP SAN tests changes per mbedTLS standards by Eugene K · 5 years ago
  55. a9aafd4 test: revert undesired debug change in ssl-opt by Valerio Setti · 2 years, 4 months ago
  56. 0c477d3 test: include also test_suite_ecp for the coverage analysis by Valerio Setti · 2 years, 4 months ago
  57. 6c496a1 solve disparities for ECP_LIGHT between ref/accel by Valerio Setti · 2 years, 4 months ago
  58. 5278986 psa: fix ECP guards for key derivation by Valerio Setti · 2 years, 4 months ago
  59. d49cbc1 test: fix remaining failures in test due to the ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  60. 29b395c test: let test_psa_crypto_config_accel_all_ec_algs_use_psa use ECP_LIGHT by Valerio Setti · 2 years, 4 months ago
  61. 6a327a5 Merge pull request #7393 from valeriosetti/issue7389 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  62. 02c52a0 Merge pull request #7287 from yanrayw/7285-followup-of-PR6500 by Gilles Peskine · 2 years, 4 months ago
  63. 7816c24 test: fix guards position in test_suite_pk by Valerio Setti · 2 years, 4 months ago
  64. b3f20da test: fix error handling in the new pk_genkey_ec() function by Valerio Setti · 2 years, 4 months ago
  65. 12a063a test: use proper macros for PSA init/done by Valerio Setti · 2 years, 4 months ago
  66. 0b30442 ecp: revert changes to ECP module and related tests/programs by Valerio Setti · 2 years, 4 months ago
  67. b6891b1 pk: add alternate function for keypair generation using PSA by Valerio Setti · 2 years, 4 months ago
  68. b16a50e Merge pull request #7392 from valeriosetti/issue7388 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  69. f740767 Merge pull request #7391 from valeriosetti/issue7387 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  70. 3fddf25 test: use proper macros for PSA init/done by Valerio Setti · 2 years, 4 months ago
  71. 34f6755 pkparse: add new function for deriving public key from private using PSA by Valerio Setti · 2 years, 4 months ago
  72. 92278dc test_suite_ecp: Updated dependency macros for ecp_raw_generic. by Minos Galanakis · 2 years, 4 months ago
  73. 1358648 test_suite_ecp: Introduced `ecp_mod_p_generic_raw` by Minos Galanakis · 2 years, 5 months ago
  74. 0b3de6f Merge pull request #7288 from ronald-cron-arm/tls13-server-version-negotiation by Dave Rodgman · 2 years, 4 months ago
  75. 8c1ce22 tests: ssl: Restore !MBEDTLS_SSL_PROTO_TLS1_3 dependency by Ronald Cron · 2 years, 4 months ago
  76. c564938 Add downgrade protection mechanism by Ronald Cron · 2 years, 4 months ago
  77. 1a353ea ssl-opt.sh: Improve description of server negotiation tests by Ronald Cron · 2 years, 4 months ago
  78. d120bd6 ssl-opt.sh: Add version selection by the server tests by Ronald Cron · 2 years, 5 months ago
  79. 50ae84e ssl-opt.sh: Remove some unnecessary forcing of TLS 1.3 by Ronald Cron · 2 years, 5 months ago
  80. 097ba14 tls: srv: Set hybrid TLS 1.2/1.3 as default configuration by Ronald Cron · 2 years, 5 months ago
  81. 43263c0 tests: ssl: Extend move to handshake state tests by Ronald Cron · 2 years, 5 months ago
  82. 3b35455 tls: srv: Allow server hybrid TLS 1.2 and 1.3 configuration by Ronald Cron · 2 years, 5 months ago
  83. f95d169 ssl-opt.sh: Force TLS 1.2 on TLS 1.2 specific tests by Ronald Cron · 2 years, 5 months ago
  84. fd4c6af ssl-opt.sh: Force TLS 1.2 version by Ronald Cron · 2 years, 5 months ago
  85. 92dca39 ssl-opt.sh: Extend scope of some tests to TLS 1.3 by Ronald Cron · 2 years, 5 months ago
  86. 0aa1b88 ssl-opt.sh: Remove unnecessary explicit MBEDTLS_SSL_PROTO_TLS1_2 dep by Ronald Cron · 2 years, 5 months ago
  87. 65f9029 ssl-opt.sh: Remove unnecessary TLS 1.3 forcing on client side by Ronald Cron · 2 years, 5 months ago
  88. c341ad7 ssl-opt.sh: Remove dummy TLS 1.3 kex modes tests by Ronald Cron · 2 years, 5 months ago
  89. ea8a1ea tests: ssl: Add some missing dependencies by Ronald Cron · 2 years, 5 months ago
  90. a697a71 tests: ssl: Move min/max TLS version setting to endpoint init by Ronald Cron · 2 years, 5 months ago
  91. 00bd892 bignum: Removed merge scaffolding. by Minos Galanakis · 2 years, 5 months ago
  92. 56f59d7 Merge pull request #7394 from mprse/fix_pkcs7_test_alloc by Dave Rodgman · 2 years, 4 months ago
  93. 13c73de Merge pull request #6233 from tom-cosgrove-arm/issue-6226-core-mul by Janos Follath · 2 years, 4 months ago
  94. 219f978 Merge pull request #7059 from ronald-cron-arm/psa-crypto-misc by Ronald Cron · 2 years, 4 months ago
  95. 98680fc ecp: revert changes to ECP module and test suite by Valerio Setti · 2 years, 4 months ago
  96. 9735be5 Fix memory allocations in pkcs7_verify test by Przemek Stekiel · 2 years, 4 months ago
  97. 86d5d4b Merge pull request #7103 from valeriosetti/issue6622 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  98. 0fe1ee2 pk: add an alternative function for checking private/public key pairs by Valerio Setti · 2 years, 4 months ago
  99. f8b55d6 Fix code style issues by Gabor Mezei · 2 years, 4 months ago
  100. c6ecdad test: disable all RSA algs and fix tests by Valerio Setti · 2 years, 4 months ago