1. d80b6ed Use loop instead goto and fix misleading variable name by Przemyslaw Stekiel · 3 years, 8 months ago
  2. dc8d7d9 fix mbedtls/psa status code mismatch by Przemyslaw Stekiel · 3 years, 8 months ago
  3. 871a336 Remove redundant psa_generate_derived_ecc_key_weierstrass_check_config() by Przemyslaw Stekiel · 3 years, 8 months ago
  4. aaa1ada psa_generate_derived_ecc_key_weierstrass_check_config: Build only when ECC enabled by Przemyslaw Stekiel · 3 years, 8 months ago
  5. 50fcc53 Add Weierstrass curve/bits consistancy check + negative test vectors by Przemyslaw Stekiel · 3 years, 8 months ago
  6. 58ce8d8 Add support for Montgomery curves by Przemyslaw Stekiel · 3 years, 8 months ago
  7. 705fb0f Only Weierstrass curves supported by Przemyslaw Stekiel · 3 years, 8 months ago
  8. c6e4c51 psa_crypto.c: fix warning on windows compiler by Przemyslaw Stekiel · 3 years, 9 months ago
  9. 1dfd122 psa_generate_derived_ecc_key_helper: compile only when ECC is supported by Przemyslaw Stekiel · 3 years, 9 months ago
  10. 6534816 psa_generate_derived_ecc_key_helper: fix bugs found during testing by Przemyslaw Stekiel · 3 years, 9 months ago
  11. d8cdcba Move derivation of ECC private key to helper function and refactor code by Przemyslaw Stekiel · 3 years, 9 months ago
  12. 1608e33 PSA: implement key derivation for ECC keys by Przemyslaw Stekiel · 3 years, 9 months ago
  13. 4579a97 Merge pull request #5426 from gilles-peskine-arm/ssl-get-version-3.1 by Ronald Cron · 3 years, 6 months ago
  14. e3a2dd7 Merge pull request #5521 from AndrzejKurek/rsa-pss-use-psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  15. 66971f8 Add prototype for automatically generated debug helper by Gilles Peskine · 3 years, 7 months ago
  16. c63a1e0 Fix mbedtls_ssl_get_version() for TLSv1.3 by Gilles Peskine · 3 years, 7 months ago
  17. e1a0c25 New function to access the TLS version from a context as an enum by Gilles Peskine · 3 years, 7 months ago
  18. 436b726 Merge pull request #5362 from yuhaoth/pr/enable-tls13-only-build by Paul Elliott · 3 years, 6 months ago
  19. 9b545c0 Merge pull request #5520 from gabor-mezei-arm/5402_implement_hkdf_expand_based_on_psa_hmac by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  20. f1b23ca move wrong comments by Jerry Yu · 3 years, 6 months ago
  21. 18621df remove extra empty line by Jerry Yu · 3 years, 6 months ago
  22. 50f2f70 remove extra guards by Jerry Yu · 3 years, 6 months ago
  23. 840fbb2 guards populate_transform reference by Jerry Yu · 3 years, 6 months ago
  24. 4f9e3ef move session_save/load_tls12 by Jerry Yu · 3 years, 6 months ago
  25. d9d91da move sig_hash_* by Jerry Yu · 3 years, 6 months ago
  26. ee40f9d move get_key_exchange_md_tls12 by Jerry Yu · 3 years, 6 months ago
  27. 9bccc4c move populate_transform by Jerry Yu · 3 years, 6 months ago
  28. e93ffcd move tls_prf_get_type by Jerry Yu · 3 years, 6 months ago
  29. 392112c move tls12prf_from_cs by Jerry Yu · 3 years, 6 months ago
  30. 0b3d7c1 move parse_finished by Jerry Yu · 3 years, 6 months ago
  31. 3c8e47b move write_finished by Jerry Yu · 3 years, 6 months ago
  32. 2a9fff5 move wrapup by Jerry Yu · 3 years, 6 months ago
  33. aef0015 move wrapup_free_hs_transform by Jerry Yu · 3 years, 6 months ago
  34. b7ba49e move calc_finished_tls_sha384 by Jerry Yu · 3 years, 6 months ago
  35. 615bd6f move calc_finished_tls_sha256 by Jerry Yu · 3 years, 6 months ago
  36. d952669 move write_certificate by Jerry Yu · 3 years, 6 months ago
  37. c2c673d move resend_hello_request by Jerry Yu · 3 years, 6 months ago
  38. ce3dca4 move psk_derive_premaster by Jerry Yu · 3 years, 6 months ago
  39. c1cb384 move calc_verify_tls_sha384 by Jerry Yu · 3 years, 6 months ago
  40. 8392e0d move calc_verify_tls_sha256 by Jerry Yu · 3 years, 6 months ago
  41. d62f87e move derive_keys by Jerry Yu · 3 years, 6 months ago
  42. 2a7b5ac move compute_master by Jerry Yu · 3 years, 6 months ago
  43. d6ab235 move use_opaque_psk by Jerry Yu · 3 years, 6 months ago
  44. f009d86 move set_handshake_prfs by Jerry Yu · 3 years, 6 months ago
  45. dc7bd17 move tls_prf_sha256/384 by Jerry Yu · 3 years, 6 months ago
  46. ed14c93 add static prototypes by Jerry Yu · 3 years, 6 months ago
  47. 53d23e2 Guards tls_prf functions with TLS1_2 by Jerry Yu · 3 years, 6 months ago
  48. c73c618 Wrap function not used by test_tls13_only by Jerry Yu · 3 years, 6 months ago
  49. bef175d Wrap derive_keys with TLS1_2 option by Jerry Yu · 3 years, 6 months ago
  50. cc43c6b fix coding style issue by Jerry Yu · 3 years, 6 months ago
  51. e754193 Remove guard inside ssl_srv.c by Jerry Yu · 3 years, 6 months ago
  52. fb4b647 tls13_only: improve guards of files. by Jerry Yu · 3 years, 6 months ago
  53. db8c48a tls13_only:Remove unnecessary functions by Jerry Yu · 3 years, 6 months ago
  54. 7d23963 fix wrong setting of max_minor version by Jerry Yu · 3 years, 6 months ago
  55. c5aef88 tls13_only: guard ssl_{cli,srv}.c with TLS1_2 by Jerry Yu · 3 years, 8 months ago
  56. c10f6b4 tls13_only: simple test pass by Jerry Yu · 3 years, 8 months ago
  57. c3091b1 tls13_only: compile pass by Jerry Yu · 3 years, 8 months ago
  58. d70fa0e Restructure error handling in mbedtls_pk_verify_ext by Andrzej Kurek · 3 years, 6 months ago
  59. 8e36025 Typo by Gabor Mezei · 3 years, 6 months ago
  60. 4fa604c Merge pull request #5511 from SiliconLabs/feature/PSEC-3195-PSA-test-suites-NOT-using-UID-0 by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  61. 57b1ff3 Merge pull request #5377 from hanno-arm/ecp_add_mixed_fewer_mpis by Gilles Peskine · 3 years, 6 months ago
  62. 3d1f8b9 Merge pull request #5532 from ronald-cron-arm/tls13_and_use_psa_crypto by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  63. 5955053 Change signature_length type to size_t by Andrzej Kurek · 3 years, 6 months ago
  64. 4a953cd pk: properly handle signatures in larger buffers when using PSA by Andrzej Kurek · 3 years, 6 months ago
  65. 8d5a4cb Check return value of psa_destroy_key by Gabor Mezei · 3 years, 6 months ago
  66. 833713c Add better name for variable by Gabor Mezei · 3 years, 6 months ago
  67. 8666df6 Add signature length mismatch handling when using PSA in pk_verify_ext by Andrzej Kurek · 3 years, 6 months ago
  68. 90ba2cb Cosmetic changes to return placement and variable naming by Andrzej Kurek · 3 years, 6 months ago
  69. a1b5069 Merge pull request #5526 from paul-elliott-arm/fix_fuzzer_null_ref by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  70. b788c04 Use PSA status to Mbed TLS error code conversion function by Ronald Cron · 3 years, 6 months ago
  71. e14b644 Merge pull request #5456 from mpg/cleanup-ecdh-psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  72. c2774a3 Update library/psa_its_file.c by PeterSpace · 3 years, 6 months ago
  73. f6893e1 Finalize PSA hash operations in TLS 1.3 by Ronald Cron · 3 years, 7 months ago
  74. 00738bf Ensure ctr_drbg is initialised every time by Paul Elliott · 3 years, 6 months ago
  75. 9607ab4 Prevent function not used compilation error by Gabor Mezei · 3 years, 6 months ago
  76. a3eecd2 Implement HKDF expand in TLS 1.3 based on PSA HMAC by Gabor Mezei · 3 years, 6 months ago
  77. a941b62 Create public macros for ssl_ticket key,name sizes by Glenn Strauss · 3 years, 6 months ago
  78. a950938 Add mbedtls_ssl_ticket_rotate for ticket rotation. by Glenn Strauss · 3 years, 6 months ago
  79. 7db1b78 Make RSA-PSS verification use PSA with MBEDTLS_USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 6 months ago
  80. 7840f81 fix client_auth fail by Jerry Yu · 3 years, 6 months ago
  81. 62b49cd Merge pull request #5472 from yuhaoth/pr/move-client-auth by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  82. 6ca6faa Merge pull request #5080 from xffbai/add-tls13-read-certificate-request by Ronald Cron · 3 years, 6 months ago
  83. 7c8b6a9 Update CertificateRequest skip condition by Xiaofei Bai · 3 years, 6 months ago
  84. 5c7d1cc fix typo error by Jerry Yu · 3 years, 6 months ago
  85. 2d9a694 change type of client_auth by Jerry Yu · 3 years, 6 months ago
  86. e990100 BUGFIX: psa_its_set now rejects UID = 0 by pespacek · 3 years, 6 months ago
  87. c234ecf Update mbedtls_ssl_handshake_free() and address review comments. by Xiaofei Bai · 3 years, 6 months ago
  88. 45c5768 Merge pull request #5434 from mprse/tls_use_psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  89. 5d6053f Fix a typo by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  90. 51f515a update based on comments by Xiaofei Bai · 3 years, 6 months ago
  91. 0ff8ac8 fix comments issues by Jerry Yu · 3 years, 6 months ago
  92. c499e33 ssl_msg.c: Change message in MBEDTLS_SSL_DEBUG_RET() to be the failed function name instead current function name by Przemyslaw Stekiel · 3 years, 6 months ago
  93. ff229cf Add debug message for wrong curve by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  94. 422370d Improve a comment and fix some whitespace by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  95. c8a06fe ssl_msg.c: Optimize null/stream cipher decryption/encryption by Przemyslaw Stekiel · 3 years, 6 months ago
  96. 98ef6dc Remove redundant new lines by Przemyslaw Stekiel · 3 years, 6 months ago
  97. 6928a51 Compile mbedtls_ssl_cipher_to_psa() conditionally under MBEDTLS_USE_PSA_CRYPTO only by Przemyslaw Stekiel · 3 years, 6 months ago
  98. 8c010eb Fix comments, code style, remove debug code by Przemyslaw Stekiel · 3 years, 6 months ago
  99. 6b2eedd ssl_msg.c: add debug code for psa failures by Przemyslaw Stekiel · 3 years, 6 months ago
  100. 141be6c Fix missing check on server-chosen curve by Manuel Pégourié-Gonnard · 3 years, 6 months ago