1. fcabc28 use MPI_ECP_* macros in mbedtls_ecp_sw_derive_y() by Glenn Strauss · 2 years, 8 months ago
  2. cbfd5e9 comment by Glenn Strauss · 2 years, 8 months ago
  3. 369bfb9 comments and whitespace by Glenn Strauss · 2 years, 8 months ago
  4. 2ff7711 mbedtls_ecp_point_read_binary from compressed fmt by Glenn Strauss · 2 years, 11 months ago
  5. 409a620 Merge pull request #6255 from mprse/md_tls13 by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  6. 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  7. 208257b Merge pull request #6259 from yuhaoth/pr/add-psk_ephemeral-possible-group-tests by Ronald Cron · 2 years, 11 months ago
  8. ab9b9d4 ssl_tls13_keys.h: use PSA max hash size by Przemyslaw Stekiel · 2 years, 11 months ago
  9. da64525 ssl_tls13_generic.c: fix hash buffer sizes (use PSA_HASH_MAX_SIZE) by Przemyslaw Stekiel · 2 years, 11 months ago
  10. 6a12a77 Fix typo in comment by Neil Armstrong · 2 years, 11 months ago
  11. 004c218 ssl_misc.h: hash guards adaptations by Przemyslaw Stekiel · 2 years, 11 months ago
  12. 0852ef8 mbedtls_ssl_reset_transcript_for_hrr: remove redundant 'else' statement by Przemek Stekiel · 2 years, 11 months ago
  13. 9dfbf3a ssl_tls13_generic.c: optimize code to save memory by Przemek Stekiel · 2 years, 11 months ago
  14. 153b442 mbedtls_ssl_tls13_sig_alg_is_supported: adapt guards by Przemek Stekiel · 3 years ago
  15. 47e3cb1 ssl_tls13_generic.c: adapt guards for MBEDTLS_SHAxxx_C by Przemek Stekiel · 3 years ago
  16. fa84962 Add comment explaining PSA PAKE vs Mbedtls J-PAKE API matching strategy by Neil Armstrong · 2 years, 11 months ago
  17. 3d4966a Move possible input/output steps check inside PSA_ALG_JPAKE handling by Neil Armstrong · 2 years, 11 months ago
  18. 017db4c Drop calls to mbedtls_ecjpake_check() by Neil Armstrong · 2 years, 11 months ago
  19. 1d0294f Clarify sequence length calculation comment by Neil Armstrong · 2 years, 11 months ago
  20. cb679f2 Replace 0s with proper defines when possible by Neil Armstrong · 2 years, 11 months ago
  21. 5166954 Make more use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  22. ecb221b Move operation buffer in operation struct and remove dynamic allocation by Neil Armstrong · 2 years, 11 months ago
  23. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  24. c3f2767 hash_info.h: add MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  25. 9720b88 Remove doxygen markup outside doxygen block in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
  26. b39833c Fix typo in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
  27. 58af233 Add possible group tests for psk with ECDHE by Jerry Yu · 2 years, 11 months ago
  28. bcd5bd9 Add a comment expliciting usage of internal PAKE step/state/sequence enums by Neil Armstrong · 3 years ago
  29. 5bbdb70 Fix style in psa_pake_input() by Neil Armstrong · 3 years ago
  30. 216baca pkcs5: improve error handling by Andrzej Kurek · 3 years ago
  31. e3d544c Minor PKCS5 improvements by Andrzej Kurek · 3 years ago
  32. 3d0dfb9 Change the pkcs5_pbkdf2_hmac deprecation approach by Andrzej Kurek · 3 years ago
  33. f000471 Add missing MD dependency for pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  34. ed98e95 Adjust pkcs5 test dependencies by Andrzej Kurek · 3 years ago
  35. 890e78a Deprecate mbedtls_pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  36. dd36c76 Provide a version of pkcs5_pbkdf2_hmac without MD usage by Andrzej Kurek · 3 years ago
  37. 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
  38. e16e6ed Remove the dependency on MD_MAX_SIZE from PKCS12 by Andrzej Kurek · 3 years ago
  39. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  40. e00d6d6 Merge pull request #6135 from yuhaoth/pr/tls13-finalize-external-psk-negotiation by Ronald Cron · 3 years ago
  41. 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
  42. 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
  43. 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
  44. 1e85560 Fix psa_pake_get_implicit_key() state & add corresponding tests in ecjpake_rounds() by Neil Armstrong · 3 years, 2 months ago
  45. e923111 Add missing parentheses on return statements by Neil Armstrong · 3 years, 2 months ago
  46. 5fb07c6 No need to check for state in psa_pake_setup() by Neil Armstrong · 3 years, 2 months ago
  47. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  48. fbc4b4a Fix psa_pake_abort() order to correctly free memory when alg is PSA_ALG_JPAKE by Neil Armstrong · 3 years, 2 months ago
  49. 0d001ef Check more parameters of psa_pake_output/psa_pake_input by Neil Armstrong · 3 years, 2 months ago
  50. 4efd7a4 Check for PSA_ALG_ECJPAKE alg for the ECJPAKE builtin implementation by Neil Armstrong · 3 years, 2 months ago
  51. df598ab Fix key usage test in psa_pake_set_password_key() by Neil Armstrong · 3 years, 2 months ago
  52. 6b1f99f Use proper buffer size macro for allocation in psa_pake_ecjpake_setup() by Neil Armstrong · 3 years, 2 months ago
  53. 5282393 Remove useless braces in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
  54. c29f847 Fix comments in psa_crypto_pake.c by Neil Armstrong · 3 years, 2 months ago
  55. a4cc7d6 Add PSA PAKE buildin implementation by Neil Armstrong · 3 years, 2 months ago
  56. 4b5710f Allow KEY_TYPE_PASSWORD/KEY_TYPE_PASSWORD_HASH to be imported by Neil Armstrong · 3 years, 2 months ago
  57. 1e05b6d fix coding style and unnecessary assignment by Jerry Yu · 3 years ago
  58. bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 3 years ago
  59. 0edfa9d Merge pull request #6207 from daverodgman/ticket_time by Dave Rodgman · 3 years ago
  60. e5834fd remove unnecessary test by Jerry Yu · 3 years ago
  61. 0baf907 remove `select_ciphersuite` by Jerry Yu · 3 years ago
  62. c5a23a0 fix various issues by Jerry Yu · 3 years ago
  63. fac3ea5 Merge pull request #6184 from leorosen/ssl_tls_curve_group_id_null_protect by Dave Rodgman · 3 years ago
  64. bcc13c9 Add further missing whitespaces inside parentheses by Tom Cosgrove · 3 years ago
  65. 20c1137 Fix coding style by Tom Cosgrove · 3 years ago
  66. 5a28142 Merge pull request #6189 from Kxuan/fix-ctr_drbg-uninit by Dave Rodgman · 3 years ago
  67. f35ba38 Add select ciphersuite entry function by Jerry Yu · 3 years ago
  68. dd1bef7 Add ciphersuite_info check by Jerry Yu · 3 years ago
  69. 29d9faa fix various issues. by Jerry Yu · 3 years ago
  70. 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
  71. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  72. 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago
  73. 7e16ce3 Clarify TLS 1.2 dependencies with and without PSA crypto by Andrzej Kurek · 3 years ago
  74. 8c95ac4 Add missing dependencies / alternatives by Andrzej Kurek · 3 years ago
  75. 25f2715 Update SHA and MD5 dependencies in the SSL module by Andrzej Kurek · 3 years ago
  76. 0ce5921 Use hash_info_get_size in ssl_tls12_client by Andrzej Kurek · 3 years ago
  77. a242e83 Rename the sha384 checksum context to reflect its purpose by Andrzej Kurek · 3 years ago
  78. e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
  79. 20ebaac Merge pull request #6211 from tom-cosgrove-arm/explicit-warning-re-ct-conditions-not-0-or-1 by Gilles Peskine · 3 years ago
  80. 03f1c39 Merge pull request #6171 from mprse/md_x509_test by Gilles Peskine · 3 years ago
  81. 2e328c8 Remove confusing const qualifier by Janos Follath · 3 years ago
  82. c459641 Bignum: add missing limb qualifiers by Janos Follath · 3 years ago
  83. af3f39c Fix typos by Janos Follath · 3 years ago
  84. 5725f1c Align ciphersuite with overwrite. by Jerry Yu · 3 years ago
  85. 01e42d2 fix issues in export handshake psk by Jerry Yu · 3 years ago
  86. 9f7f646 Revert "remove psk key when ephemeral selected" by Jerry Yu · 3 years ago
  87. e9d4fc0 fix binder value security issue by Jerry Yu · 3 years ago
  88. 24b8c81 fix comments and wrong initial value issues by Jerry Yu · 3 years ago
  89. 5d01c05 fix various issues by Jerry Yu · 3 years ago
  90. 6cf6b47 fix format and comment issues by Jerry Yu · 3 years ago
  91. beb4fc0 Merge pull request #6185 from leorosen/tls12_server_null_on_missing_key by Dave Rodgman · 3 years ago
  92. 19e5973 mbedtls_ssl_check_curve prevent potential NULL pointer dereferencing by Leonid Rozenboim · 3 years ago
  93. a95f204 Improve documentation by Janos Follath · 3 years ago
  94. ca5688e Improve coding style by Janos Follath · 3 years ago
  95. b7a88ec Bignum: Apply naming conventions by Janos Follath · 3 years ago
  96. 6b8a4ad Bignum: update const qualifiers by Janos Follath · 3 years ago
  97. ecaba1c Make use of PSA crypto hash if MBEDTLS_MD_C isn't defined by Neil Armstrong · 3 years ago
  98. 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
  99. bc3906c pem_pbkdf1(): optimize psa version 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