1. f249ef7 refactor get sig algo from pk by Jerry Yu · 3 years, 2 months ago
  2. 7898fd4 Merge pull request #5970 from gabor-mezei-arm/5229_Send_dummy_change_cipher_spec_records_from_server by Ronald Cron · 3 years, 1 month ago
  3. d86abf2 Merge pull request #5861 from wernerlewis/csr_subject_comma by Gilles Peskine · 3 years, 1 month ago
  4. f7044ea Fix name by Gabor Mezei · 3 years, 1 month ago
  5. e99ec7c Merge pull request #5908 from ronald-cron-arm/tls13-fixes-doc by Ronald Cron · 3 years, 1 month ago
  6. 96ae926 Typo by Gabor Mezei · 3 years, 1 month ago
  7. 5471912 Move switching to handshake transform after sending CCS record by Gabor Mezei · 3 years, 1 month ago
  8. 05ebf3b Revert "Do not encrypt CCS records" by Gabor Mezei · 3 years, 1 month ago
  9. 273453f Merge pull request #5983 from gstrauss/inline-mbedtls_x509_dn_get_next by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  10. 11b5332 tls13: Fix certificate extension size write by Ronald Cron · 3 years, 2 months ago
  11. 81a334f tls13: Fix buffer overread checks in ssl_tls13_parse_alpn_ext() by Ronald Cron · 3 years, 2 months ago
  12. 7b84046 tls13: Rename ssl_tls13_write_hello_retry_request_coordinate by Ronald Cron · 3 years, 2 months ago
  13. fb508b8 tls13: Move state changes up to state main handler by Ronald Cron · 3 years, 2 months ago
  14. 63dc463 tls13: Simplify switch to the inbound handshake keys on server side by Ronald Cron · 3 years, 2 months ago
  15. 5afb904 tls13: Move out of place handshake field reset by Ronald Cron · 3 years, 2 months ago
  16. 828aff6 tls13: Rename server_hello_coordinate to preprocess_server_hello by Ronald Cron · 3 years, 2 months ago
  17. db5dfa1 tls13: Move ServerHello fetch to the ServerHello top handler by Ronald Cron · 3 years, 2 months ago
  18. 9d6a545 tls13: Re-organize EncryptedExtensions message parsing code by Ronald Cron · 3 years, 2 months ago
  19. 154d1b6 tls13: Fix wrong usage of MBEDTLS_SSL_CHK_BUF(_READ)_PTR macros by Ronald Cron · 3 years, 2 months ago
  20. c808359 tls13: Fix pointer calculation before space check by Ronald Cron · 3 years, 2 months ago
  21. 2827106 tls13: Add missing buffer overread check by Ronald Cron · 3 years, 2 months ago
  22. b94854f Merge pull request #5973 from ronald-cron-arm/tls13-misc-tests by Ronald Cron · 3 years, 1 month ago
  23. 01d2f52 Inline mbedtls_x509_dn_get_next() in x509.h by Glenn Strauss · 3 years, 1 month ago
  24. f5b7082 Merge pull request #5811 from polhenarejos/bug_x448 by Dave Rodgman · 3 years, 1 month ago
  25. 9b0e940 Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
  26. b33dacd Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 3 months ago
  27. 07040bb Merge pull request #5951 from xkqian/tls13_add_alpn by Ronald Cron · 3 years, 1 month ago
  28. 1938588 tls13: Align some debug messages with TLS 1.2 ones by Ronald Cron · 3 years, 2 months ago
  29. 0b776e2 Change some comments for alpn by XiaokangQian · 3 years, 1 month ago
  30. 93a7f7d Merge pull request #5954 from wernerlewis/x509_next_merged by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  31. 95d5f54 Fix coding styles by XiaokangQian · 3 years, 1 month ago
  32. 1b0ebdf Zeroize hkdf_label buffer by Przemek Stekiel · 3 years, 1 month ago
  33. 38ab400 Adapt code to be consistent with the existing code by Przemek Stekiel · 3 years, 1 month ago
  34. c740345 Adress review comments by XiaokangQian · 3 years, 1 month ago
  35. 96ec831 Do not encrypt CCS records by Gabor Mezei · 3 years, 2 months ago
  36. 7b39bf1 Send dummy change_cipher_spec records from TLS 1.3 server by Gabor Mezei · 3 years, 2 months ago
  37. acb3992 Add ALPN extension to the server side by XiaokangQian · 3 years, 2 months ago
  38. d5ae365 Use PSA HKDF-Extrat/Expand algs instead mbedtls_psa_hkdf_extract(), mbedtls_psa_hkdf_xpand() by Przemek Stekiel · 3 years, 3 months ago
  39. 88e7101 Remove mbedtls_psa_hkdf_extract(), mbedtls_psa_hkdf_expand() by Przemek Stekiel · 3 years, 3 months ago
  40. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  41. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 2 months ago
  42. ca3c6a5 Merge pull request #5817 from xkqian/tls13_add_server_name by Ronald Cron · 3 years, 2 months ago
  43. 75fe8c7 Change place of ssl_tls13_check_ephemeral_key_exchange by XiaokangQian · 3 years, 2 months ago
  44. fb665a8 Adress the comments about styles and pick_cert by XiaokangQian · 3 years, 2 months ago
  45. 69c4679 Adapt macro name to meet requested criteria: MBEDTLS_PSA_BUILTIN_ALG_ANY_HKDF->BUILTIN_ALG_ANY_HKDF by Przemek Stekiel · 3 years, 2 months ago
  46. 07aad07 Refine function name ssl_tls13_pick_key_cert by XiaokangQian · 3 years, 2 months ago
  47. 81802f4 Select certificate base on the received signature list by XiaokangQian · 3 years, 2 months ago
  48. 75fe3fb psa_crypto.c: add MBEDTLS_PSA_BUILTIN_ALG_ANY_HKDF macro to limit number of #if conditions by Przemek Stekiel · 3 years, 2 months ago
  49. 1193069 Merge pull request #5827 from wernerlewis/time_utc by Dave Rodgman · 3 years, 2 months ago
  50. 5f2bc75 Merge pull request #5792 from yuhaoth/pr/add-tls13-moving-state-tests by Paul Elliott · 3 years, 2 months ago
  51. 3a83327 Merge pull request #5727 from SiliconLabs/feature/PSEC-3207-TLS13-hashing-HMAC-to-PSA by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  52. 96287d9 Remove the certificate key check against the received signature by XiaokangQian · 3 years, 2 months ago
  53. d9aaf76 Fixing CI complains. Signed-off-by: pespacek <peter.spacek@silabs.com> by pespacek · 3 years, 2 months ago
  54. 9850fa8 Refine ssl_tls13_pick_cert() by XiaokangQian · 3 years, 2 months ago
  55. b06acd7 Fixing PSA return status Signed-off-by: pespacek <peter.spacek@silabs.com> by pespacek · 3 years, 2 months ago
  56. 23c5be6 Enable SNI test for both tls12 and tls13 by XiaokangQian · 3 years, 2 months ago
  57. 209cae9 tls13: server: Fix state update in CLIENT_CERTIFICATE by Ronald Cron · 3 years, 2 months ago
  58. 670913f Fixing return value for ssl_tls13_write_certificate_body() by pespacek · 3 years, 2 months ago
  59. 5e03d9e Merge pull request #5837 from robert-shade/robert-shade/add_subdirectory_support by Dave Rodgman · 3 years, 2 months ago
  60. b57a44b is_kdf_alg_supported: Adapt impl to new build flags for HKDF EXTRACT/EXPAND by Przemek Stekiel · 3 years, 2 months ago
  61. cde3f78 Make info valid only after secret for HKDF-EXPAND + adapt tests by Przemek Stekiel · 3 years, 2 months ago
  62. 0586f4c Make salt mandatory for HKDF-EXTRACT + adapt tests by Przemek Stekiel · 3 years, 2 months ago
  63. 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
  64. a29b488 Optimize code by adding PSA_ALG_IS_ANY_HKDF macro by Przemek Stekiel · 3 years, 2 months ago
  65. 129aeb9 Update test cases and support sni ca override by XiaokangQian · 3 years, 2 months ago
  66. 459ee35 Fix typo and style by Przemek Stekiel · 3 years, 2 months ago
  67. acd01e5 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  68. 8399ccc Merge pull request #5829 from paul-elliott-arm/fix_ct_uninit_memory_access by Gilles Peskine · 3 years, 2 months ago
  69. 09858ae Merge pull request #5813 from mprse/deprecate_mbedtls_cipher_setup_psa by Gilles Peskine · 3 years, 2 months ago
  70. 0a92d6c fix move state to handshake over fail by Jerry Yu · 3 years, 3 months ago
  71. a3344f7 Merge pull request #5767 from leorosen/avoid-null-args by Dave Rodgman · 3 years, 2 months ago
  72. 0557c94 Add back SNI related code to validate_certificate by XiaokangQian · 3 years, 2 months ago
  73. f2a9420 Fix SNI test failure by XiaokangQian · 3 years, 3 months ago
  74. 9b2b771 Change mbedtls_ssl_parse_server_name_ext base on comments by XiaokangQian · 3 years, 3 months ago
  75. 40a3523 Add support of server name extension to server side by XiaokangQian · 3 years, 3 months ago
  76. e7a5da5 Remove SNI related code by XiaokangQian · 3 years, 2 months ago
  77. aca9048 Change base on review by XiaokangQian · 3 years, 3 months ago
  78. 989f06d Change some comments base on review by XiaokangQian · 3 years, 3 months ago
  79. 63e713e Fix comments by XiaokangQian · 3 years, 3 months ago
  80. c3017f6 Remove useless guards and refine checking by XiaokangQian · 3 years, 3 months ago
  81. 189ded2 Remove coordinate functions and change state machine in server side by XiaokangQian · 3 years, 3 months ago
  82. 6b916b1 Add client certificate parse and certificate verify by XiaokangQian · 3 years, 3 months ago
  83. a636d1f Merge pull request #5714 from daverodgman/k-stachowiak_static-runtime-option-msvc by Dave Rodgman · 3 years, 2 months ago
  84. 32c995a Merge pull request #5724 from Biswa96/cmake-mingw by Dave Rodgman · 3 years, 2 months ago
  85. 8fba70f Merge pull request #5749 from yuhaoth/pr/add-tls13-finished-message-and-wrapup by Paul Elliott · 3 years, 2 months ago
  86. 3493587 FEATURE: mbedtls_md() in ssl_tls13_write_certificate_verify_body() by pespacek · 3 years, 3 months ago
  87. a137810 FEATURE: use psa_hash_xxx rather than mbedtls_md_xxx for TLS 1.3. by pespacek · 3 years, 3 months ago
  88. 69e348d Merge pull request #5833 from superna9999/5826-create-mbedtls-pk-can-do-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  89. 591e729 Allow building as a subdir by Robert Shade · 3 years, 3 months ago
  90. 81d391f Check when usage == 0 in mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  91. b80785f Comment typo fix in mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  92. e4d3a6a Merge pull request #5804 from superna9999/5797-remove-cipher-deps-tls by Gilles Peskine · 3 years, 3 months ago
  93. 5260ce2 Fix uninitialised memory access in constant time functions by Paul Elliott · 3 years, 3 months ago
  94. afe149d Merge pull request #5846 from bootstrap-prime/development by Dave Rodgman · 3 years, 3 months ago
  95. 4283a6b Merge pull request #5736 from gilles-peskine-arm/psa-raw_key_agreement-buffer_too_small by Paul Elliott · 3 years, 3 months ago
  96. 084338d Change mbedtls_pk_can_do_ext() usage test logic for opaque keys by Neil Armstrong · 3 years, 3 months ago
  97. 03d948c Refacor code for HKDF-Extract algorithm by Przemek Stekiel · 3 years, 3 months ago
  98. 2fb0dcd psa_hkdf_input: use more suitable condition and add comments by Przemek Stekiel · 3 years, 3 months ago
  99. e3d67cb Improve readability by Jerry Yu · 3 years, 3 months ago
  100. fd5ea04 add compute application transform by Jerry Yu · 3 years, 3 months ago