1. e4b3f75 Remove unnecessary check by Paul Elliott · 1 year, 8 months ago
  2. 79dc6da Improve make pthread linking mechanism by Paul Elliott · 1 year, 8 months ago
  3. 80fa88e Remove warning with GCC 12 and TSan by Paul Elliott · 1 year, 8 months ago
  4. a085fa8 Merge pull request #8627 from tom-cosgrove-arm/ip_len by Bence Szépkúti · 1 year, 8 months ago
  5. a211bb7 Merge pull request #8596 from xkqian/tls13_early_data_input_file by Gilles Peskine · 1 year, 8 months ago
  6. a9581d2 Fix CI failure of uninitialized fp by Xiaokang Qian · 1 year, 8 months ago
  7. 656d4b3 Avoid use of `ip_len` as it clashes with a macro in AIX system headers by Tom Cosgrove · 1 year, 8 months ago
  8. aedfc09 Revert to ae952174a7 and addressing some comments by Xiaokang Qian · 1 year, 8 months ago
  9. 64cd2f2 Fix potential double-free in calloc selftest by David Horstmann · 1 year, 8 months ago
  10. 90d0711 Merge pull request #6721 from yuhaoth/pr/tls13-early-data-extension-of-nst by Ronald Cron · 1 year, 8 months ago
  11. 9634680 Add the test framework of early data by Xiaokang Qian · 1 year, 8 months ago
  12. daddfb5 Open the file once read in the file path by Xiaokang Qian · 1 year, 8 months ago
  13. 35c026c Read early data file by Xiaokang Qian · 1 year, 8 months ago
  14. 2a8035b Add read early data code by Xiaokang Qian · 1 year, 8 months ago
  15. 57db590 Rework to revert the early_data enabled flag by Xiaokang Qian · 1 year, 8 months ago
  16. d9c69d1 Merge pull request #8513 from mschulz-at-hilscher/feature/explicitly-accessing-private-fields-in-benchmark by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8513-ad4f0ada3765a9e3b5066784c26cbe79f1cfb3c5
  17. ae95217 Enable early data depend on whether the early data file exist by Xiaokang Qian · 1 year, 8 months ago
  18. 750e067 remove misbehavior tests and code by Jerry Yu · 1 year, 8 months ago
  19. ea96ac3 fix various issues by Jerry Yu · 1 year, 9 months ago
  20. 3c2b21e Enable multi max_early_data_size value for connections by Jerry Yu · 2 years, 6 months ago
  21. 611c717 Sync the early_data option with internal parameters in ssl_client2 by Xiaokang Qian · 1 year, 8 months ago
  22. f8fe11d Remove the generic file read functions and simply the early data read by Xiaokang Qian · 1 year, 8 months ago
  23. eaebedb Refine the detect code to enable early data or not by Xiaokang Qian · 1 year, 8 months ago
  24. b1db729 Rename the generic read functions to ssl_read_file_text by Xiaokang Qian · 1 year, 8 months ago
  25. 6c678d7 Improve the comments of early data input by Xiaokang Qian · 1 year, 8 months ago
  26. 70fbdcf Change early data flag to input file by Xiaokang Qian · 1 year, 8 months ago
  27. c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
  28. 12d8b8e Merge pull request #8539 from tom-daubney-arm/add_test_script_psa_hash by Tom Cosgrove · 1 year, 8 months ago gh-readonly-queue/development/pr-8539-4e9d5aa2ba1d7820b309d276fa21f0dc3d257998
  29. f25d831 Ensure mutex test mutex gets free'd by Paul Elliott · 1 year, 8 months ago
  30. 8cd4bc4 Merge pull request #8124 from yanrayw/support_cipher_encrypt_only by Dave Rodgman · 1 year, 9 months ago
  31. 2e3f690 Merge pull request #8549 from gilles-peskine-arm/metatest-gcc-12 by Paul Elliott · 1 year, 9 months ago gh-readonly-queue/development/pr-8549-2e342f69389d62ef72b669b1f20fb8c41a2059ab
  32. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 9 months ago
  33. 7a715c4 Fix the build with gcc-12 -Wuse-after-free by Gilles Peskine · 1 year, 9 months ago
  34. 713ce1f various improvement by Jerry Yu · 1 year, 9 months ago
  35. cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
  36. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  37. 3ff0b1f Cleanup ticket negative tests. by Jerry Yu · 1 year, 9 months ago
  38. ec6d078 Replace `start` with `ticket_creation` by Jerry Yu · 1 year, 9 months ago
  39. f16efbc fix various issues by Jerry Yu · 1 year, 9 months ago
  40. cebffc3 change time unit of ticket to milliseconds by Jerry Yu · 2 years, 8 months ago
  41. 6267dd5 Merge pull request #8463 from gilles-peskine-arm/metatest-create by Gilles Peskine · 1 year, 9 months ago
  42. dd2a09a Introduce demo script for PSA hash program by Thomas Daubney · 1 year, 9 months ago
  43. 70595f7 Explicitly indicating when private fields are accessed in benchmark.c. by Matthias Schulz · 1 year, 9 months ago
  44. 2f40cc0 Improve explanations of what bad thing a metatest does by Gilles Peskine · 1 year, 9 months ago
  45. ad2a17e Uniformly use MBEDTLS_THREADING_C guards by Gilles Peskine · 1 year, 9 months ago
  46. 752dd39 Merge pull request #8508 from valeriosetti/issue6323 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  47. cce0012 Add documentation by Gilles Peskine · 1 year, 9 months ago
  48. ccb1215 Uninitialized read: make the pointer non-volatile rather than the buffer by Gilles Peskine · 1 year, 9 months ago
  49. da6e7a2 More consistent usage of volatile by Gilles Peskine · 1 year, 9 months ago
  50. 38e75fb ssl_server2: remove usage of mbedtls_cipher_info_from_string() by Valerio Setti · 1 year, 9 months ago
  51. d2fa698 Strengthen against possible compiler optimizations by Gilles Peskine · 1 year, 9 months ago
  52. 0751761 max_early_data_size: rename configuration function by Yanray Wang · 1 year, 9 months ago
  53. d5ed36f early data: rename configuration function by Yanray Wang · 1 year, 9 months ago
  54. a1023e2 programs/test/metatest indirectly includes library/common.h by Gilles Peskine · 1 year, 9 months ago
  55. 4bc873f Add missing program to .gitignore by Gilles Peskine · 1 year, 9 months ago
  56. 102aea2 Add metatests for mutex usage by Gilles Peskine · 1 year, 9 months ago
  57. f0d5cf9 Don't use %llx in printf by Gilles Peskine · 1 year, 9 months ago
  58. a1dfa14 Fix cast from pointer to integer of different size by Gilles Peskine · 1 year, 9 months ago
  59. ee81095 Don't cast a function pointer to a data pointer by Gilles Peskine · 1 year, 9 months ago
  60. 6aa9f32 Use casts when doing nonstandard pointer conversions by Gilles Peskine · 1 year, 9 months ago
  61. 69e8db0 Strengthen against Clang optimizations by Gilles Peskine · 1 year, 9 months ago
  62. b0f0a64 Metatests for basic Asan and Msan features by Gilles Peskine · 1 year, 9 months ago
  63. 80ba832 Metatests for null pointer dereference by Gilles Peskine · 1 year, 9 months ago
  64. f309fbf Validate that test_fail causes a test failure by Gilles Peskine · 1 year, 9 months ago
  65. 33406b6 Add a metatest program by Gilles Peskine · 1 year, 9 months ago
  66. f24bbd9 dh_client.c: modify prompt message by Yanray Wang · 1 year, 9 months ago
  67. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  68. f8be5f6 Fix overlooked files by Dave Rodgman · 1 year, 9 months ago
  69. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  70. 74d48c8 ssl_server2: small improvement of code readability by Valerio Setti · 1 year, 9 months ago
  71. b67b474 Rename MBEDTLS_CIPHER_ENCRYPT_ONLY as MBEDTLS_BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  72. afc6a99 Merge pull request #8381 from gilles-peskine-arm/20231017-misc-cleanup by Paul Elliott · 1 year, 9 months ago
  73. dc55470 ssl_context_info: add guards for CIPHER_C by Valerio Setti · 1 year, 9 months ago
  74. bdf04e8 ssl_server2: support ticket_aead only when CIPHER_C is defined by Valerio Setti · 1 year, 9 months ago
  75. 5d055f8 Merge pull request #7844 from mpg/ssl-progs-usage by Gilles Peskine · 1 year, 9 months ago
  76. 0ea1b8f Merge pull request #7982 from gilles-peskine-arm/sample_program_demo_scripts-3.4 by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-7982-f6f4695824d6522c66a6347bf58e2d0e32260b84
  77. 62418dd Merge pull request #8350 from waleed-elmelegy-arm/fix-null-dereference-in-x509-cert-write by Gilles Peskine · 1 year, 10 months ago gh-readonly-queue/development/pr-8350-d44ee9e6d13ff10b99a55150d1d0b3d2a5b2013c
  78. d44ee9e Merge pull request #8351 from waleed-elmelegy-arm/fix-null-dereference-in-x509-cert-req by Paul Elliott · 1 year, 10 months ago
  79. a0e810d Convey that it's ok for mbedtls_ssl_session_save to fail by Gilles Peskine · 1 year, 10 months ago
  80. 9534dfd Reword error message on format of SAN arguments by David Horstmann · 1 year, 10 months ago
  81. 4a493b2 Reword error message on format of SAN arguments by David Horstmann · 1 year, 10 months ago
  82. aa01ee3 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 10 months ago
  83. 28b5633 Merge pull request #7942 from tom-daubney-arm/psa_crypto_example_hash by Gilles Peskine · 1 year, 10 months ago
  84. 5867465 Fix code style issue in cert_write program by Waleed Elmelegy · 1 year, 10 months ago
  85. eade3fe Fix code style issue in cert_req program by Waleed Elmelegy · 1 year, 10 months ago
  86. ac97af2 Fix possible NULL dereference issue in X509 cert_req program by Waleed Elmelegy · 1 year, 10 months ago
  87. 1444c0e Add changelog entry for x509 cert_write null dereference fix by Waleed Elmelegy · 1 year, 10 months ago
  88. 476c119 Fix possible NULL dereference issue in X509 cert_write program by Waleed Elmelegy · 1 year, 10 months ago
  89. 2e67781 Alter program layout for better clarity by Thomas Daubney · 1 year, 10 months ago
  90. a21c972 Remove extra blank line by Thomas Daubney · 1 year, 10 months ago
  91. d8453bb Remove superfluous comment by Thomas Daubney · 1 year, 10 months ago
  92. cd79f77 Add missing newline by Thomas Daubney · 1 year, 10 months ago
  93. 1c2378b Add variable for message length by Thomas Daubney · 1 year, 10 months ago
  94. 3c1cdc9 Merge pull request #8185 from yanrayw/aes_benchmark_cfb by Tom Cosgrove · 1 year, 10 months ago gh-readonly-queue/development/pr-8185-cffd7135c6cc2e91690e7bf80f5df92db42a42c0
  95. 3450087 Remove trailing white space in documentation by Thomas Daubney · 1 year, 10 months ago
  96. 7605388 Inform user when unknown hash algorithm supplied by Thomas Daubney · 1 year, 10 months ago
  97. 86f9795 Update documentation by Thomas Daubney · 1 year, 10 months ago
  98. 5cae6e8 benchmark: improve code readability by Yanray Wang · 1 year, 10 months ago
  99. 540324c Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  100. 6c97985 Remove generated files in all cmake_as_x tests by David Horstmann · 1 year, 10 months ago