1. 6ec2123 ssl-opt.sh: Align prefix of TLS 1.3 opaque key tests by Ronald Cron · 2 years, 11 months ago
  2. 067a1e7 tls13: Try reasonable sig alg for CertificateVerify signature by Ronald Cron · 2 years, 11 months ago
  3. 38391bf tls13: Do not impose minimum hash size for RSA PSS signatures by Ronald Cron · 2 years, 11 months ago
  4. 67ea254 tls13: server: Add sig alg checks when selecting best certificate by Ronald Cron · 2 years, 11 months ago
  5. c454aba ssl-opt.sh: add tests for key_opaque_algs option by Przemek Stekiel · 3 years, 1 month ago
  6. 632939d ssl_client2: print pk key name when provided using key_opaque_algs by Przemek Stekiel · 3 years, 1 month ago
  7. dca2246 ssl_tls13_select_sig_alg_to_psa_alg: optimize code by Przemek Stekiel · 3 years, 1 month ago
  8. f937e66 Guard new code with MBEDTLS_USE_PSA_CRYPTO by Przemek Stekiel · 3 years, 1 month ago
  9. 3c326f9 Add function to convert sig_alg to psa alg and use it by Przemek Stekiel · 3 years, 1 month ago
  10. b40f2e8 TLS 1.3: Take into account key policy while picking a signature algorithm by Przemek Stekiel · 3 years, 1 month ago
  11. 409a620 Merge pull request #6255 from mprse/md_tls13 by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  12. 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  13. 62e24ba Merge pull request #6260 from yuhaoth/pr/add-multiple-pre-config-psks by Ronald Cron · 2 years, 11 months ago
  14. 67ffab5 ssl.h: use PSA hash buffer size when PSA is used by Przemyslaw Stekiel · 2 years, 11 months ago
  15. 208257b Merge pull request #6259 from yuhaoth/pr/add-psk_ephemeral-possible-group-tests by Ronald Cron · 2 years, 11 months ago
  16. ab9b9d4 ssl_tls13_keys.h: use PSA max hash size by Przemyslaw Stekiel · 2 years, 11 months ago
  17. da64525 ssl_tls13_generic.c: fix hash buffer sizes (use PSA_HASH_MAX_SIZE) by Przemyslaw Stekiel · 2 years, 11 months ago
  18. 6a12a77 Fix typo in comment by Neil Armstrong · 2 years, 11 months ago
  19. 673b0f9 Randomize order of psks by Jerry Yu · 2 years, 11 months ago
  20. 034492b ssl.h: Fix hash guards by Przemyslaw Stekiel · 2 years, 11 months ago
  21. 004c218 ssl_misc.h: hash guards adaptations by Przemyslaw Stekiel · 2 years, 11 months ago
  22. b2407f2 Merge pull request #6261 from mprse/hash_size_macro by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  23. ce0aa58 check_config.h: make TLS1.3 requirements verification more readable by Przemek Stekiel · 2 years, 11 months ago
  24. 0852ef8 mbedtls_ssl_reset_transcript_for_hrr: remove redundant 'else' statement by Przemek Stekiel · 2 years, 11 months ago
  25. 8a2f2b0 check_config.h: fix TLS 1.3 requirements (add HKDF_EXTRACT/EXPAND) and comments by Przemek Stekiel · 2 years, 11 months ago
  26. dcec7ac test_psa_crypto_config_accel_hash_use_psa: enable tls.1.3 at the end and adapt comment by Przemek Stekiel · 2 years, 11 months ago
  27. 9408b70 check_config.h: revert HKDF requirements by Przemek Stekiel · 2 years, 11 months ago
  28. 9dfbf3a ssl_tls13_generic.c: optimize code to save memory by Przemek Stekiel · 2 years, 11 months ago
  29. 153b442 mbedtls_ssl_tls13_sig_alg_is_supported: adapt guards by Przemek Stekiel · 3 years ago
  30. a06787a build_info.h: include config_psa.h also when MBEDTLS_PSA_CRYPTO_C by Przemek Stekiel · 3 years ago
  31. a4af13a test_psa_crypto_config_accel_hash_use_psa: enable TLS 1.3 by Przemek Stekiel · 3 years ago
  32. cf9d972 Fix config for MBEDTLS_SSL_PROTO_TLS1_3 by Przemek Stekiel · 3 years ago
  33. a9a8816 ssl.h: adapt guards for MBEDTLS_SSL_TLS1_3_TICKET_RESUMPTION_KEY_LEN by Przemek Stekiel · 3 years ago
  34. 47e3cb1 ssl_tls13_generic.c: adapt guards for MBEDTLS_SHAxxx_C by Przemek Stekiel · 3 years ago
  35. fa84962 Add comment explaining PSA PAKE vs Mbedtls J-PAKE API matching strategy by Neil Armstrong · 2 years, 11 months ago
  36. 3d4966a Move possible input/output steps check inside PSA_ALG_JPAKE handling by Neil Armstrong · 2 years, 11 months ago
  37. 017db4c Drop calls to mbedtls_ecjpake_check() by Neil Armstrong · 2 years, 11 months ago
  38. 1d0294f Clarify sequence length calculation comment by Neil Armstrong · 2 years, 11 months ago
  39. cb679f2 Replace 0s with proper defines when possible by Neil Armstrong · 2 years, 11 months ago
  40. 5166954 Make more use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  41. 8cc46aa Merge pull request #6275 from daverodgman/fixcopyright by Dave Rodgman · 2 years, 11 months ago
  42. f498910 Merge pull request #6256 from AndrzejKurek/tls-tests-no-md-ssl-opt by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  43. 53a18f2 Correct copyright and license in crypto_spe.h by Dave Rodgman · 2 years, 11 months ago
  44. 0bc834b Enable signature algorithms in ssl programs with PSA based hashes by Andrzej Kurek · 2 years, 11 months ago
  45. d681746 Split some ssl-opt.sh test cases into two by Andrzej Kurek · 2 years, 11 months ago
  46. 07e3570 Add an ssl-opt.sh run to all.sh for the accel_hash_use_psa config by Andrzej Kurek · 2 years, 11 months ago
  47. 934e9cd Switch to the new version of hash algorithm checking in ssl-opt.sh by Andrzej Kurek · 3 years ago
  48. 9c061a2 Add a posibility to check for the availability of hash algs to ssl-opt by Andrzej Kurek · 3 years ago
  49. f6a6a2d Merge pull request #6216 from AndrzejKurek/tls-tests-no-md-compat by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  50. fb3093a Use PSA_PAKE_ROLE_NONE in PSA_PAKE_OPERATION_INIT macro instead of 0 by Neil Armstrong · 2 years, 11 months ago
  51. 7cd4eac Fix typo in mbedtls_ecjpake_write_shared_key() comment by Neil Armstrong · 2 years, 11 months ago
  52. ecb221b Move operation buffer in operation struct and remove dynamic allocation by Neil Armstrong · 2 years, 11 months ago
  53. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  54. c3f2767 hash_info.h: add MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  55. 9720b88 Remove doxygen markup outside doxygen block in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
  56. b39833c Fix typo in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
  57. 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
  58. 58af233 Add possible group tests for psk with ECDHE by Jerry Yu · 2 years, 11 months ago
  59. 079472b Add multiple pre-configured psk test for server by Jerry Yu · 2 years, 11 months ago
  60. bcd5bd9 Add a comment expliciting usage of internal PAKE step/state/sequence enums by Neil Armstrong · 3 years ago
  61. 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
  62. 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
  63. 5bbdb70 Fix style in psa_pake_input() by Neil Armstrong · 3 years ago
  64. 52f83dc Merge pull request #6244 from AndrzejKurek/pkcs5-no-md by Manuel Pégourié-Gonnard · 3 years ago
  65. 5e0654a Add a compat.sh run to psa_crypto_config_accel_hash_use_psa by Andrzej Kurek · 3 years ago
  66. c502210 Adjust pkparse test dependencies by Andrzej Kurek · 3 years ago
  67. 216baca pkcs5: improve error handling by Andrzej Kurek · 3 years ago
  68. e3d544c Minor PKCS5 improvements by Andrzej Kurek · 3 years ago
  69. 7a32072 Setup / deinitialize PSA in pk tests only if no MD is used by Andrzej Kurek · 3 years ago
  70. 3d0dfb9 Change the pkcs5_pbkdf2_hmac deprecation approach by Andrzej Kurek · 3 years ago
  71. f000471 Add missing MD dependency for pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  72. 11265d7 Remove PKCS5 from the ref config in the migration script by Andrzej Kurek · 3 years ago
  73. 26909f3 Add PSA initialization and teardown to tests using pkcs5 by Andrzej Kurek · 3 years ago
  74. a57267c Add a possibility to call PSA_INIT without MBEDTLS_PSA_CRYPTO_C by Andrzej Kurek · 3 years ago
  75. 37a17e8 Enable PKCS5 in no-md builds in all.sh by Andrzej Kurek · 3 years ago
  76. 345a92b Adjust PKCS5 dependencies in check_config by Andrzej Kurek · 3 years ago
  77. 65bf73e Enable HMAC in config_psa.h regardless of MD availability by Andrzej Kurek · 3 years ago
  78. ed98e95 Adjust pkcs5 test dependencies by Andrzej Kurek · 3 years ago
  79. 890e78a Deprecate mbedtls_pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
  80. dd36c76 Provide a version of pkcs5_pbkdf2_hmac without MD usage by Andrzej Kurek · 3 years ago
  81. 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
  82. e16e6ed Remove the dependency on MD_MAX_SIZE from PKCS12 by Andrzej Kurek · 3 years ago
  83. 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
  84. 0777ec1 Merge pull request #6109 from superna9999/6100-crash-in-test-suite-x509write by Manuel Pégourié-Gonnard · 3 years ago
  85. e00d6d6 Merge pull request #6135 from yuhaoth/pr/tls13-finalize-external-psk-negotiation by Ronald Cron · 3 years ago
  86. 6688669 replace psk&dhe with psk_or_ephemeral by Jerry Yu · 3 years ago
  87. b764fb6 Remove MBEDTLS_MD_C dep in config_psa.h when ECJPAJE is wanted by Neil Armstrong · 3 years ago
  88. e5fdf20 Make ecjpake_rounds test depends on PSA_WANT_ALG_TLS12_PSK_TO_MS by Neil Armstrong · 3 years ago
  89. eae1dfc Change to more efficient error injection in ecjpake_do_round() by Neil Armstrong · 3 years, 2 months ago
  90. db5b960 Permit any psa_pake_input() step to fail when error injected in input by Neil Armstrong · 3 years, 2 months ago
  91. 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
  92. 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
  93. 75673ab Only build ecjpake_do_round() is PSA_WANT_ALG_JPAKE is defined by Neil Armstrong · 3 years, 2 months ago
  94. 8c2e8a6 Add ecjpake_rounds_inject tests to exercise error injection by Neil Armstrong · 3 years, 2 months ago
  95. f983caf Move JPAKE rounds into a common function, add reordering and error injection by Neil Armstrong · 3 years, 2 months ago
  96. 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
  97. 1e85560 Fix psa_pake_get_implicit_key() state & add corresponding tests in ecjpake_rounds() by Neil Armstrong · 3 years, 2 months ago
  98. ed40782 Fix SECP256R1 enable when PSA_WANT_ALG_JPAKE is defined by Neil Armstrong · 3 years, 2 months ago
  99. 19bb991 Update changelog entry for new PSA PAKE feature by Neil Armstrong · 3 years, 2 months ago
  100. bb28c56 Add changelog entry for new PSA PAKE feature by Neil Armstrong · 3 years, 2 months ago