1. fb4f933 Rename Python scripts to use '_' and not '-' by Gilles Peskine · 5 years ago
  2. 68a9851 basic-in-docker: call all.sh for sanity checks by Gilles Peskine · 5 years ago
  3. 04c6b61 Merge pull request #2639 from mpg/use-all-sh-checks-for-pre-push by Gilles Peskine · 5 years ago
  4. dda1045 Merge pull request #3419 from ndilieto/development by Gilles Peskine · 5 years ago
  5. 511bc8c add comment about potential future extension by Nicola Di Lieto · 5 years ago
  6. e81dc00 Merge pull request #3422 from niacat/net-sockets-fixes by Gilles Peskine · 5 years ago
  7. c96d4e2 Merge pull request #3410 from mpg/make-coverage-script-deterministic by Gilles Peskine · 5 years ago
  8. 5430447 Adjust comments about SEED synchronisation by Manuel Pégourié-Gonnard · 5 years ago
  9. 25c7dbe Merge pull request #3435 from paul-elliott-arm/fix_dangerous_parameters by Manuel Pégourié-Gonnard · 5 years ago
  10. 0c00407 Merge pull request #3430 from bensze01/license by Janos Follath · 5 years ago
  11. d335f2b Merge pull request #3421 from niacat/posix_c_source by Manuel Pégourié-Gonnard · 5 years ago
  12. b77fad8 test_suite_x509parse.function improvement by Nicola Di Lieto · 5 years ago
  13. c84b1e6 Pass "certificate policies" extension to callback by Nicola Di Lieto · 5 years ago
  14. c4b6656 Merge pull request #3405 from AndrzejKurek/variable-buffers-cid-serialization by danh-arm · 5 years ago
  15. 392faa2 Merge pull request #2669 from RonEld/iotssl_2864 by Gilles Peskine · 5 years ago
  16. b657783 Update iv and len context pointers manually when reallocating buffers by Andrzej Kurek · 5 years ago
  17. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  18. 6a81eb6 Remove Dangerous Parameter Passing by Paul Elliott · 5 years ago
  19. 9dfcae8 Merge pull request #3426 from paul-elliott-arm/resource_leak by Manuel Pégourié-Gonnard · 5 years ago
  20. c7da1fe Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
  21. 700ee44 Add missing copyright dates to scripts and sources by Bence Szépkúti · 5 years ago
  22. b21b1f5 Merge pull request #3387 from ronald-cron-arm/tests-common-code by Manuel Pégourié-Gonnard · 5 years ago
  23. a92e3de Merge pull request #873 from hanno-arm/ssl_write_client_hello by Manuel Pégourié-Gonnard · 5 years ago
  24. 65d8c26 Show failure in ssl-opts.sh when key export fails by Ron Eldor · 6 years ago
  25. ff1825e Add changelog entry by Ronald Cron · 5 years ago
  26. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  27. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  28. 2dbba99 tests: Reformating due to hexcmp() renaming by Ronald Cron · 5 years ago
  29. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  30. f73ab00 tests: Reformating due to unhexify_alloc() renaming by Ronald Cron · 5 years ago
  31. a256c70 tests: Add mbedtls_test_ prefix to unhexify_alloc() by Ronald Cron · 5 years ago
  32. 690f3eb tests: Add mbedtls_test_ prefix to zero_alloc() by Ronald Cron · 5 years ago
  33. ff31eab tests: Reformating due to *hexify functions renaming by Ronald Cron · 5 years ago
  34. 72d628f tests: Add mbedtls_test_ prefix to *hexify functions by Ronald Cron · 5 years ago
  35. e9c09f1 tests: Add mbedtls_test_ prefix to platform_* functions by Ronald Cron · 5 years ago
  36. 2058d56 tests: Move random helper functions by Ronald Cron · 5 years ago
  37. b7eb67f tests: Add random.c and random.h files by Ronald Cron · 5 years ago
  38. f40529d tests: Move generic helper functions by Ronald Cron · 5 years ago
  39. b6d6d4c tests: Add helpers.c and helpers.h files by Ronald Cron · 5 years ago
  40. 6f1eda7 Fix for resource leak in test_suite_ssl by Paul Elliott · 5 years ago
  41. ecef1dd Add ChangeLog.d entry for PR3421 by nia · 5 years ago
  42. 1c0c837 Define _POSIX_C_SOURCE to be 200112L, as a minimum for C99. by nia · 5 years ago
  43. 508e21c Add ChangeLog.d entry for #3422 by nia · 5 years ago
  44. 7eb0e62 ssl_mail_client: Define _XOPEN_SOURCE=600 for gethostname by nia · 5 years ago
  45. 0b01fd9 net_sockets: Fix building on NetBSD 9.0 by nia · 5 years ago
  46. b7b35e1 Align with check-like function return value convention by Ronald Cron · 5 years ago
  47. 5ee5707 ssl_client: Align line breaking with MBEDTLS_SSL_DEBUG_* by Ronald Cron · 5 years ago
  48. 5b66d44 Merge pull request #3195 from paul-elliott-arm/development by Janos Follath · 5 years ago
  49. 849930a tests: Move generic macros to macros.h by Ronald Cron · 5 years ago
  50. 4b8b199 tests: Add macros.h include file by Ronald Cron · 5 years ago
  51. f91c495 tests: helpers: Update static qualifiers by Ronald Cron · 5 years ago
  52. 02c78b7 tests: Create an include folder by Ronald Cron · 5 years ago
  53. 87a51aa Merge pull request #3243 from ndilieto/development by Manuel Pégourié-Gonnard · 5 years ago
  54. 15fee93 Merge pull request #3363 from bensze01/zeroize by danh-arm · 5 years ago
  55. 4ffe084 Merge pull request #3125 from okhowang/development by danh-arm · 5 years ago
  56. 3c1b090 Use FindPython3 when cmake version >= 3.15.0 by okhowang(王沛文) · 5 years ago
  57. c857044 Add min/max version negotiation to unit tests by Paul Elliott · 5 years ago
  58. 5afc4c7 Merge pull request #3333 from irwir/fix_vcxproj2 by danh-arm · 5 years ago
  59. 672257b Add changelog entry by irwir · 5 years ago
  60. 3c4a46c Merge pull request #3398 from gilles-peskine-arm/montmul-cmp-branch-development by Janos Follath · 5 years ago
  61. 5620d71 Remove hardcoded line number from the zeroize test by Bence Szépkúti · 5 years ago
  62. 09ec10a Clean up some comments by Gilles Peskine · 5 years ago
  63. 0e5faf6 mbedtls_mpi_sub_abs: check the range of the result when it happens by Gilles Peskine · 5 years ago
  64. 221626f Simplify the final reduction in mpi_montmul by Gilles Peskine · 5 years ago
  65. c097e9e Move carry propagation out of mpi_sub_hlp by Gilles Peskine · 5 years ago
  66. 37ecc61 More logical parameter order for mpi_sub_hlp by Gilles Peskine · 5 years ago
  67. e050191 Make basic-build-test.sh deterministic by Manuel Pégourié-Gonnard · 5 years ago
  68. 304b099 all.sh: clean up some uses of "local" variables by Manuel Pégourié-Gonnard · 5 years ago
  69. f1f180a all.sh: keep dd output in non-quiet mode by Manuel Pégourié-Gonnard · 5 years ago
  70. 21b3d12 Merge pull request #3374 from danh-arm/dh/branch-cov by Manuel Pégourié-Gonnard · 5 years ago
  71. a7f6d25 Merge pull request #3400 from mpg/fix-hmac-drbg-deps-dev by Manuel Pégourié-Gonnard · 5 years ago
  72. e860fef Merge pull request #3318 from Jonas4420/development by Manuel Pégourié-Gonnard · 5 years ago
  73. 026f555 Explicitly cast down from mbedtls_mpi_uint to unsigned char by Gilles Peskine · 5 years ago
  74. 5b942dc Add test for dependencies on HMAC_DRBG in all.sh by Manuel Pégourié-Gonnard · 5 years ago
  75. c03d499 Fix undeclared dep on deterministic ECDSA in test by Manuel Pégourié-Gonnard · 5 years ago
  76. d55bfe9 Add changelog entry: fix #3394 by Gilles Peskine · 5 years ago
  77. 132c097 Remove a secret-dependent branch in Montgomery multiplication by Gilles Peskine · 5 years ago
  78. f04d11e Separate out low-level mpi_safe_cond_assign by Gilles Peskine · 5 years ago
  79. 2a82f72 Document some internal bignum functions by Gilles Peskine · 5 years ago
  80. 4e91d47 Revert "Shut up a clang-analyzer warning" by Gilles Peskine · 5 years ago
  81. 742f1a4 Add a const annotation to the non-changing argument of mpi_sub_mul by Gilles Peskine · 5 years ago
  82. bba4c17 Merge pull request #3315 from hanno-arm/tls13-experimental-macro by Janos Follath · 5 years ago
  83. f486e28 Document precondition of nonce-generating function in ssl_msg.c by Hanno Becker · 5 years ago
  84. 1595281 Improve documentation of nonce-generating function in ssl_msg.c by Hanno Becker · 5 years ago
  85. 1cda266 Spell out check for non-zero'ness by Hanno Becker · 5 years ago
  86. 16bf0e2 Fix debug print of explicit IV by Hanno Becker · 5 years ago
  87. 7cca358 Fix indentation in debug statement in ssl_msg.c by Hanno Becker · 5 years ago
  88. 6abc20e Merge pull request #3378 from mpg/fix-ctr-drbg-deps by Manuel Pégourié-Gonnard · 5 years ago
  89. d6916d7 Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto by Gilles Peskine · 5 years ago
  90. 73b3942 Merge pull request #3367 from hug-dev/psa-constants-in-build-dir by Gilles Peskine · 5 years ago
  91. 129e13c Use all.sh in pre-push hook by Manuel Pégourié-Gonnard · 5 years ago
  92. a911916 Make component_check_test_cases more -q frienly by Manuel Pégourié-Gonnard · 5 years ago
  93. dfb114a Make check_generate_test_code more -q friendly by Manuel Pégourié-Gonnard · 5 years ago
  94. 2b2bdaa Add a --quiet option to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  95. bf7ae6f Silence dd invocation in all.sh by Manuel Pégourié-Gonnard · 5 years ago
  96. bd004e8 Merge pull request #3320 from gilles-peskine-arm/check-files-changelog-development by Manuel Pégourié-Gonnard · 5 years ago
  97. afca47a Fix typo in check_config.h by Hanno Becker · 5 years ago
  98. 5a83d29 Mention HKDF in TLS 1.3 feature document by Hanno Becker · 5 years ago
  99. 0c3bebf Fix typo in header of TLS 1.3 experimental features document by Hanno Becker · 5 years ago
  100. 6055a17 Add dependencies for experimental TLS 1.3 features in check_config.h by Hanno Becker · 5 years ago