1. 14bfdbf test: update guards also for pkwrite and pkparse by Valerio Setti · 2 years, 3 months ago
  2. 8bb93bb test: fix max value in test_mx32 by Valerio Setti · 2 years, 3 months ago
  3. e50831c test: minor fix for non-initialized variable by valerio · 2 years, 4 months ago
  4. 95e57c3 doc: update use-psa-crypto.md by valerio · 2 years, 4 months ago
  5. 32f2ac9 test: proper positioning of USE_PSA_INIT + added missing exit labels by valerio · 2 years, 4 months ago
  6. cf35d77 doc: update USE_PSA_CRYPTO description 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. 4bf08f8 Merge pull request #7425 from minosgalanakis/ecp/7257_ecp_mod_p224k1_add_test_cases by Paul Elliott · 2 years, 4 months ago
  18. 90117db Split a complex condition into separate ones by Andrzej Kurek · 2 years, 4 months ago
  19. 357b9e1 test_suite_ecp: Refactored `ecp_mod_p224k1` to alignt with `ecp_mod_p192k1` by Minos Galanakis · 2 years, 4 months ago
  20. 9d80879 ecp_curves: Introduced `mbedtls_ecp_mod_p224k1()` by Minos Galanakis · 2 years, 4 months ago
  21. e5dab97 ecp_curves: Added unit-tests for `secp224k1` by Minos Galanakis · 2 years, 4 months ago
  22. af04f63 Add an IPv4 mapped IPv6 test by Andrzej Kurek · 2 years, 4 months ago
  23. 8bc2cc9 Refactor IPv6 parsing by Andrzej Kurek · 2 years, 4 months ago
  24. 3c3b94a Merge pull request #7424 from gabor-mezei-arm/7256_unit_tests_for_p192k1 by Janos Follath · 2 years, 4 months ago
  25. 2280895 test: properly check written PEM buffer len by Valerio Setti · 2 years, 4 months ago
  26. 232a006 test: fix extension in DER test files by Valerio Setti · 2 years, 4 months ago
  27. 1b59e76 Merge pull request #7431 from valeriosetti/issue7404 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  28. ea3e71f Further refactor IPv4 parsing by Andrzej Kurek · 2 years, 4 months ago
  29. 15cac17 test: fix dependencies in DER and PEM tests by Valerio Setti · 2 years, 4 months ago
  30. c9cb532 test: specify input file type through enum by Valerio Setti · 2 years, 4 months ago
  31. 8b7d432 test: add Makefile target for the generated DER files by Valerio Setti · 2 years, 4 months ago
  32. 3401b30 test: use proper macros for checks by Valerio Setti · 2 years, 4 months ago
  33. d455e90 Merge pull request #7383 from yanesca/lts-lifetime-clarification by Dave Rodgman · 2 years, 4 months ago
  34. 28567ab test: add DER file format for pkwrite tests by Valerio Setti · 2 years, 4 months ago
  35. c60bc5e test: add support for DER format in pkwrite tests by Valerio Setti · 2 years, 4 months ago
  36. 8959095 test: memory footprint optimization for pkwrite tests by Valerio Setti · 2 years, 4 months ago
  37. 4359bad Merge pull request #7331 from mprse/ec-jpake-fix2 by Paul Elliott · 2 years, 4 months ago
  38. f54762e Merge pull request #7415 from Harshal5/fix/declaration_of_mbedtls_ecdsa_sign_det_restartable_function by Ronald Cron · 2 years, 4 months ago
  39. cec5060 Fix test case dependency by Gabor Mezei · 2 years, 4 months ago
  40. 7921a03 Add claryfication for PSA_PAKE_INPUT/OUTPUT_MAX_SIZE macros by Przemek Stekiel · 2 years, 4 months ago
  41. 2dbc306 test: remove useless ECP_LIGHT guard in psa_exercise_key by Valerio Setti · 2 years, 4 months ago
  42. e618cb0 test: add coverage's analysis framework for accel EC algs w/o ECP by Valerio Setti · 2 years, 4 months ago
  43. 8c77644 ecdsa: fix `-missing-prototypes` warning when `MBEDTLS_ECDSA_SIGN_ALT` is defined by harshal.patil · 2 years, 4 months ago
  44. ed5998c Merge pull request #7422 from valeriosetti/remove-psa-have-full-symbols by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  45. 48fba6f Fix so that PSA_WANT_ALG_DETERMINISTIC_ECDSA implies PSA_HAVE_FULL_ECDSA. by Stephan Koch · 2 years, 4 months ago
  46. 6942cc3 Merge pull request #7410 from valeriosetti/issue7390 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  47. 7b515fe Merge pull request #7440 from daverodgman/fix-big-endian-alignment-tests by Tom Cosgrove · 2 years, 4 months ago
  48. f33c7e3 Code style by Dave Rodgman · 2 years, 4 months ago
  49. 9145dc4 Ensure variables initialised by Dave Rodgman · 2 years, 4 months ago
  50. c07df36 More fixes for big-endian by Dave Rodgman · 2 years, 4 months ago
  51. 6cbca6d Rename a variable in ipv4 and ipv6 parsing by Andrzej Kurek · 2 years, 4 months ago
  52. 0d57896 Refactor ipv6 parsing by Andrzej Kurek · 2 years, 4 months ago
  53. 7f5a1a4 Rename ipv6 parsing variables, introduce one new one by Andrzej Kurek · 2 years, 4 months ago
  54. 06969fc Introduce a test for a sw implementation of inet_pton by Andrzej Kurek · 2 years, 4 months ago
  55. fe05081 Introduce an additional test for IPV4 parsing by Andrzej Kurek · 2 years, 4 months ago
  56. e404612 Replace old macro in test_suite_x509parse by Andrzej Kurek · 2 years, 4 months ago
  57. 13b8b78 Improve x509_inet_pton_ipv4 readability by Andrzej Kurek · 2 years, 4 months ago
  58. b169671 Tidy-up by Dave Rodgman · 2 years, 4 months ago
  59. df2d5b1 Fix compile error by Dave Rodgman · 2 years, 4 months ago
  60. 0a05e70 Tidy-up by Dave Rodgman · 2 years, 4 months ago
  61. 9dc8b6a Test fixes for big-endian by Dave Rodgman · 2 years, 4 months ago
  62. 00c9c7a Remove unneeded limb variables by Gabor Mezei · 2 years, 4 months ago
  63. b70f5f1 Add checks to guarantee positive input parameters by Gabor Mezei · 2 years, 4 months ago
  64. bda7f87 Add dependency for P192K1 tests by Gabor Mezei · 2 years, 4 months ago
  65. 0a11ee6 Fix function declaration by Gabor Mezei · 2 years, 4 months ago
  66. 1237a34 Use macro guard for function declaration by Gabor Mezei · 2 years, 4 months ago
  67. b86ead3 Add generated tests for ecp_mod_p192k1 by Gabor Mezei · 2 years, 4 months ago
  68. 83669d9 Add a testable function for ecp_mod_p192k1 by Gabor Mezei · 2 years, 4 months ago
  69. 6d3ec55 Merge pull request #7329 from minosgalanakis/ecp/unify_test_cases by Janos Follath · 2 years, 4 months ago
  70. 6d2ee70 test_suite_ecp: Removed `MBEDTLS_ECP_DP_SECP_GENERIC_ENABLED` dependency. by Minos Galanakis · 2 years, 4 months ago
  71. 9cea093 test: resolve remaining disparities in test_suite_ssl by Valerio Setti · 2 years, 4 months ago
  72. b255e21 Handle endianness in x509_inet_pton_ipv6() by Glenn Strauss · 2 years, 5 months ago
  73. 7bd00e0 use MBEDTLS_PK_CAN_ECDSA_SOME by Glenn Strauss · 2 years, 5 months ago
  74. 700ffa0 use MBEDTLS_HAS_ALG_SHA_256_VIA_MD_OR_PSA_BASED_ON_USE_PSA by Glenn Strauss · 2 years, 5 months ago
  75. 6f545ac Add mbedtls_x509_crt_parse_cn_inet_pton() tests by Glenn Strauss · 2 years, 10 months ago
  76. 3208b0b add IP SAN tests changes per mbedTLS standards by Eugene K · 5 years ago
  77. 416c295 x509 crt verify local implementation to parse IP by Glenn Strauss · 2 years, 10 months ago
  78. c26bd76 x509 crt verify SAN iPAddress by Glenn Strauss · 2 years, 10 months ago
  79. a9aafd4 test: revert undesired debug change in ssl-opt by Valerio Setti · 2 years, 4 months ago
  80. 6b006c1 remove KEY_TYPE_ECC_PUBLIC_KEY unnecessary requirement by Valerio Setti · 2 years, 4 months ago
  81. 0c477d3 test: include also test_suite_ecp for the coverage analysis by Valerio Setti · 2 years, 4 months ago
  82. 6c496a1 solve disparities for ECP_LIGHT between ref/accel by Valerio Setti · 2 years, 4 months ago
  83. 5278986 psa: fix ECP guards for key derivation by Valerio Setti · 2 years, 4 months ago
  84. 3f8d23e pk_wrap: fix guards in eckey_check_pair to only include 1 option at build time by Valerio Setti · 2 years, 4 months ago
  85. 151bdf9 build_info: fixed comment by Valerio Setti · 2 years, 4 months ago
  86. d49cbc1 test: fix remaining failures in test due to the ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  87. 29b395c test: let test_psa_crypto_config_accel_all_ec_algs_use_psa use ECP_LIGHT by Valerio Setti · 2 years, 4 months ago
  88. d4a5d46 library: add remaining changes for the new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  89. 0d2980f pk: adapt to new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  90. fd122f4 ecp: introduce new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  91. 6a327a5 Merge pull request #7393 from valeriosetti/issue7389 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  92. bd99835 BRANCHES.md: improve wording by Janos Follath · 2 years, 4 months ago
  93. 969e206 remove PSA_HAVE_FULL_JPAKE symbol by Valerio Setti · 2 years, 4 months ago
  94. 6f66664 remove PSA_HAVE_FULL_ECDSA symbol by Valerio Setti · 2 years, 4 months ago
  95. 48859cc remove PSA_HAVE_FULL_ECDH symbol by Valerio Setti · 2 years, 4 months ago
  96. 22d9ff6 Merge pull request #7353 from xkqian/tls13_fix_code_style by Dave Rodgman · 2 years, 4 months ago
  97. 5634f87 Merge pull request #7418 from xkqian/big_number_ecc_update_comment by Gilles Peskine · 2 years, 4 months ago
  98. 7c1c7ce Merge pull request #7401 from AndrzejKurek/md-guards-missing by Gilles Peskine · 2 years, 4 months ago
  99. 02c52a0 Merge pull request #7287 from yanrayw/7285-followup-of-PR6500 by Gilles Peskine · 2 years, 4 months ago
  100. c9e8a65 Merge pull request #7298 from lpy4105/issue/6840/add-cache-entry-removal-api by Gilles Peskine · 2 years, 4 months ago