1. a2e2fce Fix accidental mis-named field by Dave Rodgman · 2 years, 1 month ago
  2. 77049b8 Dependency fixes by Dave Rodgman · 2 years, 1 month ago
  3. eb65fec Fix use of enum in a bitfield by Dave Rodgman · 2 years, 1 month ago
  4. 85a8813 Use fewer bits for block_size by Dave Rodgman · 2 years, 1 month ago
  5. 3b46b77 code style by Dave Rodgman · 2 years, 1 month ago
  6. de3de77 Use look-up table for base by Dave Rodgman · 2 years, 1 month ago
  7. 0ffb68e Use fewer bits for iv_size by Dave Rodgman · 2 years, 1 month ago
  8. bb521fd Don't directly access iv_size by Dave Rodgman · 2 years, 1 month ago
  9. 6c6c842 Use fewer bits for key_bitlen by Dave Rodgman · 2 years, 1 month ago
  10. 9282d4f Don't directly access key_bitlen by Dave Rodgman · 2 years, 1 month ago
  11. 3319ae9 Re-order mbedtls_cipher_info_t by Dave Rodgman · 2 years, 1 month ago
  12. 48d13c5 Use bit-fields by Dave Rodgman · 2 years, 1 month ago
  13. f9c9c92 Change types in mbedtls_cipher_info_t by Dave Rodgman · 2 years, 1 month ago
  14. 3048c8c Merge pull request #7725 from minosgalanakis/ecp/7268_add_optimised_reduction_setup_3 by Paul Elliott · 2 years, 1 month ago
  15. e25c43b Merge pull request #7791 from valeriosetti/issue7406 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  16. 2a03fd3 bignum_mod: Added a typedef for OPT_RED function pointer. by Minos Galanakis · 2 years, 1 month ago
  17. 2fb9d00 Merge pull request #7682 from valeriosetti/issue7453 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  18. 6835b4a tls: always zeroize buffer on exit by Valerio Setti · 2 years, 1 month ago
  19. 3589a4c tls: keep buffer declaration in a single line by Valerio Setti · 2 years, 1 month ago
  20. f2154a6 Merge pull request #7686 from DemiMarie/do-while by Bence Szépkúti · 2 years, 2 months ago
  21. 4b3c02b test: remove duplicate PK_HAVE_ECC_KEYS dependency in pkparse suite by Valerio Setti · 2 years, 2 months ago
  22. edf0597 Merge pull request #7691 from DemiMarie/test-equal by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  23. a3a0025 Merge pull request #7806 from paul-elliott-arm/fix_32bit_builds by Gilles Peskine · 2 years, 2 months ago
  24. 5faccf0 Merge pull request #7805 from paul-elliott-arm/fix_retval by Gilles Peskine · 2 years, 2 months ago
  25. 215ed13 Fix 32 bit unreachable code build failure by Paul Elliott · 2 years, 2 months ago
  26. 458b96b Merge pull request #7638 from AndrzejKurek/cert-apps-use-ips by Paul Elliott · 2 years, 2 months ago
  27. 690b8c9 Add a do-while loop around macros by Demi Marie Obenour · 2 years, 8 months ago
  28. 24f4b73 Pacify clang15 warnings about empty /retval by Paul Elliott · 2 years, 2 months ago
  29. 5bd2523 test: ignore compressed points' tests when checking coverage without ECP at all by Valerio Setti · 2 years, 2 months ago
  30. e165136 pkwrite: fix wrong guard position for pk_get_opaque_ec_family() by Valerio Setti · 2 years, 2 months ago
  31. 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
  32. bc2b1d3 psa: move mbedtls_ecc_group_to_psa() from inline function to standard one by Valerio Setti · 2 years, 2 months ago
  33. f54ca35 build_info: do not enable ECP_LIGHT when PSA_WANT_ALG_ECDSA by Valerio Setti · 2 years, 2 months ago
  34. 30fdc03 pk: remove useless internal function by Valerio Setti · 2 years, 2 months ago
  35. 545a0d6 test: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  36. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  37. e489e81 pk: add new symbol to state that PK has support for EC keys by Valerio Setti · 2 years, 2 months ago
  38. 1814bb7 test: re-enable PK and RSA in component without ECP/ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  39. 16442cc x509parse tests: Replace TEST_ASSERT with TEST_EQUAL by Demi Marie Obenour · 2 years, 8 months ago
  40. cd70070 Merge pull request #7717 from valeriosetti/issue7442 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  41. 3cd4ef7 mbedtls_config: improved description of PK_PARSE_EC_COMPRESSED by Valerio Setti · 2 years, 2 months ago
  42. a18385b build_info: improved description of ECP_LIGHT auto-enabling symbols by Valerio Setti · 2 years, 2 months ago
  43. a8dc7fd test: remove leftover paragraph in test_psa_crypto_config_accel_ecc_ecp_light_only by Valerio Setti · 2 years, 2 months ago
  44. fdf15dd build_info: auto enable PK_PARSE_EC_COMPRESSED when PK_PARSE_C && ECP_C by Valerio Setti · 2 years, 2 months ago
  45. 15e7044 test: update depends.py with new dependencies by Valerio Setti · 2 years, 2 months ago
  46. 22d0a79 test: fix bug for test without bugnum by Valerio Setti · 2 years, 2 months ago
  47. 4922ba1 build_info: complete list of symbols that auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  48. addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
  49. aecd32c pk: let PK_PARSE_EC_EXTENDED auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  50. 4348368 test: remove leftover from past PR development by Valerio Setti · 2 years, 2 months ago
  51. 4d25a8d test: renaming component testing accelerated EC by Valerio Setti · 2 years, 2 months ago
  52. 44ff5a9 Merge pull request #7774 from mpg/new-psa-want-key-pair by Gilles Peskine · 2 years, 2 months ago
  53. 5760bf7 Merge pull request #7641 from valeriosetti/issue7614 by Gilles Peskine · 2 years, 2 months ago
  54. de87461 ecp_curves: Updated the optimised reduction function pointer. by Minos Galanakis · 2 years, 2 months ago
  55. 5c238d8 bignum_mod: Updated documentation. by Minos Galanakis · 2 years, 2 months ago
  56. 450abfd test_suite_ecp: Added `MBEDTLS_ECP_NIST_OPTIM` define guards. by Minos Galanakis · 2 years, 2 months ago
  57. effff76 test_suite_ecp: Updated `ecp_mod_p_generic_raw` for optimised reduction. by Minos Galanakis · 2 years, 2 months ago
  58. 6521095 ecp_curves: Updated `mbedtls_ecp_modulus_setup` to use optimised reduction. by Minos Galanakis · 2 years, 2 months ago
  59. 1d3e332 ecp_curves: Updated input argument for `mbedtls_ecp_modulus_setup`. by Minos Galanakis · 2 years, 2 months ago
  60. be1bf15 bignum_mod: Updated `optred_modulus_setup` to use function input. by Minos Galanakis · 2 years, 2 months ago
  61. c6e68ed bignum_mod: Added `mbedtls_mpi_opt_red_struct` structure. by Minos Galanakis · 2 years, 2 months ago
  62. 0f718c9 bignum_mod: Fixed code-style by Minos Galanakis · 2 years, 3 months ago
  63. f055ad6 bignum_mod: Added static `standard_modulus_setup()`. by Minos Galanakis · 2 years, 3 months ago
  64. 88e16df bignum_mod: Refactored `mbedtls_mpi_mod_modulus_setup()` by Minos Galanakis · 2 years, 3 months ago
  65. 67ebaaf test_suite_bignum: Removed `test_read_modulus()`. by Minos Galanakis · 2 years, 3 months ago
  66. bbe9db4 binum_mod: Added `mbedtls_mpi_mod_optred_modulus_setup()`. by Minos Galanakis · 2 years, 3 months ago
  67. 680233d Merge pull request #7680 from paul-elliott-arm/raw_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
  68. b46217d tls: never destroy a priavte key that is not owned/created by TLS module by Valerio Setti · 2 years, 2 months ago
  69. 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  70. 4590bc2 test: run all the test suite in the temporary component and grep outcome file by Valerio Setti · 2 years, 2 months ago
  71. a1a0b1b test: add a temporary test for checking conversion for new symbols by Valerio Setti · 2 years, 2 months ago
  72. 4520a8f config_psa: only KEY_PAIR_USE includes PUBLIC_KEY by Valerio Setti · 2 years, 2 months ago
  73. aac957b config_psa: always enable PUBLIC_KEY when any KEY_PAIR is enabled by Valerio Setti · 2 years, 2 months ago
  74. ecbc9c7 test_driver_extension: manage public and private keys the same way by Valerio Setti · 2 years, 2 months ago
  75. f4d7ede config_psa: fix logic for updating legacy symbols by Valerio Setti · 2 years, 2 months ago
  76. 38a3e8d config_psa: ECP_C do not enable ECC_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  77. 92214c7 crypto_config_test_driver_extension: remove leftover comment by Valerio Setti · 2 years, 2 months ago
  78. b0d9aae psa: move PSA_WANT checks to check_crypto_config by Valerio Setti · 2 years, 2 months ago
  79. c51cba9 config_psa: avoid repetitions when including MBEDTLS symbols by Valerio Setti · 2 years, 2 months ago
  80. 01951f0 changelog: added entries for explaining changes of this PR by Valerio Setti · 2 years, 2 months ago
  81. b7ef51a crypto: move legacy symbols support to a dedicated header file by Valerio Setti · 2 years, 2 months ago
  82. ddb5776 config_psa: add missing BUILTIN symbols when ECP_C is defined by Valerio Setti · 2 years, 2 months ago
  83. 89cb144 config_psa: fix comment for LEGACY symbols by Valerio Setti · 2 years, 2 months ago
  84. 602ee2e config_psa: remove support for PSA_WANT_KEY_TYPE_DH_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  85. a801b56 config_psa: remove GENPRIME from enabled symbols of PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_USE by Valerio Setti · 2 years, 2 months ago
  86. 36befce config_psa: remove leftover comment on ECC derivation by valerio · 2 years, 2 months ago
  87. 323ad1c psa: fixing psa_crypto_generate_key.generated by Valerio Setti · 2 years, 2 months ago
  88. 64f790f test: fix python script for PSA test generation by Valerio Setti · 2 years, 2 months ago
  89. ff7f861 tests: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  90. 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  91. f87b505 config_psa: replace legacy symbols with new ones by Valerio Setti · 2 years, 2 months ago
  92. 8d6e98c psa: add support for legacy symbols by Valerio Setti · 2 years, 2 months ago
  93. 67a3e3e crypto_config: introducing new definitions for PSA_WANT KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  94. 0813b6f tls: optimize code in ssl_get_ecdh_params_from_cert() by Valerio Setti · 2 years, 2 months ago
  95. a426dc3 Merge pull request #7782 from gilles-peskine-arm/mbedtls_ecp_modulus_type-move by Janos Follath · 2 years, 2 months ago
  96. 24f4676 Merge pull request #7672 from mpg/libtestdriver1-helpers by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  97. 417ce2c Rename _USE to _BASIC by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  98. f45a5a0 Merge pull request #7700 from silabs-Kusumit/PBKDF2_output_bytes by Gilles Peskine · 2 years, 2 months ago
  99. 8c2f18d Merge pull request #7738 from davidhorstmann-arm/fix-iar-typo by Gilles Peskine · 2 years, 2 months ago
  100. 637c049 Move mbedtls_ecp_modulus_type out of the public headers by Gilles Peskine · 2 years, 2 months ago