1. aa82464 Merge pull request #8897 from IVOES/cpp/unbounded-write by Gilles Peskine · 1 year, 3 months ago
  2. 9860056 Revert "Autogenerated files for 3.6.0" by Minos Galanakis · 1 year, 4 months ago
  3. e8a6833 Autogenerated files for 3.6.0 by Minos Galanakis · 1 year, 5 months ago
  4. b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 5 months ago
  5. d97b96f ssl_mail_client: Fix code style issue by Mingjie Shen · 1 year, 5 months ago
  6. 74191a5 ssl_server2: Split early data enablement from max_early_data_size setting by Ronald Cron · 1 year, 5 months ago
  7. 7b333f1 Merge pull request #8913 from ronald-cron-arm/tls13-ticket-lifetime by Gilles Peskine · 1 year, 5 months ago
  8. 50da462 Merge pull request #8829 from paul-elliott-arm/add_framework_meta_tests by Paul Elliott · 1 year, 5 months ago
  9. 8e35d96 ssl_mail_client: Check return value of mbedtls_snprintf by Mingjie Shen · 1 year, 5 months ago
  10. 0fc20cd ssl_mail_client: Replace snprintf with mbedtls_snprintf by Mingjie Shen · 1 year, 5 months ago
  11. 93fa4e1 Merge branch 'development' into buffer-sharing-merge by David Horstmann · 1 year, 5 months ago
  12. 7201bc6 ssl_client2: Fix early data log by Ronald Cron · 1 year, 5 months ago
  13. 7d08983 ssl_mail_client: Fix unbounded write of sprintf() by Mingjie Shen · 1 year, 5 months ago
  14. e33b349 Merge pull request #8864 from valeriosetti/issue8848 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  15. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  16. 90eca2a ssl_test_lib: add guards for pk_wrap_as_opaque() by Valerio Setti · 1 year, 5 months ago
  17. 7541ebe programs: remove usage of mbedtls_pk_wrap_as_opaque() from tests by Valerio Setti · 1 year, 5 months ago
  18. 7f72a06 Remove cruft by Gilles Peskine · 1 year, 5 months ago
  19. dd9cbf9 Benchmark only one side of ECDH, both static and ephemeral by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  20. 74589ba ssl_context_info: explicitly note accesses to private fields by Gilles Peskine · 1 year, 5 months ago
  21. 72da8b3 Don't authorize private access to fields where not actually needed by Gilles Peskine · 1 year, 5 months ago
  22. abf0be3 fuzz_dtlsserver: explicitly note the one access to a private field by Gilles Peskine · 1 year, 5 months ago
  23. d5f6897 fuzz_pubkey, fuzz_privkey: no real need to access private fields by Gilles Peskine · 1 year, 5 months ago
  24. 7a3059a Benchmark: not using private fields anymore by Gilles Peskine · 1 year, 5 months ago
  25. 984352d Benchmark: remove the legacy-context ECDH block by Gilles Peskine · 1 year, 5 months ago
  26. 0aead12 ssl_client2: Improve loop writing early data by Ronald Cron · 1 year, 5 months ago
  27. b4fd47e ssl_client2: Default to library default for early data enablement by Ronald Cron · 1 year, 5 months ago
  28. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  29. 028a38b Merge pull request #8661 from BensonLiou/use_init_api by Janos Follath · 1 year, 6 months ago
  30. 60bbfe6 Add metatests for failing TEST_EQUAL and TEST_LE_* by Paul Elliott · 1 year, 6 months ago
  31. 3ea9450 Merge pull request #8734 from valeriosetti/issue8564 by Gilles Peskine · 1 year, 6 months ago
  32. f6a9cfa adjust indentation by PiotrBzdrega · 1 year, 6 months ago
  33. 2b20ff6 move entropy init prior arguments number recognition by PiotrBzdrega · 1 year, 6 months ago
  34. c3d17cd Merge pull request #8702 from minosgalanakis/update/dhm_context_in_programs_5015 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  35. 54ad01e Merge remote-tracking branch 'upstream/development' into make_tests_thread_safe by Paul Elliott · 1 year, 6 months ago
  36. 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
  37. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  38. a556189 ssl_client2: Add support for early data writing by Ronald Cron · 1 year, 6 months ago
  39. 2fe0ec8 ssl_client2: Add buffer overflow check by Ronald Cron · 1 year, 6 months ago
  40. ccfaefa ssl_client2: Switch from int to size_t by Ronald Cron · 1 year, 6 months ago
  41. 4e1bd47 ssl_client2: Move code to build http request by Ronald Cron · 1 year, 6 months ago
  42. 54a3829 ssl_client2: Simplify early_data option by Ronald Cron · 1 year, 6 months ago
  43. 192e0f9 ssl_server2: Add read early data support by Jerry Yu · 2 years, 8 months ago
  44. 8ee1b5f programs_benchmark: Updated to use `mbedtls_dhm_read_public()`. by Minos Galanakis · 1 year, 7 months ago
  45. 97489dc programs_benchmark: Updated to use `mbedtls_dhm_set_group()` & `mbedtls_dhm_get_len()` by Minos Galanakis · 1 year, 7 months ago
  46. e29c868 programs_dh_server: Updated to use `mbedtls_dhm_set_group()` & `mbedtls_dhm_get_len()`. by Minos Galanakis · 1 year, 7 months ago
  47. 047c724 Merge remote-tracking branch 'restricted/development-restricted' into update-development-r by Dave Rodgman · 1 year, 6 months ago
  48. 0c847bc Fix Make issues with Everest enabled by Paul Elliott · 1 year, 6 months ago
  49. 7fd162e Refactor common PThreads CMake code by Paul Elliott · 1 year, 6 months ago
  50. 9c5c9c3 Merge pull request #1141 from davidhorstmann-arm/memory-poisoning-runtime-enable by David Horstmann · 1 year, 6 months ago
  51. e351176 cert_[req/write]: add MD_C dependency by Valerio Setti · 1 year, 6 months ago
  52. a8f6192 Remove unneeded lines from fuzz/Makefile by Paul Elliott · 1 year, 7 months ago
  53. 85ea3e6 Set preferences before finding Threads in CMake by Paul Elliott · 1 year, 7 months ago
  54. 4215138 programs_dh_client/server: Updated config guards. by Minos Galanakis · 1 year, 7 months ago
  55. db89152 programs_dh_client/server: Changed mdlen type to unsigned integer. by Minos Galanakis · 1 year, 7 months ago
  56. 7c84488 programs_dh_client/server: Updated to query digest size using `mbedtls_md_info_from_type()`. by Minos Galanakis · 1 year, 7 months ago
  57. 6e92df1 programs_rsa_rsa_verify: Updated program to use `mbedtls_rsa_get_len()` by Minos Galanakis · 1 year, 7 months ago
  58. 992f0b8 programs_rsa_rsa_sign: Updated program to use `mbedtls_rsa_get_len()` by Minos Galanakis · 1 year, 7 months ago
  59. ee757d3 programs_rsa_encrypt/decrypt: Updated programs to use `mbedtls_rsa_get_len()` by Minos Galanakis · 1 year, 7 months ago
  60. b6a9619 programs_dh_client/server: Updated programs to use `mbedtls_rsa_get_len()` by Minos Galanakis · 1 year, 7 months ago
  61. f4dfd1c programs/dh_client/server: Added entropy source to `mbedtls_rsa_pkcs1_sign()` by Minos Galanakis · 1 year, 7 months ago
  62. a184fd0 programs/dh_client/server: Replaced mbedtls_sha1 with mbedtls_sha256 by Minos Galanakis · 1 year, 7 months ago
  63. b1f96c0 Merge pull request #7815 from gilles-peskine-arm/ecp-export-partial by Gilles Peskine · 1 year, 7 months ago
  64. e8683ce ssl_test_lib: add guards for enabled DH groups by Valerio Setti · 1 year, 7 months ago
  65. 9de6edd Separate memory poisoning tests from generic ASan by David Horstmann · 1 year, 7 months ago
  66. c2ab398 Request C11 in CMake (but only for tests) by David Horstmann · 1 year, 7 months ago
  67. 4411c9c Disable PSA wrappers psa_collect_statuses builds by Gilles Peskine · 1 year, 7 months ago
  68. d1c106c Define ticket creation time in TLS 1.2 case as well by Ronald Cron · 1 year, 9 months ago
  69. 67223bb add support for AES-CTR to benchmark by Dave Rodgman · 1 year, 7 months ago
  70. 9432e64 Only run memory poisoning metatests when poisoning by David Horstmann · 1 year, 7 months ago
  71. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  72. 053db69 Allow programs/fuzz to be linked against pthread by Paul Elliott · 1 year, 7 months ago
  73. 4068c7e Link programs with pthread via cmake by Paul Elliott · 1 year, 8 months ago
  74. 17c119a Migrate to threading_helpers.h by Paul Elliott · 1 year, 8 months ago
  75. 4580d4d Add accessor helpers for mbedtls_test_info by Paul Elliott · 1 year, 9 months ago
  76. 3ca93e5 Merge pull request #8667 from gilles-peskine-arm/pthread-link-auto-make-followup by Paul Elliott · 1 year, 7 months ago
  77. 62a2e3c Merge pull request #8512 from mschulz-at-hilscher/feature/timing-alt-compatible-benchmark by Dave Rodgman · 1 year, 7 months ago gh-readonly-queue/development/pr-8512-593e9cb60062df6af46a25dcb105bc96be92f158
  78. 0ae58dd Unify MBEDTLS_TEST_OBJS by Gilles Peskine · 1 year, 7 months ago
  79. 8939148 Minor readability improvement by Gilles Peskine · 1 year, 7 months ago
  80. 570e548 Finish unifying LOCAL_CFLAGS by Gilles Peskine · 1 year, 7 months ago
  81. 593e9cb Merge pull request #8511 from mschulz-at-hilscher/feature/rsa3072-benchmark by Dave Rodgman · 1 year, 7 months ago
  82. 6d0a093 use mbedtls_ssl_session_init() to init session variable by Benson Liou · 1 year, 7 months ago
  83. 9552a52 Declare dependency on bignum in sample programs by Gilles Peskine · 1 year, 7 months ago
  84. 52cc2a6 Use new mbedtls_ecp_keypair functions in sample programs by Gilles Peskine · 2 years, 1 month ago
  85. 4392fc1 Unify some common rules of programs/Makefile and tests/Makefile by Gilles Peskine · 1 year, 8 months ago
  86. 076fd25 Unify common variables of programs/Makefile and tests/Makefile by Gilles Peskine · 1 year, 8 months ago
  87. f3d1ae1 Create common.make with LOCAL_CFLAGS and friends by Gilles Peskine · 1 year, 8 months ago
  88. f5c5ce7 Partly unify LOCAL_CFLAGS by Gilles Peskine · 1 year, 8 months ago
  89. 4ad5733 Unify treatment of MBEDTLS_TEST_OBJS by Gilles Peskine · 1 year, 8 months ago
  90. afccc1a Indent nested conditionals by Gilles Peskine · 1 year, 8 months ago
  91. e4b3f75 Remove unnecessary check by Paul Elliott · 1 year, 8 months ago
  92. 79dc6da Improve make pthread linking mechanism by Paul Elliott · 1 year, 8 months ago
  93. 80fa88e Remove warning with GCC 12 and TSan by Paul Elliott · 1 year, 8 months ago
  94. a085fa8 Merge pull request #8627 from tom-cosgrove-arm/ip_len by Bence Szépkúti · 1 year, 8 months ago
  95. a211bb7 Merge pull request #8596 from xkqian/tls13_early_data_input_file by Gilles Peskine · 1 year, 8 months ago
  96. a9581d2 Fix CI failure of uninitialized fp by Xiaokang Qian · 1 year, 8 months ago
  97. 656d4b3 Avoid use of `ip_len` as it clashes with a macro in AIX system headers by Tom Cosgrove · 1 year, 8 months ago
  98. aedfc09 Revert to ae952174a7 and addressing some comments by Xiaokang Qian · 1 year, 8 months ago
  99. 64cd2f2 Fix potential double-free in calloc selftest by David Horstmann · 1 year, 8 months ago
  100. 90d0711 Merge pull request #6721 from yuhaoth/pr/tls13-early-data-extension-of-nst by Ronald Cron · 1 year, 8 months ago