1. 84eaefa Use designated initializers for mbedtls_mpi by Dave Rodgman · 2 years, 1 month ago
  2. 053022f Reduce the size of mbedtls_mpi by Gilles Peskine · 2 years, 1 month ago
  3. 92a55bf Merge pull request #7793 from minosgalanakis/ecp/6025_fast_reduction_dispatch by Paul Elliott · 2 years, 1 month ago
  4. c439c67 Merge pull request #7719 from davidhorstmann-arm/second-jpake-state-machine-rework by Janos Follath · 2 years, 1 month ago
  5. db041cc Merge pull request #7665 from AndrzejKurek/optimize-error-translation-code-size by Tom Cosgrove · 2 years, 1 month ago
  6. 163d346 test_suite_ecp: Changed to BITS_TO_LIMBS(224) * 2 in `ecp_mod_p_generic_raw`. by Minos Galanakis · 2 years, 1 month ago
  7. dae4c03 ecp.py: Extended EcpP224K1Raw tests for 32/64 bit architectures. by Minos Galanakis · 2 years, 1 month ago
  8. c66033f Merge pull request #7847 from daverodgman/aarch64-asm-docs by Dave Rodgman · 2 years, 1 month ago
  9. 80c4ae8 bignum_common.py: Added `bits_to_limbs` method. by Minos Galanakis · 2 years, 1 month ago
  10. 23394b1 test_suite_ecp: Updated ecp_mod_p_generic_raw to use the `BITS_TO_LIMBS` macro. by Minos Galanakis · 2 years, 1 month ago
  11. 28e2ca5 Docs improvement by Dave Rodgman · 2 years, 1 month ago
  12. 9f4fd28 Merge pull request #7808 from daverodgman/fix-ct-compile-warning by Dave Rodgman · 2 years, 1 month ago
  13. c4e4958 ecp_curves: Adjusted expected_width inputs to use `BITS_TO_LIMBS` macro. by Minos Galanakis · 2 years, 1 month ago
  14. 246ec5a Replace unnecessary '>=' with '==' by David Horstmann · 2 years, 1 month ago
  15. 5dbe17d Add PSA_JPAKE_FINISHED to EXPECTED_{IN,OUT}PUTS() by David Horstmann · 2 years, 1 month ago
  16. 7f773b2 Merge pull request #7841 from valeriosetti/issue7748 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  17. 8c5fae2 Add explanatory comment by Dave Rodgman · 2 years, 1 month ago
  18. 9e868be Fix clang warning from -Wasm-operand-widths by Dave Rodgman · 2 years, 1 month ago
  19. 93baf39 test_suite_ecp.data: Added test cases for modulo-1 in coordinate representation. by Minos Galanakis · 2 years, 1 month ago
  20. 53a16b3 bignum_mod_raw: Updated documentation for mpi_mod_raw_mul by Minos Galanakis · 2 years, 1 month ago
  21. 603271c test: solve disparities in driver coverage analysis for no_ecp_at_all() by Valerio Setti · 2 years, 1 month ago
  22. 8c3404f x509: update ECP_LIGHT dependencies to PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  23. aafe900 test: enable X509 testing in no_ecp_at_all() components by Valerio Setti · 2 years, 1 month ago
  24. 8eb6104 bignum_mod_raw: Fixed a documentation typo. by Minos Galanakis · 2 years, 1 month ago
  25. 717a831 Merge pull request #7807 from gilles-peskine-arm/mbedtls_ssl_protocol_version_str-no_array by Gilles Peskine · 2 years, 1 month ago
  26. e0c329b test_suite_ecp.data: Limb aligned inputs by Minos Galanakis · 2 years, 1 month ago
  27. c7408a4 bignum_mod_raw: Adjusted OPT_RED limb size requirements for mod_raw_mul(). by Minos Galanakis · 2 years, 1 month ago
  28. a984d77 ecp_curves: Added dataset for SECP224K1 Coordinate Modulus. by Minos Galanakis · 2 years, 1 month ago
  29. 25d998b ecp_curves: Fixed modp pointers on `mbedtls_ecp_modulus_setup`. by Minos Galanakis · 2 years, 1 month ago
  30. 9d7b24f Fix extra character in debug string by Gilles Peskine · 2 years, 1 month ago
  31. 4e5c63d Improve documentation in bn_mul.h by Dave Rodgman · 2 years, 1 month ago
  32. 7b10932 bignum_mod_raw: Updated documentation for mbedtls_mpi_mod_raw_mul by Minos Galanakis · 2 years, 2 months ago
  33. fee70a5 test_suite_ecp: Extended `ecp_mul_inv` tests for optimised reduction. by Minos Galanakis · 2 years, 2 months ago
  34. 2ed8fb7 ecp_mod_raw: Enabled fast reduction. by Minos Galanakis · 2 years, 2 months ago
  35. 3048c8c Merge pull request #7725 from minosgalanakis/ecp/7268_add_optimised_reduction_setup_3 by Paul Elliott · 2 years, 2 months ago
  36. a5f7de1 Refactor injecting errors in the second round by David Horstmann · 2 years, 2 months ago
  37. 57727cd Explain the sequence of mbedtls_psa_pake_ calls by David Horstmann · 2 years, 2 months ago
  38. 25c9070 Test extra inputs and outputs at the end of J-PAKE by David Horstmann · 2 years, 2 months ago
  39. a62d712 Add testing for extra calls during a round by David Horstmann · 2 years, 2 months ago
  40. 88d25f0 Remove unnecessary checks in psa_jpake_prologue() by David Horstmann · 2 years, 2 months ago
  41. e5b374a Remove comment explaining the state machine by David Horstmann · 2 years, 2 months ago
  42. 74a3d8c Simplify logic of driver step conversion by David Horstmann · 2 years, 2 months ago
  43. 5d878f6 Tweak wording for clarity by David Horstmann · 2 years, 2 months ago
  44. 1b54fae Remove unnecessary initialization of state by David Horstmann · 2 years, 2 months ago
  45. 16f0151 Use memset for initialization by David Horstmann · 2 years, 2 months ago
  46. 279d227 Add "completed" clarification to struct comments by David Horstmann · 2 years, 2 months ago
  47. 096093b Remove redundant structures from previous design by David Horstmann · 2 years, 2 months ago
  48. 024e5c5 Rename struct member mode to io_mode by David Horstmann · 2 years, 2 months ago
  49. 00ad6bf Rename function_mode to io_mode by David Horstmann · 2 years, 2 months ago
  50. 5da9560 Properly namespace enum values within PSA_JPAKE_ by David Horstmann · 2 years, 2 months ago
  51. e7f21e6 Change J-PAKE internal state machine by David Horstmann · 2 years, 3 months ago
  52. e25c43b Merge pull request #7791 from valeriosetti/issue7406 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  53. 2a03fd3 bignum_mod: Added a typedef for OPT_RED function pointer. by Minos Galanakis · 2 years, 2 months ago
  54. 2fb9d00 Merge pull request #7682 from valeriosetti/issue7453 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  55. 6835b4a tls: always zeroize buffer on exit by Valerio Setti · 2 years, 2 months ago
  56. 3589a4c tls: keep buffer declaration in a single line by Valerio Setti · 2 years, 2 months ago
  57. e6c9996 Work around updating pointers from ILP32 by Dave Rodgman · 2 years, 2 months ago
  58. 5b5dd01 code style by Dave Rodgman · 2 years, 2 months ago
  59. b5b6939 Remove redundant checks in constant_time.c by Dave Rodgman · 2 years, 2 months ago
  60. 0400ae2 Fix pointer constraint in bn_mul.h by Dave Rodgman · 2 years, 2 months ago
  61. c54f25e code style by Dave Rodgman · 2 years, 2 months ago
  62. 140fa15 Improve changelog by Dave Rodgman · 2 years, 2 months ago
  63. 63e89b4 Use UINTPTR_MAX not SIZE_MAX by Dave Rodgman · 2 years, 2 months ago
  64. 85842b8 Be strict about pointer size in mbedtls_get_unaligned_volatile_uint32 by Dave Rodgman · 2 years, 2 months ago
  65. 517e891 Changelog by Dave Rodgman · 2 years, 2 months ago
  66. f2154a6 Merge pull request #7686 from DemiMarie/do-while by Bence Szépkúti · 2 years, 2 months ago
  67. 4b3c02b test: remove duplicate PK_HAVE_ECC_KEYS dependency in pkparse suite by Valerio Setti · 2 years, 2 months ago
  68. edf0597 Merge pull request #7691 from DemiMarie/test-equal by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  69. b67db91 Separate ILP32 and normal-aarch64 code paths by Dave Rodgman · 2 years, 2 months ago
  70. 04cb9ac Fix for arm64_32 (aka ILP32) on Clang (attempt 2) by Dave Rodgman · 2 years, 2 months ago
  71. b19f584 Fix for arm64_32 (aka ILP32) on Clang by Dave Rodgman · 2 years, 2 months ago
  72. a3a0025 Merge pull request #7806 from paul-elliott-arm/fix_32bit_builds by Gilles Peskine · 2 years, 2 months ago
  73. 5faccf0 Merge pull request #7805 from paul-elliott-arm/fix_retval by Gilles Peskine · 2 years, 2 months ago
  74. 215ed13 Fix 32 bit unreachable code build failure by Paul Elliott · 2 years, 2 months ago
  75. 458b96b Merge pull request #7638 from AndrzejKurek/cert-apps-use-ips by Paul Elliott · 2 years, 2 months ago
  76. fd235bc Fix very high stack usage in SSL debug code by Gilles Peskine · 2 years, 2 months ago
  77. 690b8c9 Add a do-while loop around macros by Demi Marie Obenour · 2 years, 8 months ago
  78. 24f4b73 Pacify clang15 warnings about empty /retval by Paul Elliott · 2 years, 2 months ago
  79. 5bd2523 test: ignore compressed points' tests when checking coverage without ECP at all by Valerio Setti · 2 years, 2 months ago
  80. e165136 pkwrite: fix wrong guard position for pk_get_opaque_ec_family() by Valerio Setti · 2 years, 2 months ago
  81. a9aab1a pk/psa: use PSA guard for mbedtls_ecc_group_to_psa() and mbedtls_ecc_group_of_psa() by Valerio Setti · 2 years, 2 months ago
  82. bc2b1d3 psa: move mbedtls_ecc_group_to_psa() from inline function to standard one by Valerio Setti · 2 years, 2 months ago
  83. f54ca35 build_info: do not enable ECP_LIGHT when PSA_WANT_ALG_ECDSA by Valerio Setti · 2 years, 2 months ago
  84. 30fdc03 pk: remove useless internal function by Valerio Setti · 2 years, 2 months ago
  85. 545a0d6 test: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  86. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  87. e489e81 pk: add new symbol to state that PK has support for EC keys by Valerio Setti · 2 years, 2 months ago
  88. 1814bb7 test: re-enable PK and RSA in component without ECP/ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  89. 16442cc x509parse tests: Replace TEST_ASSERT with TEST_EQUAL by Demi Marie Obenour · 2 years, 8 months ago
  90. cd70070 Merge pull request #7717 from valeriosetti/issue7442 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  91. 3cd4ef7 mbedtls_config: improved description of PK_PARSE_EC_COMPRESSED by Valerio Setti · 2 years, 2 months ago
  92. a18385b build_info: improved description of ECP_LIGHT auto-enabling symbols by Valerio Setti · 2 years, 2 months ago
  93. a8dc7fd test: remove leftover paragraph in test_psa_crypto_config_accel_ecc_ecp_light_only by Valerio Setti · 2 years, 2 months ago
  94. fdf15dd build_info: auto enable PK_PARSE_EC_COMPRESSED when PK_PARSE_C && ECP_C by Valerio Setti · 2 years, 2 months ago
  95. 15e7044 test: update depends.py with new dependencies by Valerio Setti · 2 years, 2 months ago
  96. 22d0a79 test: fix bug for test without bugnum by Valerio Setti · 2 years, 2 months ago
  97. 4922ba1 build_info: complete list of symbols that auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  98. addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
  99. aecd32c pk: let PK_PARSE_EC_EXTENDED auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  100. 4348368 test: remove leftover from past PR development by Valerio Setti · 2 years, 2 months ago