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