1. 2be1689 Add capacity testing to EC J-PAKE to PMS tests by Andrzej Kurek · 2 years, 11 months ago
  2. b093650 Add proper capacity calculation for EC J-PAKE to PMS KDF by Andrzej Kurek · 2 years, 11 months ago
  3. d378504 Add derivation step testing to EC J-PAKE to PMS tests by Andrzej Kurek · 2 years, 11 months ago
  4. 702776f Restrict the EC J-PAKE to PMS input type to secret by Andrzej Kurek · 2 years, 11 months ago
  5. 4ba0e45 all.sh: don't build with ECJPAKE_TO_PMS if SHA256 is not available by Andrzej Kurek · 2 years, 11 months ago
  6. d60907b Define ECJPAKE_TO_PMS in config_psa only if SHA_256 is available by Andrzej Kurek · 2 years, 11 months ago
  7. 18f8e8d Document the input size restriction for EC J-PAKE to PMS by Andrzej Kurek · 2 years, 11 months ago
  8. d8705bc Add tests for the newly created ad-hoc EC J-PAKE KDF by Andrzej Kurek · 3 years ago
  9. 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
  10. f6a6a2d Merge pull request #6216 from AndrzejKurek/tls-tests-no-md-compat by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  11. 52f83dc Merge pull request #6244 from AndrzejKurek/pkcs5-no-md by Manuel Pégourié-Gonnard · 3 years ago
  12. 5e0654a Add a compat.sh run to psa_crypto_config_accel_hash_use_psa by Andrzej Kurek · 3 years ago
  13. c502210 Adjust pkparse test dependencies by Andrzej Kurek · 3 years ago
  14. 216baca pkcs5: improve error handling by Andrzej Kurek · 3 years ago
  15. e3d544c Minor PKCS5 improvements by Andrzej Kurek · 3 years ago
  16. 7a32072 Setup / deinitialize PSA in pk tests only if no MD is used by Andrzej Kurek · 3 years ago
  17. 3d0dfb9 Change the pkcs5_pbkdf2_hmac deprecation approach by Andrzej Kurek · 3 years ago
  18. f000471 Add missing MD dependency for pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  19. 11265d7 Remove PKCS5 from the ref config in the migration script by Andrzej Kurek · 3 years ago
  20. 26909f3 Add PSA initialization and teardown to tests using pkcs5 by Andrzej Kurek · 3 years ago
  21. a57267c Add a possibility to call PSA_INIT without MBEDTLS_PSA_CRYPTO_C by Andrzej Kurek · 3 years ago
  22. 37a17e8 Enable PKCS5 in no-md builds in all.sh by Andrzej Kurek · 3 years ago
  23. 345a92b Adjust PKCS5 dependencies in check_config by Andrzej Kurek · 3 years ago
  24. 65bf73e Enable HMAC in config_psa.h regardless of MD availability by Andrzej Kurek · 3 years ago
  25. ed98e95 Adjust pkcs5 test dependencies by Andrzej Kurek · 3 years ago
  26. 890e78a Deprecate mbedtls_pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  27. dd36c76 Provide a version of pkcs5_pbkdf2_hmac without MD usage by Andrzej Kurek · 3 years ago
  28. 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
  29. e16e6ed Remove the dependency on MD_MAX_SIZE from PKCS12 by Andrzej Kurek · 3 years ago
  30. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  31. 0777ec1 Merge pull request #6109 from superna9999/6100-crash-in-test-suite-x509write by Manuel Pégourié-Gonnard · 3 years ago
  32. e00d6d6 Merge pull request #6135 from yuhaoth/pr/tls13-finalize-external-psk-negotiation by Ronald Cron · 3 years ago
  33. 6688669 replace psk&dhe with psk_or_ephemeral by Jerry Yu · 3 years ago
  34. 6d1fc45 Merge pull request #6249 from AndrzejKurek/fix-ssl-programs-no-md by Gilles Peskine · 3 years ago
  35. 7101b87 fix wrong description by Jerry Yu · 3 years ago
  36. 1e05b6d fix coding style and unnecessary assignment by Jerry Yu · 3 years ago
  37. dcce505 Add a missing guard in an example program by Andrzej Kurek · 3 years ago
  38. bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 3 years ago
  39. a84ce3f Merge pull request #6111 from superna9999/6101-programs-dont-build-with-libtestdriver-and-use-psa by Manuel Pégourié-Gonnard · 3 years ago
  40. 0edfa9d Merge pull request #6207 from daverodgman/ticket_time by Dave Rodgman · 3 years ago
  41. 63d40e6 shorten the description by Jerry Yu · 3 years ago
  42. e5834fd remove unnecessary test by Jerry Yu · 3 years ago
  43. e7b4b58 Add psk kex mode tests by Jerry Yu · 3 years ago
  44. 3e06fce Remove old tests. by Jerry Yu · 3 years ago
  45. 3c01d47 Update test cases by Jerry Yu · 3 years ago
  46. 0baf907 remove `select_ciphersuite` by Jerry Yu · 3 years ago
  47. c5a23a0 fix various issues by Jerry Yu · 3 years ago
  48. fac3ea5 Merge pull request #6184 from leorosen/ssl_tls_curve_group_id_null_protect by Dave Rodgman · 3 years ago
  49. bcc13c9 Add further missing whitespaces inside parentheses by Tom Cosgrove · 3 years ago
  50. 20c1137 Fix coding style by Tom Cosgrove · 3 years ago
  51. 5a28142 Merge pull request #6189 from Kxuan/fix-ctr_drbg-uninit by Dave Rodgman · 3 years ago
  52. 2185c0f add force ciphersuite tls-aes-256-gcm-sha384 test by Jerry Yu · 3 years ago
  53. f35ba38 Add select ciphersuite entry function by Jerry Yu · 3 years ago
  54. dd1bef7 Add ciphersuite_info check by Jerry Yu · 3 years ago
  55. 29d9faa fix various issues. by Jerry Yu · 3 years ago
  56. 32bd063 test_suite_ssl: Add minimal handshake requirements by Andrzej Kurek · 3 years ago
  57. 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
  58. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  59. 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago
  60. 66f35f2 fix wrong requires setting by Jerry Yu · 3 years ago
  61. e02da81 Update TLS1.2 dependencies description in mbedtls_config.h by Andrzej Kurek · 3 years ago
  62. 21b6870 test_suite_ssl: remove unnecessary usage of mbedtls_md_get_size by Andrzej Kurek · 3 years ago
  63. 180b6b9 Enable TLS 1.2 tests without MD and with USE_PSA in all.sh by Andrzej Kurek · 3 years ago
  64. 7e16ce3 Clarify TLS 1.2 dependencies with and without PSA crypto by Andrzej Kurek · 3 years ago
  65. 8c95ac4 Add missing dependencies / alternatives by Andrzej Kurek · 3 years ago
  66. 7bb8bab Update SHA and MD5 dependencies in the SSL tests by Andrzej Kurek · 3 years ago
  67. 25f2715 Update SHA and MD5 dependencies in the SSL module by Andrzej Kurek · 3 years ago
  68. 635c2c2 test_suite_ssl: replace CTR_DRBG with a fake rng source by Andrzej Kurek · 3 years ago
  69. 0ce5921 Use hash_info_get_size in ssl_tls12_client by Andrzej Kurek · 3 years ago
  70. a242e83 Rename the sha384 checksum context to reflect its purpose by Andrzej Kurek · 3 years ago
  71. 0ce9393 Merge pull request #6219 from KloolK/development by Dave Rodgman · 3 years ago
  72. e5018c9 Merge pull request #6195 from superna9999/6149-driver-only-hashes-ec-j-pake by Gilles Peskine · 3 years ago
  73. 1945560 Merge pull request #6169 from tom-cosgrove-arm/fix-incorrect-use-of-mbedtls_ecp_group_id by Gilles Peskine · 3 years ago
  74. 20ebaac Merge pull request #6211 from tom-cosgrove-arm/explicit-warning-re-ct-conditions-not-0-or-1 by Gilles Peskine · 3 years ago
  75. 03f1c39 Merge pull request #6171 from mprse/md_x509_test by Gilles Peskine · 3 years ago
  76. 9ff6f8c Fix minor typos by Jan Bruckner · 3 years ago
  77. 2e328c8 Remove confusing const qualifier by Janos Follath · 3 years ago
  78. c459641 Bignum: add missing limb qualifiers by Janos Follath · 3 years ago
  79. 6b8e0c2 Bignum: make tests more readable by Janos Follath · 3 years ago
  80. 494a6d2 Bignum tests: use TEST_EQUAL by Janos Follath · 3 years ago
  81. af3f39c Fix typos by Janos Follath · 3 years ago
  82. 5725f1c Align ciphersuite with overwrite. by Jerry Yu · 3 years ago
  83. 01e42d2 fix issues in export handshake psk by Jerry Yu · 3 years ago
  84. 9f7f646 Revert "remove psk key when ephemeral selected" by Jerry Yu · 3 years ago
  85. e9d4fc0 fix binder value security issue by Jerry Yu · 3 years ago
  86. 24b8c81 fix comments and wrong initial value issues by Jerry Yu · 3 years ago
  87. 5d01c05 fix various issues by Jerry Yu · 3 years ago
  88. 6cf6b47 fix format and comment issues by Jerry Yu · 3 years ago
  89. b25d10f Add mismatch key tests by Jerry Yu · 3 years ago
  90. 2b7a51b Add psk_or_ephemeral mode and tests by Jerry Yu · 3 years ago
  91. 63c78b8 add `all` mode tests by Jerry Yu · 3 years ago
  92. 3b70b3c add epemeral_all tests by Jerry Yu · 3 years ago
  93. badd46f add psk_all tests by Jerry Yu · 3 years ago
  94. fa8c306 add ephemeral tests by Jerry Yu · 3 years ago
  95. 9b83fa1 add psk_ephemeral tests by Jerry Yu · 3 years ago
  96. 6a9beba Add psk mode tests by Jerry Yu · 3 years ago
  97. 07c0f12 test_suite_pem.data: change MBEDTLS_CMAC_C->MBEDTLS_CIPHER_MODE_CBC dependency by Przemek Stekiel · 3 years ago
  98. beb4fc0 Merge pull request #6185 from leorosen/tls12_server_null_on_missing_key by Dave Rodgman · 3 years ago
  99. 19e5973 mbedtls_ssl_check_curve prevent potential NULL pointer dereferencing by Leonid Rozenboim · 3 years ago
  100. deb8030 Improve mbedtls_mpi_core_lt_ct() unit tests by Janos Follath · 3 years ago