1. 7a28738 Merge pull request #8636 from paul-elliott-arm/new_test_thread_interface by Janos Follath · 1 year, 6 months ago gh-readonly-queue/development/pr-8636-1dbfc8ad3c32f77f360e47a367c074397915a4bd
  2. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  3. 192e0f9 ssl_server2: Add read early data support by Jerry Yu · 2 years, 8 months ago
  4. 7fd162e Refactor common PThreads CMake code by Paul Elliott · 1 year, 6 months ago
  5. 85ea3e6 Set preferences before finding Threads in CMake by Paul Elliott · 1 year, 7 months ago
  6. e8683ce ssl_test_lib: add guards for enabled DH groups by Valerio Setti · 1 year, 7 months ago
  7. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  8. 4068c7e Link programs with pthread via cmake by Paul Elliott · 1 year, 8 months ago
  9. 17c119a Migrate to threading_helpers.h by Paul Elliott · 1 year, 8 months ago
  10. a211bb7 Merge pull request #8596 from xkqian/tls13_early_data_input_file by Gilles Peskine · 1 year, 8 months ago
  11. a9581d2 Fix CI failure of uninitialized fp by Xiaokang Qian · 1 year, 8 months ago
  12. aedfc09 Revert to ae952174a7 and addressing some comments by Xiaokang Qian · 1 year, 8 months ago
  13. 9634680 Add the test framework of early data by Xiaokang Qian · 1 year, 8 months ago
  14. daddfb5 Open the file once read in the file path by Xiaokang Qian · 1 year, 8 months ago
  15. 35c026c Read early data file by Xiaokang Qian · 1 year, 8 months ago
  16. 2a8035b Add read early data code by Xiaokang Qian · 1 year, 8 months ago
  17. 57db590 Rework to revert the early_data enabled flag by Xiaokang Qian · 1 year, 8 months ago
  18. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 5 months ago
  19. ae95217 Enable early data depend on whether the early data file exist by Xiaokang Qian · 1 year, 8 months ago
  20. 750e067 remove misbehavior tests and code by Jerry Yu · 1 year, 8 months ago
  21. ea96ac3 fix various issues by Jerry Yu · 1 year, 9 months ago
  22. 3c2b21e Enable multi max_early_data_size value for connections by Jerry Yu · 2 years, 6 months ago
  23. 611c717 Sync the early_data option with internal parameters in ssl_client2 by Xiaokang Qian · 1 year, 8 months ago
  24. f8fe11d Remove the generic file read functions and simply the early data read by Xiaokang Qian · 1 year, 8 months ago
  25. eaebedb Refine the detect code to enable early data or not by Xiaokang Qian · 1 year, 8 months ago
  26. b1db729 Rename the generic read functions to ssl_read_file_text by Xiaokang Qian · 1 year, 8 months ago
  27. 6c678d7 Improve the comments of early data input by Xiaokang Qian · 1 year, 8 months ago
  28. 70fbdcf Change early data flag to input file by Xiaokang Qian · 1 year, 8 months ago
  29. c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
  30. f25d831 Ensure mutex test mutex gets free'd by Paul Elliott · 1 year, 8 months ago
  31. 713ce1f various improvement by Jerry Yu · 1 year, 9 months ago
  32. cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
  33. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  34. 3ff0b1f Cleanup ticket negative tests. by Jerry Yu · 1 year, 9 months ago
  35. ec6d078 Replace `start` with `ticket_creation` by Jerry Yu · 1 year, 9 months ago
  36. f16efbc fix various issues by Jerry Yu · 1 year, 9 months ago
  37. cebffc3 change time unit of ticket to milliseconds by Jerry Yu · 2 years, 8 months ago
  38. 752dd39 Merge pull request #8508 from valeriosetti/issue6323 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  39. 38e75fb ssl_server2: remove usage of mbedtls_cipher_info_from_string() by Valerio Setti · 1 year, 9 months ago
  40. 0751761 max_early_data_size: rename configuration function by Yanray Wang · 1 year, 9 months ago
  41. d5ed36f early data: rename configuration function by Yanray Wang · 1 year, 9 months ago
  42. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  43. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  44. 74d48c8 ssl_server2: small improvement of code readability by Valerio Setti · 1 year, 9 months ago
  45. afc6a99 Merge pull request #8381 from gilles-peskine-arm/20231017-misc-cleanup by Paul Elliott · 1 year, 9 months ago
  46. dc55470 ssl_context_info: add guards for CIPHER_C by Valerio Setti · 1 year, 9 months ago
  47. bdf04e8 ssl_server2: support ticket_aead only when CIPHER_C is defined by Valerio Setti · 1 year, 9 months ago
  48. 5d055f8 Merge pull request #7844 from mpg/ssl-progs-usage by Gilles Peskine · 1 year, 9 months ago
  49. a0e810d Convey that it's ok for mbedtls_ssl_session_save to fail by Gilles Peskine · 1 year, 10 months ago
  50. 540324c Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  51. fd3360e Remove unneeded setting of ret from ssl programs by Paul Elliott · 1 year, 11 months ago
  52. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  53. f745e5b Merge remote-tracking branch 'development' into HEAD by Gilles Peskine · 2 years ago
  54. 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  55. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  56. 91d9daf Merge pull request #7925 from hasheddan/dtls-server-order by Dave Rodgman · 2 years, 1 month ago
  57. af2f7a6 Fix order of steps in DTLS server example program by Daniel Mangum · 2 years, 1 month ago
  58. dda0019 ssl_test_lib: fix rebase error by Valerio Setti · 2 years, 1 month ago
  59. 5bdebb2 ssl_test_lib: fix variable naming for curve group by Valerio Setti · 2 years, 1 month ago
  60. fb6356f ssl_test_lib: simplify function which prints supported curves by Valerio Setti · 2 years, 1 month ago
  61. deb6764 ssl_test_lib: manage FFDH keys the same way as ECC ones by Valerio Setti · 2 years, 1 month ago
  62. acd32c0 programs: add helper functions for supported EC curves by Valerio Setti · 2 years, 1 month ago
  63. 68e7544 parse_groups: curve -> group adaptations by Przemek Stekiel · 2 years, 1 month ago
  64. 45255e4 Adapt names (curves -> groups) by Przemek Stekiel · 2 years, 1 month ago
  65. 39a0a76 SSL programs: improve command-line error reporting by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  66. 3eea9a4 SSL programs: allow invoking without arguments by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  67. 0b74434 SSL programs: group options processing in 1 place by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  68. 7d42c0d Code cleanup #2 by Przemek Stekiel · 2 years, 2 months ago
  69. 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 2 months ago
  70. ff9fcbc ssl_client2, ssl_server2: code optimization + guards adaptation by Przemek Stekiel · 2 years, 2 months ago
  71. da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 2 months ago
  72. 316c19e Adapt guards, dependencies + optimizations by Przemek Stekiel · 2 years, 2 months ago
  73. e7db09b Move FFDH helper functions and macros to more suitable locations by Przemek Stekiel · 2 years, 2 months ago
  74. 6d7da5e Add FFDH support in client2, server2 applications by Przemek Stekiel · 2 years, 3 months ago
  75. 97edeb4 Merge pull request #6866 from mprse/extract-key-ids by Gilles Peskine · 2 years, 3 months ago
  76. 53a9ac5 Merge pull request #7443 from mprse/psa_init_in_programs by Gilles Peskine · 2 years, 3 months ago
  77. 94cf710 Revert increase of MEMORY_HEAP_SIZE in ssl_client2 by Przemek Stekiel · 2 years, 3 months ago
  78. 758aef6 Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 4 months ago
  79. a8c560a Free psa crypto at the end of programs when initialized by Przemek Stekiel · 2 years, 4 months ago
  80. e296868 Remove print from mini_client by Przemek Stekiel · 2 years, 4 months ago
  81. a0a1c1e Move psa_crypto_init() after other init calls by Przemek Stekiel · 2 years, 4 months ago
  82. 89c636e Init PSA in ssl and x509 programs by Przemek Stekiel · 2 years, 4 months ago
  83. d49cbc1 test: fix remaining failures in test due to the ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  84. c9e8a65 Merge pull request #7298 from lpy4105/issue/6840/add-cache-entry-removal-api by Gilles Peskine · 2 years, 4 months ago
  85. 27f9e78 Adding openssl configuration file and command to Makefile to be able to reproduce the certificate for testing Authority and Subject Key Id fields by toth92g · 4 years, 5 months ago
  86. 23fc437 SSL: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  87. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  88. b189589 ssl_cache: Improve some comments by Pengyu Lv · 2 years, 5 months ago
  89. 2a44ac2 Merge pull request #7217 from lpy4105/issue/6840/add-cache-entry-removal-api by Gilles Peskine · 2 years, 5 months ago
  90. f30488f Move the usage string of cache_remove to USAGE_CACHE by Pengyu Lv · 2 years, 5 months ago
  91. 753d02f ssl_server2: Add options to support cache removal by Pengyu Lv · 2 years, 5 months ago
  92. 5e5aa4a Merge pull request #7218 from tom-cosgrove-arm/fix-typos-230307 by Dave Rodgman · 2 years, 5 months ago
  93. 5c8505f Fix typos by Tom Cosgrove · 2 years, 5 months ago
  94. 5ba1d5e programs: use proper macro for ECDSA capabilities in ssl_sever2 by Valerio Setti · 2 years, 5 months ago
  95. f31c9e4 Merge pull request #7019 from tom-cosgrove-arm/dont-use-cast-assignment-in-ssl_server2.c by Dave Rodgman · 2 years, 6 months ago
  96. de85725 Don't use cast-assignment in ssl_server.c by Tom Cosgrove · 2 years, 6 months ago
  97. 644a5c0 Fix bugs in example programs: change argc == 0 to argc < 2 by Aditya Deshpande · 2 years, 6 months ago
  98. e2f1dbf update docs of ssl_client2 and improve code format by Pengyu Lv · 2 years, 7 months ago
  99. 302feb3 add cases to test session resumption with different ticket_flags by Pengyu Lv · 2 years, 8 months ago
  100. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago