1. b7eb67f tests: Add random.c and random.h files by Ronald Cron · 5 years ago
  2. f40529d tests: Move generic helper functions by Ronald Cron · 5 years ago
  3. b6d6d4c tests: Add helpers.c and helpers.h files by Ronald Cron · 5 years ago
  4. 849930a tests: Move generic macros to macros.h by Ronald Cron · 5 years ago
  5. 4b8b199 tests: Add macros.h include file by Ronald Cron · 5 years ago
  6. f91c495 tests: helpers: Update static qualifiers by Ronald Cron · 5 years ago
  7. 02c78b7 tests: Create an include folder by Ronald Cron · 5 years ago
  8. 87a51aa Merge pull request #3243 from ndilieto/development by Manuel Pégourié-Gonnard · 5 years ago
  9. 15fee93 Merge pull request #3363 from bensze01/zeroize by danh-arm · 5 years ago
  10. 3c1b090 Use FindPython3 when cmake version >= 3.15.0 by okhowang(王沛文) · 5 years ago
  11. 5620d71 Remove hardcoded line number from the zeroize test by Bence Szépkúti · 5 years ago
  12. 21b3d12 Merge pull request #3374 from danh-arm/dh/branch-cov by Manuel Pégourié-Gonnard · 5 years ago
  13. a7f6d25 Merge pull request #3400 from mpg/fix-hmac-drbg-deps-dev by Manuel Pégourié-Gonnard · 5 years ago
  14. e860fef Merge pull request #3318 from Jonas4420/development by Manuel Pégourié-Gonnard · 5 years ago
  15. 5b942dc Add test for dependencies on HMAC_DRBG in all.sh by Manuel Pégourié-Gonnard · 5 years ago
  16. c03d499 Fix undeclared dep on deterministic ECDSA in test by Manuel Pégourié-Gonnard · 5 years ago
  17. bba4c17 Merge pull request #3315 from hanno-arm/tls13-experimental-macro by Janos Follath · 5 years ago
  18. 6abc20e Merge pull request #3378 from mpg/fix-ctr-drbg-deps by Manuel Pégourié-Gonnard · 5 years ago
  19. d6916d7 Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto by Gilles Peskine · 5 years ago
  20. e58b463 Unsupported extension tests in test_suite_x509parse by Nicola Di Lieto · 5 years ago
  21. 817e368 Add test for building without CTR_DRBG by Manuel Pégourié-Gonnard · 5 years ago
  22. d12402f Fix undeclared deps on MBEDTLS_CTR_DRBG in tests by Manuel Pégourié-Gonnard · 5 years ago
  23. 5659e7e Add opaque context to mbedtls_x509_crt_ext_cb_t by Nicola Di Lieto · 5 years ago
  24. 17bb60c Tests for mbedtls_x509_crt_parse_der_with_ext_cb by Nicola Di Lieto · 5 years ago
  25. a8b26c2 Enable branch coverage in basic_build_test.sh by Dan Handley · 5 years ago
  26. eca95db Finish the documentation of normalize_path by Gilles Peskine · 5 years ago
  27. b54094b Fix copy-pasta in TLS 1.3 record protection unit test names by Hanno Becker · 5 years ago
  28. e683287 Adapt SSL record protection unit test to setup TLS 1.3 transforms by Hanno Becker · 5 years ago
  29. b2713ab Enhance record encryption unit tests by checking hidden content type by Hanno Becker · 5 years ago
  30. 3169dad Add unit tests for TLS 1.3 record encryption by Hanno Becker · 5 years ago
  31. a711f6e Add 'build+unit test' test for experimental TLS 1.3 code to all.sh by Hanno Becker · 5 years ago
  32. 30e0bb4 Run assemble_changelog.py in all.sh by Gilles Peskine · 5 years ago
  33. 344da1c Some .pem files are openssl output and have tabs and that's ok by Gilles Peskine · 5 years ago
  34. d2df86f .dsw files are Visual Studio stuff by Gilles Peskine · 5 years ago
  35. 12b180a Permit empty files by Gilles Peskine · 5 years ago
  36. ee40e76 Normalize line endings by Gilles Peskine · 5 years ago
  37. 3e2ee3c Check only files checked into Git by Gilles Peskine · 5 years ago
  38. d4a853d Exclude binary files from text checks by Gilles Peskine · 5 years ago
  39. 0598db8 Regex mechanism for check-specific exemptions by Gilles Peskine · 5 years ago
  40. c1d1b66 Check all files by default by Gilles Peskine · 5 years ago
  41. 05a51a8 More accurate variable name by Gilles Peskine · 5 years ago
  42. 46b8782 fix mbedtls_x509_dn_gets to escape non-ASCII characters by Koh M. Nakagawa · 5 years ago
  43. 923d579 Add test cases to check rng failure by Jonas · 5 years ago
  44. 344e15b Update SE support to pass a location when registering a driver by Gilles Peskine · 5 years ago
  45. d9f6949 Merge pull request #3190 from gilles-peskine-arm/config-full-clarify-development by Gilles Peskine · 5 years ago
  46. 39461b0 Merge pull request #3218 from gilles-peskine-arm/travis-rationalize by Gilles Peskine · 5 years ago
  47. 18487f6 all.sh: on arm builds (GCC or Arm Compiler), show the code size by Gilles Peskine · 5 years ago
  48. 6e2fb86 all.sh: add a Cortex-M0+ build by Gilles Peskine · 5 years ago
  49. 6537588 all.sh: build_arm_none_eabi_gcc: do optimize by Gilles Peskine · 5 years ago
  50. 6d06134 Rename --arm-gcc-prefix to --arm-none-eabi-gcc-prefix by Gilles Peskine · 5 years ago
  51. dd2feea Merge pull request #3229 from gabor-mezei-arm/development by Gilles Peskine · 5 years ago
  52. 8386ea2 all.sh: explain the testing around deprecated features by Gilles Peskine · 5 years ago
  53. af387e0 check-files: support Windows .bat files by Gilles Peskine · 5 years ago
  54. 60f267b all.sh: make the arm-gcc cross-compiler prefix configurable by Gilles Peskine · 5 years ago
  55. 97bea01 all.sh: run selftest in the full config and with ASan by Gilles Peskine · 5 years ago
  56. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  57. 88d7eee Check for empty string in outcome file name by gabor-mezei-arm · 5 years ago
  58. 30de2e8 Make no_deprecated naming more consistent by Gilles Peskine · 5 years ago
  59. 3a7ca1d Merge pull request #3194 from piotr-now/serialized_to_file by Jaeden Amero · 5 years ago
  60. 1093d9f all.sh: reorganize testing around deprecated features by Gilles Peskine · 5 years ago
  61. 3a584ae Enable SSLv3 in the full config by Gilles Peskine · 5 years ago
  62. e094a18 Strict C99: check it in the full config by Gilles Peskine · 5 years ago
  63. 31f88a2 Strict C99: make sure that fileno() is declared by Gilles Peskine · 5 years ago
  64. dc6d838 Enable MBEDTLS_PSA_CRYPTO_SE_C in config full by Gilles Peskine · 5 years ago
  65. b72df54 Merge pull request #2840 from k-stachowiak/check-bounds-of-test-intex-in-suites by Gilles Peskine · 5 years ago
  66. 5a2710e Merge pull request #3120 from gilles-peskine-arm/check-windows-files by Gilles Peskine · 5 years ago
  67. bb6b163 Merge pull request #3162 from mpg/sort-lists by Gilles Peskine · 5 years ago
  68. 5c34ee1 Merge pull request #3118 from gilles-peskine-arm/pylint-up-to-2.4-development by Gilles Peskine · 5 years ago
  69. 3de298f Saving the serialized context to a file by Piotr Nowicki · 5 years ago
  70. 6f83025 Sort lists in CMakeLists.txt files by Manuel Pégourié-Gonnard · 5 years ago
  71. 5f69cbe Merge pull request #3155 from ronald-cron-arm/unmet-dependencies-buffer-overflow-fix by Gilles Peskine · 5 years ago
  72. 31f4cd9 Merge pull request #3192 from AndrzejKurek/max_pathlen_overflow by Jaeden Amero · 5 years ago
  73. ed9e477 Merge pull request #3127 from piotr-now/ssl_base64_dump by Jaeden Amero · 5 years ago
  74. 9978e6e Add tests for the ssl_context_info program by Piotr Nowicki · 5 years ago
  75. 1605074 Guard from undefined behaviour in case of an INT_MAX max_pathlen by Andrzej Kurek · 5 years ago
  76. 6710e15 Enable X509_ALLOW_EXTENSIONS_NON_V3 in config full and fix tests by Gilles Peskine · 5 years ago
  77. 72d40fc Fix build failure with MBEDTLS_PLATFORM_NV_SEED_ALT by Gilles Peskine · 5 years ago
  78. 32e889d Document and fix the MBEDTLS_xxx_ALT logic for the full config by Gilles Peskine · 5 years ago
  79. ac15f84 Merge remote-tracking branch 'restricted/pr/684' into mbedtls-2.22.0r0 by Janos Follath · 5 years ago mbedtls-2.22.0
  80. e0c84ac Pylint: explicitly note why we're doing an unchecked subprocess.run by Gilles Peskine · 5 years ago
  81. 8b02235 Pylint: minor code simplifications by Gilles Peskine · 5 years ago
  82. 184c096 Pylint: abide by useless-object-inheritance warnings by Gilles Peskine · 5 years ago
  83. dd4c1c6 mbedtls_test.py: drop compatibility with Python 2 by Gilles Peskine · 5 years ago
  84. aaee444 Document more methods in Python scripts by Gilles Peskine · 5 years ago
  85. c877c24 Enable extra features that have tests by Gilles Peskine · 5 years ago
  86. b3d0bab MBEDTLS_MEMORY_BACKTRACE is no longer included in the full config by Gilles Peskine · 5 years ago
  87. 40be51f Add a few echo statements to make the logs easier to follow by Gilles Peskine · 5 years ago
  88. bfcb6e1 Create a large enough seedfile by Gilles Peskine · 5 years ago
  89. 5757d54 If 'make lcov' failed, exit immediately by Gilles Peskine · 5 years ago
  90. ca51b47 Note that we keep going even if some tests fail by Gilles Peskine · 5 years ago
  91. 6d6ee98 Exit with a failure status if some tests failed by Gilles Peskine · 5 years ago
  92. 66e21ef Merge pull request #3163 from AndrzejKurek/variable-buffers-renegotiation by Jaeden Amero · 5 years ago
  93. 8ea6872 Improve pointer calculations when resizing I/O buffers by Andrzej Kurek · 5 years ago
  94. 90c6e84 Split the maximum fragment length into two - an input and output MFL by Andrzej Kurek · 5 years ago
  95. 876e025 Bump version to Mbed TLS 2.22.0 by Janos Follath · 5 years ago
  96. 3124164 Merge pull request #3132 from mpg/fix-reconnect by Gilles Peskine · 5 years ago
  97. 67a8a37 unit test: Indicate missing unmet dependencies by Ronald Cron · 5 years ago
  98. e1a05a5 unit tests main: Fix potential buffer overflow by Ronald Cron · 5 years ago
  99. d703a2e In Windows files, detect CR without LF as well as LF without CR by Gilles Peskine · 5 years ago
  100. 545e13f Check that Windows files have Windows line endings by Gilles Peskine · 5 years ago