1. 4c83221 Replace MBEDTLS_ERR_OID_NOT_FOUND with MBEDTLS_ERR_X509_UNKNOWN_OID by Gilles Peskine · 3 months ago
  2. 7f6f4e6 library: pass NULL options parameter to mbedtls_pk_verify_ext() by Valerio Setti · 3 months ago
  3. 440cb2a Remove RNG from x509 and PK by Ben Taylor · 5 months ago
  4. a7e14dc Don't expect added error codes by Gilles Peskine · 10 months ago
  5. 0f6bc41 Update includes for each library file by Harry Ramsey · 10 months ago
  6. 19dd9f5 Merge 1.2 and 1.3 certificate verification by Manuel Pégourié-Gonnard · 11 months ago
  7. 843a00d Add support for context f_vrfy callback in 1.3 by Manuel Pégourié-Gonnard · 11 months ago
  8. fd800c2 Improve a variable's name by Manuel Pégourié-Gonnard · 12 months ago
  9. 5bdadbb Restrict the scope of a few variables by Manuel Pégourié-Gonnard · 12 months ago
  10. bfbecf8 tls13: Add support for trusted certificate callback by Ronald Cron · 1 year, 4 months ago
  11. 6901504 Allow no authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  12. 58ab9ba Allow optional authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  13. aefc593 Add comments about 1.3 server sending no cert by Manuel Pégourié-Gonnard · 12 months ago
  14. 5f9428a Rm translation code for unused flag by Manuel Pégourié-Gonnard · 12 months ago
  15. 7a4aa4d Make mbedtls_ssl_check_cert_usage() work for 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  16. 4956e32 Fix 1.3 failure to update flags for (ext)KeyUsage by Manuel Pégourié-Gonnard · 12 months ago
  17. 69770aa Use unsigned long rather than size_t for format string readability by Gilles Peskine · 1 year, 2 months ago
  18. a9d4ef0 Fix uint32_t printed as unsigned int by Gilles Peskine · 1 year, 2 months ago
  19. a2c45dc Fix compilation of ssl_tls13_generic.c when memcpy() is a function-like macro by Tom Cosgrove · 1 year, 4 months ago
  20. 93795f2 tls13: Improve comment about cast to uint32_t by Ronald Cron · 1 year, 5 months ago
  21. 2e7dfd5 tls13: Remove unnecessary cast from size_t to uint32_t by Ronald Cron · 1 year, 5 months ago
  22. 19bfe0a tls13: Rename early_data_count to total_early_data_size by Ronald Cron · 1 year, 5 months ago
  23. 70eab45 tls13: generic: Fix log by Ronald Cron · 1 year, 5 months ago
  24. 8571804 tls13: srv: Enforce maximum size of early data by Ronald Cron · 1 year, 5 months ago
  25. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  26. 5fbd270 tls13: Use a flag not a counter for CCS and HRR handling by Ronald Cron · 1 year, 5 months ago
  27. e273f72 tls13: client: Improve CCS handling by Ronald Cron · 1 year, 5 months ago
  28. e6c80bc Merge pull request #8755 from ronald-cron-arm/tls13-client-early-data-status by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  29. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  30. fe59ff7 tls13: Send dummy CCS only once by Ronald Cron · 1 year, 6 months ago
  31. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  32. b4f5076 debug: move internal functions declarations to an internal header file by Valerio Setti · 1 year, 6 months ago
  33. 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 6 months ago
  34. ecaf7c5 ssl_tls: add guards for enabled DH key types by Valerio Setti · 1 year, 6 months ago
  35. 3ff4724 Fix warning in ssl_tls13_generic.c by Waleed Elmelegy · 1 year, 7 months ago
  36. e1ac98d remove mbedtls_ssl_is_record_size_limit_valid function by Waleed Elmelegy · 1 year, 7 months ago
  37. 148dfb6 Change record size limit writing function by Waleed Elmelegy · 1 year, 7 months ago
  38. faf70bd ssl_tls13_generic: check value of RecordSizeLimit in helper function by Yanray Wang · 1 year, 8 months ago
  39. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  40. 384fbde library/tests: replace md_psa.h with psa_util.h as include file for MD conversion by Valerio Setti · 1 year, 7 months ago
  41. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 7 months ago
  42. 26e3698 Revert back checking on handshake messages length by Waleed Elmelegy · 1 year, 8 months ago
  43. 9aec1c7 Add record size checking during handshake by Waleed Elmelegy · 1 year, 8 months ago
  44. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 4 months ago
  45. c59c586 change prototype of `write_early_data_ext` by Jerry Yu · 1 year, 8 months ago
  46. ebe1de6 fix various issue by Jerry Yu · 1 year, 8 months ago
  47. 5233539 share write_early_data_ext function by Jerry Yu · 1 year, 8 months ago
  48. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  49. 8e00fe0 Merge pull request #8309 from daverodgman/iar-warnings2 by Dave Rodgman · 1 year, 10 months ago
  50. 2eab462 Fix IAR warnings by Dave Rodgman · 1 year, 10 months ago
  51. 530c423 Improve some debug messages and error codes by Gilles Peskine · 1 year, 10 months ago
  52. 12c5aaa Fix buffer overflow in TLS 1.3 ECDH public key parsing by Gilles Peskine · 1 year, 10 months ago
  53. ff2558a Fix unused variable in some TLS 1.3 builds by Gilles Peskine · 1 year, 11 months ago
  54. 711f853 ssl_tls13: fix guard for FFDH function by Valerio Setti · 2 years ago
  55. de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
  56. c9ae862 tls: use TLS 1.3 guards in ssl_tls13 modules by Valerio Setti · 2 years ago
  57. ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
  58. 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years, 1 month ago
  59. 3d237b5 ssl_misc: fix guards for PSA data used in XXDH key exchanges by Valerio Setti · 2 years, 1 month ago
  60. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  61. 408569f Adapt function name: mbedtls_ssl_tls13_generate_and_write_dh_key_exchange by Przemek Stekiel · 2 years, 1 month ago
  62. 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years, 1 month ago
  63. d5f79e7 Adapt functions names for ffdh by Przemek Stekiel · 2 years, 1 month ago
  64. 6f19985 Adapt handshake fields to ffdh by Przemek Stekiel · 2 years, 1 month ago
  65. dbd01cb tls13: fix guards for PSA error translating function by Valerio Setti · 2 years, 1 month ago
  66. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  67. a6033ac Add missing guards in tls 1.3 by Andrzej Kurek · 2 years, 2 months ago
  68. 1e4a030 Fix wrong array size calculation in error translation code by Andrzej Kurek · 2 years, 2 months ago
  69. 0064484 Optimize error translation code size by Andrzej Kurek · 2 years, 2 months ago
  70. 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 2 months ago
  71. ff9fcbc ssl_client2, ssl_server2: code optimization + guards adaptation by Przemek Stekiel · 2 years, 2 months ago
  72. da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 2 months ago
  73. 29c219c Combine mbedtls_ssl_tls13_generate_and_write_ecdh/ffdh_key_exchange functions by Przemek Stekiel · 2 years, 2 months ago
  74. e7db09b Move FFDH helper functions and macros to more suitable locations by Przemek Stekiel · 2 years, 2 months ago
  75. 6370662 Adapt guards for FFDH by Przemek Stekiel · 2 years, 2 months ago
  76. 947ff56 Replace deprecated functions by Przemek Stekiel · 2 years, 2 months ago
  77. c89f3ea Add support for FFDH in TLS 1.3 by Przemek Stekiel · 2 years, 2 months ago
  78. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  79. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  80. 7343738 Wrap lines which exceed 80 chars in ssl_tls13_generic.c by Xiaokang Qian · 2 years, 4 months ago
  81. eff5673 Improve and align variable names for supported versions data by Ronald Cron · 2 years, 4 months ago
  82. 47dce63 tls13: Add function to search for a supported_versions extension by Ronald Cron · 2 years, 6 months ago
  83. 080a22b ssl_tls13: use PSA_WANT_ALG_ECDH as symbol for marking ECDH capability by Valerio Setti · 2 years, 4 months ago
  84. 0c8ec39 ssl_tls: fix proper guards for accelerated ECDH by Valerio Setti · 2 years, 4 months ago
  85. 90df310 ssl_tls13: fix guards for accel ECDH by Valerio Setti · 2 years, 4 months ago
  86. 1a38e54 Changes from 2nd review by Jan Bruckner · 2 years, 4 months ago
  87. a0589e7 Changes from review by Jan Bruckner · 2 years, 4 months ago
  88. 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 6 months ago
  89. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  90. da7979b Restore debug message removed by mistake by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  91. 43cc127 Fix code style by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  92. b8b07aa Handle errors from functions that now return int by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  93. d7a7a23 Use reset_checksum in reset_transcript_for_hrr by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  94. 6b98001 Replace session_negotiate->ciphersuite with handshake->ciphersuite_info->id by Xiaokang Qian · 2 years, 6 months ago
  95. 7094f66 Remove useless duplicted mbedtls_ssl_tls13_ticket_get_psk by Xiaokang Qian · 2 years, 7 months ago
  96. d05ac5d Add extern apis mbedtls_ticket_get_psk. by Xiaokang Qian · 2 years, 7 months ago
  97. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  98. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  99. 40d9ca9 tls: remove useless legacy function by Valerio Setti · 2 years, 7 months ago
  100. 141bbe7 tls13: Adjust include files by Jerry Yu · 2 years, 8 months ago