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