1. cb679f2 Replace 0s with proper defines when possible by Neil Armstrong · 2 years, 11 months ago
  2. fb3093a Use PSA_PAKE_ROLE_NONE in PSA_PAKE_OPERATION_INIT macro instead of 0 by Neil Armstrong · 2 years, 11 months ago
  3. 7cd4eac Fix typo in mbedtls_ecjpake_write_shared_key() comment by Neil Armstrong · 2 years, 11 months ago
  4. ecb221b Move operation buffer in operation struct and remove dynamic allocation by Neil Armstrong · 2 years, 11 months ago
  5. 9720b88 Remove doxygen markup outside doxygen block in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
  6. b39833c Fix typo in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
  7. 2a73f21 Fixup expected status handling in ecjpake_setup() and add more coverage for psa_pake_set_password_key() by Neil Armstrong · 2 years, 11 months ago
  8. bcd5bd9 Add a comment expliciting usage of internal PAKE step/state/sequence enums by Neil Armstrong · 3 years ago
  9. 78c4e8e Make ecjpake_do_round() return void and use TEST_ASSERT with a descriptive text instead of returning a value by Neil Armstrong · 3 years ago
  10. 51009d7 Add comment in ecjpake_do_round() explaining input errors can be detected any time in the input sequence by Neil Armstrong · 3 years ago
  11. 5bbdb70 Fix style in psa_pake_input() by Neil Armstrong · 3 years ago
  12. b764fb6 Remove MBEDTLS_MD_C dep in config_psa.h when ECJPAJE is wanted by Neil Armstrong · 3 years ago
  13. e5fdf20 Make ecjpake_rounds test depends on PSA_WANT_ALG_TLS12_PSK_TO_MS by Neil Armstrong · 3 years ago
  14. eae1dfc Change to more efficient error injection in ecjpake_do_round() by Neil Armstrong · 3 years, 2 months ago
  15. db5b960 Permit any psa_pake_input() step to fail when error injected in input by Neil Armstrong · 3 years, 2 months ago
  16. f19a3cb Use the mbedtls_ecjpake_write_shared_key() to input raw shared key material as derivation secret by Neil Armstrong · 3 years, 2 months ago
  17. 1266309 Introduce mbedtls_ecjpake_write_shared_key() to export the EC J-PAKE shared key material before the KDF() by Neil Armstrong · 3 years, 2 months ago
  18. 75673ab Only build ecjpake_do_round() is PSA_WANT_ALG_JPAKE is defined by Neil Armstrong · 3 years, 2 months ago
  19. 8c2e8a6 Add ecjpake_rounds_inject tests to exercise error injection by Neil Armstrong · 3 years, 2 months ago
  20. f983caf Move JPAKE rounds into a common function, add reordering and error injection by Neil Armstrong · 3 years, 2 months ago
  21. db05cbf Introduce and use mbedtls_ecjpake_to_psa_error() to translate various ECP/MPI errors to expected PSA errors by Neil Armstrong · 3 years, 2 months ago
  22. 1e85560 Fix psa_pake_get_implicit_key() state & add corresponding tests in ecjpake_rounds() by Neil Armstrong · 3 years, 2 months ago
  23. ed40782 Fix SECP256R1 enable when PSA_WANT_ALG_JPAKE is defined by Neil Armstrong · 3 years, 2 months ago
  24. 19bb991 Update changelog entry for new PSA PAKE feature by Neil Armstrong · 3 years, 2 months ago
  25. bb28c56 Add changelog entry for new PSA PAKE feature by Neil Armstrong · 3 years, 2 months ago
  26. e923111 Add missing parentheses on return statements by Neil Armstrong · 3 years, 2 months ago
  27. 5fb07c6 No need to check for state in psa_pake_setup() by Neil Armstrong · 3 years, 2 months ago
  28. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  29. fbc4b4a Fix psa_pake_abort() order to correctly free memory when alg is PSA_ALG_JPAKE by Neil Armstrong · 3 years, 2 months ago
  30. a24278a Add invalid hash ecjpake_setup() test case by Neil Armstrong · 3 years, 2 months ago
  31. 9c8b492 Add advanced psa_pake_input/psa_pake_output test in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  32. 50de0ae Add check calling psa_pake_setup() on an already initialized operation in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  33. 98506ab Add checks for INVALID_ARGUMENT for psa_pake_output/psa_pake_input in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  34. 0d001ef Check more parameters of psa_pake_output/psa_pake_input by Neil Armstrong · 3 years, 2 months ago
  35. 645cccd Add checks for BAD_STATE before calling psa_pake_setup() in ecjpake_setup() test by Neil Armstrong · 3 years, 2 months ago
  36. 707d957 Add checks for psa_pake_set_user/psa_pake_set_peer in test_suite_psa_crypto by Neil Armstrong · 3 years, 2 months ago
  37. ebd9a03 Cleanup PSA pake test dependency by Neil Armstrong · 3 years, 2 months ago
  38. 4efd7a4 Check for PSA_ALG_ECJPAKE alg for the ECJPAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
  39. df598ab Fix key usage test in psa_pake_set_password_key() by Neil Armstrong · 3 years, 2 months ago
  40. 7616ad2 Fix guard of ecjpake.h include in crypto_extra.h by Neil Armstrong · 3 years, 2 months ago
  41. 63212dd Fix formatting of PSA_PAKE_OPERATION_INIT macro by Neil Armstrong · 3 years, 2 months ago
  42. 7aaa34a Fix formatting of PSA_PAKE_OUTPUT_SIZE & PSA_PAKE_INPUT_SIZE macros by Neil Armstrong · 3 years, 2 months ago
  43. 6b1f99f Use proper buffer size macro for allocation in psa_pake_ecjpake_setup() by Neil Armstrong · 3 years, 2 months ago
  44. 5282393 Remove useless braces in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
  45. c29f847 Fix comments in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
  46. d597bc7 Add PSA PAKE tests by Neil Armstrong · 3 years, 2 months ago
  47. 637d0a0 Enable buildin PSA PAKE implementation when ECJPAKE_C is selected by Neil Armstrong · 3 years, 2 months ago
  48. a4cc7d6 Add PSA PAKE buildin implementation by Neil Armstrong · 3 years, 2 months ago
  49. 4b5710f Allow KEY_TYPE_PASSWORD/KEY_TYPE_PASSWORD_HASH to be imported by Neil Armstrong · 3 years, 2 months ago
  50. 35269d9 Fill psa_pake_operation and INPUT/OUTPUT min/max sizes for PSA PAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
  51. 6d1fc45 Merge pull request #6249 from AndrzejKurek/fix-ssl-programs-no-md by Gilles Peskine · 3 years ago
  52. dcce505 Add a missing guard in an example program by Andrzej Kurek · 3 years ago
  53. bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 3 years ago
  54. a84ce3f Merge pull request #6111 from superna9999/6101-programs-dont-build-with-libtestdriver-and-use-psa by Manuel Pégourié-Gonnard · 3 years ago
  55. 0edfa9d Merge pull request #6207 from daverodgman/ticket_time by Dave Rodgman · 3 years ago
  56. fac3ea5 Merge pull request #6184 from leorosen/ssl_tls_curve_group_id_null_protect by Dave Rodgman · 3 years ago
  57. bcc13c9 Add further missing whitespaces inside parentheses by Tom Cosgrove · 3 years ago
  58. 20c1137 Fix coding style by Tom Cosgrove · 3 years ago
  59. 5a28142 Merge pull request #6189 from Kxuan/fix-ctr_drbg-uninit by Dave Rodgman · 3 years ago
  60. 32bd063 test_suite_ssl: Add minimal handshake requirements by Andrzej Kurek · 3 years ago
  61. 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
  62. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  63. 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago
  64. e02da81 Update TLS1.2 dependencies description in mbedtls_config.h by Andrzej Kurek · 3 years ago
  65. 21b6870 test_suite_ssl: remove unnecessary usage of mbedtls_md_get_size by Andrzej Kurek · 3 years ago
  66. 180b6b9 Enable TLS 1.2 tests without MD and with USE_PSA in all.sh by Andrzej Kurek · 3 years ago
  67. 7e16ce3 Clarify TLS 1.2 dependencies with and without PSA crypto by Andrzej Kurek · 3 years ago
  68. 8c95ac4 Add missing dependencies / alternatives by Andrzej Kurek · 3 years ago
  69. 7bb8bab Update SHA and MD5 dependencies in the SSL tests by Andrzej Kurek · 3 years ago
  70. 25f2715 Update SHA and MD5 dependencies in the SSL module by Andrzej Kurek · 3 years ago
  71. 635c2c2 test_suite_ssl: replace CTR_DRBG with a fake rng source by Andrzej Kurek · 3 years ago
  72. 0ce5921 Use hash_info_get_size in ssl_tls12_client by Andrzej Kurek · 3 years ago
  73. a242e83 Rename the sha384 checksum context to reflect its purpose by Andrzej Kurek · 3 years ago
  74. 0ce9393 Merge pull request #6219 from KloolK/development by Dave Rodgman · 3 years ago
  75. e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
  76. 1945560 Merge pull request #6169 from tom-cosgrove-arm/fix-incorrect-use-of-mbedtls_ecp_group_id by Gilles Peskine · 3 years ago
  77. 20ebaac Merge pull request #6211 from tom-cosgrove-arm/explicit-warning-re-ct-conditions-not-0-or-1 by Gilles Peskine · 3 years ago
  78. 03f1c39 Merge pull request #6171 from mprse/md_x509_test by Gilles Peskine · 3 years ago
  79. 9ff6f8c Fix minor typos by Jan Bruckner · 3 years ago
  80. 2e328c8 Remove confusing const qualifier by Janos Follath · 3 years ago
  81. c459641 Bignum: add missing limb qualifiers by Janos Follath · 3 years ago
  82. 6b8e0c2 Bignum: make tests more readable by Janos Follath · 3 years ago
  83. 494a6d2 Bignum tests: use TEST_EQUAL by Janos Follath · 3 years ago
  84. af3f39c Fix typos by Janos Follath · 3 years ago
  85. 07c0f12 test_suite_pem.data: change MBEDTLS_CMAC_C->MBEDTLS_CIPHER_MODE_CBC dependency by Przemek Stekiel · 3 years ago
  86. beb4fc0 Merge pull request #6185 from leorosen/tls12_server_null_on_missing_key by Dave Rodgman · 3 years ago
  87. 19e5973 mbedtls_ssl_check_curve prevent potential NULL pointer dereferencing by Leonid Rozenboim · 3 years ago
  88. deb8030 Improve mbedtls_mpi_core_lt_ct() unit tests by Janos Follath · 3 years ago
  89. a95f204 Improve documentation by Janos Follath · 3 years ago
  90. ca5688e Improve coding style by Janos Follath · 3 years ago
  91. b7a88ec Bignum: Apply naming conventions by Janos Follath · 3 years ago
  92. 6b8a4ad Bignum: update const qualifiers by Janos Follath · 3 years ago
  93. 01a7d31 Make ecjpake test suite depend on MBEDTLS_HAS_ALG_SHA_256_VIA_MD_OR_PSA by Neil Armstrong · 3 years ago
  94. a327b52 Fix incorrect use of mbedtls_ecp_group_id in test_suite_ssl.function by Tom Cosgrove · 3 years ago
  95. 7b044c1 Enable ECJPAKE in test_crypto_full_no_md () & test_psa_crypto_config_accel_hash_use_psa () components by Neil Armstrong · 3 years ago
  96. ecaba1c Make use of PSA crypto hash if MBEDTLS_MD_C isn't defined by Neil Armstrong · 3 years ago
  97. 0d76341 Remove md_info by md_type in ecjpake context, use mbedtls_hash_info_get_size() to get hash length by Neil Armstrong · 3 years ago
  98. bc3906c pem_pbkdf1(): optimize psa version by Przemek Stekiel · 3 years ago
  99. 10836a0 config: Fix requirements for MBEDTLS_X509_USE_C and MBEDTLS_X509_CREATE_C by Przemek Stekiel · 3 years ago
  100. bf01c64 oid.c: unify dependencies (VIA_MD_OR_PSA->VIA_LOWLEVEL_OR_PSA) by Przemek Stekiel · 3 years ago