1. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  2. a15af37 Change time resolution of reco_delay from second to millionseconds by Jerry Yu · 2 years, 8 months ago
  3. e3d8f31 Workaround Uncrustify parsing of "asm" by David Horstmann · 2 years, 7 months ago
  4. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  5. d10e0a6 sha: fix minor issues/typos by Valerio Setti · 2 years, 8 months ago
  6. 2038da9 Merge pull request #6826 from daverodgman/fix_gettimeofday by Dave Rodgman · 2 years, 8 months ago
  7. 7796cc4 Fix overflow in mbedtls_timing_hardclock by Dave Rodgman · 2 years, 8 months ago
  8. e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 8 months ago
  9. 6b21820 Merge pull request #6687 from gilles-peskine-arm/fuzz-cflags by Gilles Peskine · 2 years, 8 months ago
  10. c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  11. 46e8fd8 test: sha: test SHA224 and SHA256 separately by Valerio Setti · 2 years, 8 months ago
  12. 898e7a3 test: sha: test SHA384 and SHA512 separately by Valerio Setti · 2 years, 8 months ago
  13. ebf322d Merge pull request #6629 from concatime/cmake-config-dir by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  14. d75c5c4 test: pake: fail in case the opaque key is destroyed unexpectedly by Valerio Setti · 2 years, 8 months ago
  15. 785116a test: pake: modify opaque key verification before destruction by Valerio Setti · 2 years, 8 months ago
  16. 1a100b6 Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  17. eb3f788 tls: pake: do not destroy password key in TLS by Valerio Setti · 2 years, 8 months ago
  18. d5fa0bf test: pake: check psa key validity before destroying it by Valerio Setti · 2 years, 8 months ago
  19. fbba0e9 Merge pull request #6537 from yuhaoth/pr/tls13-refactor-early-data-configuration-interface by Ronald Cron · 2 years, 8 months ago
  20. d146a37 Change the definition of max_early_data_size argument. by Jerry Yu · 2 years, 8 months ago
  21. 2c93fc1 Revert "Add reco_debug_level to reduce debug output" by Jerry Yu · 2 years, 8 months ago
  22. 54dfcb7 fix comments and debug info issues by Jerry Yu · 2 years, 8 months ago
  23. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  24. 760f3a0 Install CMake files in MbedTLS dir by Issam E. Maghni · 2 years, 9 months ago
  25. d6feb20 test: pake: allow opaque password only when USE_PSA is enabled by Valerio Setti · 2 years, 8 months ago
  26. 7854a4e Add max_early_data_size option for ssl_sever2 by Jerry Yu · 2 years, 9 months ago
  27. a693477 Add reco_debug_level to reduce debug output by Jerry Yu · 2 years, 9 months ago
  28. 661b9bc test: psa_pake: add specific log message for the opaque password by Valerio Setti · 2 years, 8 months ago
  29. 77e8315 fix formatting and typos by Valerio Setti · 2 years, 8 months ago
  30. 9ec14f6 programs/fuzz: set sensible default CFLAGS by Gilles Peskine · 2 years, 8 months ago
  31. d572a82 tls: psa_pake: add test for opaque password by Valerio Setti · 2 years, 8 months ago
  32. a17d038 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 9 months ago
  33. d12922a Merge pull request #6486 from xkqian/tls13_add_early_data_indication by Ronald Cron · 2 years, 9 months ago
  34. 32605b2 Merge pull request #6559 from ihsinme/patch-1 by Gilles Peskine · 2 years, 9 months ago
  35. 2cd5ce0 Fix various issues cause rebase to latest code by Xiaokang Qian · 2 years, 9 months ago
  36. 9a0aafb Enable/disable MBEDTLS_SSL_EARLY_DATA for cases in ssl-opt.sh by Xiaokang Qian · 2 years, 9 months ago
  37. 5b98d73 Linewrap for the benefit of Uncrustify by David Horstmann · 2 years, 9 months ago
  38. 0e97d4d Add early data indication to client side by Xiaokang Qian · 2 years, 9 months ago
  39. fd7aa13 Merge pull request #6436 from yanrayw/ssl_client2-add-build-version by Gilles Peskine · 2 years, 9 months ago
  40. d21ecd7 dh_genprime: Fix issue where the error code returned by mbedtls_mpi_write_file() is incorrectly reported on failure by ihsinme · 2 years, 9 months ago
  41. f58172f Merge remote-tracking branch 'origin/development' into pr3431 by Dave Rodgman · 2 years, 9 months ago
  42. bf249ac Merge pull request #6498 from yuhaoth/pr/fix-session-resumption-fail-when-hostname-is-not-localhost by Gilles Peskine · 2 years, 9 months ago
  43. 55fd0b9 Merge pull request #6121 from daverodgman/pr277 by Dave Rodgman · 2 years, 9 months ago
  44. 2883219 Improve output message by Jerry Yu · 2 years, 9 months ago
  45. c3a7fa3 Update output message when certification verified fail by Jerry Yu · 2 years, 9 months ago
  46. ad9e99b fix session resumption fail when hostname is not localhost by Jerry Yu · 2 years, 9 months ago
  47. eaf46d1 Add output of build version in ssl_server2 by Yanray Wang · 2 years, 9 months ago
  48. 84645e9 Simplify code of adding output in ssl_client2 by Yanray Wang · 2 years, 9 months ago
  49. 66e0550 Support generating DER format certificates by Dave Rodgman · 2 years, 9 months ago
  50. 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  51. 3f44e5b Refactor macro-spanning if in ssl_server2.c by David Horstmann · 2 years, 9 months ago
  52. f160ef1 Refactor macro-spanning if in ssl_client2.c by David Horstmann · 2 years, 9 months ago
  53. 7f9ddb5 Merge branch 'Mbed-TLS:development' into ssl_client2-add-build-version by Yanray Wang · 2 years, 9 months ago
  54. 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
  55. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  56. 81378b7 programs: ssl: Remove dependency on TLS 1.3 for "sig_algs" option by Ronald Cron · 2 years, 10 months ago
  57. 20a8e63 programs: ssl: Fix some mbedtls_ssl_conf_sig_algs() guards by Ronald Cron · 2 years, 10 months ago
  58. 076b2d0 Improve the method of printing string build version by Yanray Wang · 2 years, 10 months ago
  59. b50754a Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  60. d0786f5 Revert one of the changes to ssl_server2 dependencies by Andrzej Kurek · 2 years, 10 months ago
  61. 6ee1e20 Replace x509_CRT_PARSE_C with KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  62. eabeb30 Fix SHA512 vs SHA384 dependencies by Andrzej Kurek · 2 years, 10 months ago
  63. e38b788 Add missing key exchange dependencies by Andrzej Kurek · 2 years, 10 months ago
  64. 6832774 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
  65. ff4181e Fix build error in cmake while printing digital build version by Yanray Wang · 2 years, 10 months ago
  66. d976673 Add build version to the output of ssl_client2 by Yanray Wang · 2 years, 10 months ago
  67. 49e4184 Merge pull request #6299 from xkqian/tls13_add_servername_check by Ronald Cron · 2 years, 10 months ago
  68. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  69. bc663a0 Refine code based on commnets by Xiaokang Qian · 2 years, 10 months ago
  70. adf84a4 Remove public api mbedtls_ssl_reset_hostname() by Xiaokang Qian · 2 years, 10 months ago
  71. fb8ac46 Change the name of servername when re-connect by Xiaokang Qian · 2 years, 10 months ago
  72. 281fd1b Add server name check when proposeing pre-share key by Xiaokang Qian · 2 years, 11 months ago
  73. 8fd3254 Merge pull request #6374 from mprse/enc_types by Gilles Peskine · 2 years, 10 months ago
  74. c797423 Remove unnecessary empty line and fix format issue by Jerry Yu · 2 years, 10 months ago
  75. d61a4d3 Fix missing guard and double-space by Przemek Stekiel · 2 years, 10 months ago
  76. 6916e70 fix various issues by Jerry Yu · 2 years, 10 months ago
  77. 68a01a6 Fix session tickets related build flags in fuzz_server and ssl_server2 by Przemek Stekiel · 2 years, 10 months ago
  78. 03b8f9d Adjust guards for `dummy_tickets` by Jerry Yu · 2 years, 10 months ago
  79. 25ab654 Add dummy ticket support by Jerry Yu · 2 years, 11 months ago
  80. e3358e1 Merge pull request #6051 from mprse/permissions_2b_v2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  81. 2c282c9 Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets by Paul Elliott · 2 years, 11 months ago
  82. d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  83. 50969e3 ssl-opt.sh: TLS 1.3 opaque key: Add test with unsuitable sig alg by Ronald Cron · 2 years, 11 months ago
  84. 7a51305 Add multi-session tickets test by Jerry Yu · 3 years ago
  85. be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 11 months ago
  86. e896705 Take advantage of legacy_or_psa.h being public by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  87. e9b5592 Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 11 months ago
  88. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  89. 632939d ssl_client2: print pk key name when provided using key_opaque_algs by Przemek Stekiel · 3 years, 1 month ago
  90. 4746b10 fix various issues by Jerry Yu · 2 years, 11 months ago
  91. 0bc834b Enable signature algorithms in ssl programs with PSA based hashes by Andrzej Kurek · 2 years, 11 months ago
  92. 1577c54 Use NULL instead of 0 by Dave Rodgman · 2 years, 11 months ago
  93. 106a0af pkcs7: provide fuzz harness by Nayna Jain · 4 years, 9 months ago
  94. 0203534 Add session save after got new session ticket by Jerry Yu · 3 years ago
  95. e00d6d6 Merge pull request #6135 from yuhaoth/pr/tls13-finalize-external-psk-negotiation by Ronald Cron · 3 years ago
  96. dcce505 Add a missing guard in an example program by Andrzej Kurek · 3 years ago
  97. bf22a25 Merge pull request #6208 from AndrzejKurek/tls-tests-no-md-structured by Manuel Pégourié-Gonnard · 3 years ago
  98. a84ce3f Merge pull request #6111 from superna9999/6101-programs-dont-build-with-libtestdriver-and-use-psa by Manuel Pégourié-Gonnard · 3 years ago
  99. c5e0a8a Add missing error message by Dave Rodgman · 3 years ago
  100. 6493785 Correct order of extended key usage attributes by Dave Rodgman · 3 years ago