1. 913a204 Fix undeclared dependency of test function by Manuel Pégourié-Gonnard · 5 years ago
  2. 62af37d Add tests with ARIA, Camellia, 3DES by Manuel Pégourié-Gonnard · 5 years ago
  3. 7a1cb41 Add test cases with MD5, SHA1, SHA384 by Manuel Pégourié-Gonnard · 5 years ago
  4. e79e3bb Add test cases with various record sizes by Manuel Pégourié-Gonnard · 5 years ago
  5. 527c1ff Generate good/bad padding programmatically by Manuel Pégourié-Gonnard · 5 years ago
  6. 0ac01a1 TLS: Add negative tests for non-EtM CBC decryption by Manuel Pégourié-Gonnard · 5 years ago
  7. be9a575 Merge tag 'mbedtls-2.23.0' into merge-2.23.0-release-to-development by Janos Follath · 5 years ago
  8. 0435cd8 Bump version to Mbed TLS 2.23.0 by Janos Follath · 5 years ago
  9. 82ac38e Merge pull request #3438 from ronald-cron-arm/programs-use-common-test-code by Gilles Peskine · 5 years ago
  10. 961914d Merge pull request #3382 from stevew817/feature/volatile-keys-in-SE by Gilles Peskine · 5 years ago
  11. a0c2539 Rework mbedtls_test_unhexify() by Ronald Cron · 5 years ago
  12. 9ed4073 tests: Get rid of mbedtls_test_unhexify() in unit test code by Ronald Cron · 5 years ago
  13. c7ba560 tests: ccm: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  14. df02eb0 tests: aes.ofb: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  15. 7370185 tests: nist_kw: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  16. 7e51271 tests: chacha20: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  17. 4030833 tests: hkdf: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  18. e85a2c3 tests: aria: Prepare to char* to data_t* type change by Ronald Cron · 5 years ago
  19. dda1045 Merge pull request #3419 from ndilieto/development by Gilles Peskine · 5 years ago
  20. 25c7dbe Merge pull request #3435 from paul-elliott-arm/fix_dangerous_parameters by Manuel Pégourié-Gonnard · 5 years ago
  21. d335f2b Merge pull request #3421 from niacat/posix_c_source by Manuel Pégourié-Gonnard · 5 years ago
  22. b77fad8 test_suite_x509parse.function improvement by Nicola Di Lieto · 5 years ago
  23. c84b1e6 Pass "certificate policies" extension to callback by Nicola Di Lieto · 5 years ago
  24. f5a5e45 Refactor equality-testing asserts in SE driver tests to TEST_EQUAL by Steven Cooreman · 5 years ago
  25. a50f283 Add test to check key ID's from the vendor range are accepted by Steven Cooreman · 5 years ago
  26. 6a81eb6 Remove Dangerous Parameter Passing by Paul Elliott · 5 years ago
  27. 9dfcae8 Merge pull request #3426 from paul-elliott-arm/resource_leak by Manuel Pégourié-Gonnard · 5 years ago
  28. b21b1f5 Merge pull request #3387 from ronald-cron-arm/tests-common-code by Manuel Pégourié-Gonnard · 5 years ago
  29. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  30. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  31. 2dbba99 tests: Reformating due to hexcmp() renaming by Ronald Cron · 5 years ago
  32. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  33. f73ab00 tests: Reformating due to unhexify_alloc() renaming by Ronald Cron · 5 years ago
  34. a256c70 tests: Add mbedtls_test_ prefix to unhexify_alloc() by Ronald Cron · 5 years ago
  35. 690f3eb tests: Add mbedtls_test_ prefix to zero_alloc() by Ronald Cron · 5 years ago
  36. ff31eab tests: Reformating due to *hexify functions renaming by Ronald Cron · 5 years ago
  37. 72d628f tests: Add mbedtls_test_ prefix to *hexify functions by Ronald Cron · 5 years ago
  38. e9c09f1 tests: Add mbedtls_test_ prefix to platform_* functions by Ronald Cron · 5 years ago
  39. 2058d56 tests: Move random helper functions by Ronald Cron · 5 years ago
  40. b7eb67f tests: Add random.c and random.h files by Ronald Cron · 5 years ago
  41. f40529d tests: Move generic helper functions by Ronald Cron · 5 years ago
  42. b6d6d4c tests: Add helpers.c and helpers.h files by Ronald Cron · 5 years ago
  43. 6f1eda7 Fix for resource leak in test_suite_ssl by Paul Elliott · 5 years ago
  44. 1c0c837 Define _POSIX_C_SOURCE to be 200112L, as a minimum for C99. by nia · 5 years ago
  45. 5b66d44 Merge pull request #3195 from paul-elliott-arm/development by Janos Follath · 5 years ago
  46. 849930a tests: Move generic macros to macros.h by Ronald Cron · 5 years ago
  47. 4b8b199 tests: Add macros.h include file by Ronald Cron · 5 years ago
  48. f91c495 tests: helpers: Update static qualifiers by Ronald Cron · 5 years ago
  49. 02c78b7 tests: Create an include folder by Ronald Cron · 5 years ago
  50. 87a51aa Merge pull request #3243 from ndilieto/development by Manuel Pégourié-Gonnard · 5 years ago
  51. c857044 Add min/max version negotiation to unit tests by Paul Elliott · 5 years ago
  52. 223f287 Add test to check that volatile external keys do not get persisted by Steven Cooreman · 5 years ago
  53. a7f6d25 Merge pull request #3400 from mpg/fix-hmac-drbg-deps-dev by Manuel Pégourié-Gonnard · 5 years ago
  54. e860fef Merge pull request #3318 from Jonas4420/development by Manuel Pégourié-Gonnard · 5 years ago
  55. c03d499 Fix undeclared dep on deterministic ECDSA in test by Manuel Pégourié-Gonnard · 5 years ago
  56. bba4c17 Merge pull request #3315 from hanno-arm/tls13-experimental-macro by Janos Follath · 5 years ago
  57. 6abc20e Merge pull request #3378 from mpg/fix-ctr-drbg-deps by Manuel Pégourié-Gonnard · 5 years ago
  58. d6916d7 Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto by Gilles Peskine · 5 years ago
  59. e58b463 Unsupported extension tests in test_suite_x509parse by Nicola Di Lieto · 5 years ago
  60. d12402f Fix undeclared deps on MBEDTLS_CTR_DRBG in tests by Manuel Pégourié-Gonnard · 5 years ago
  61. 5659e7e Add opaque context to mbedtls_x509_crt_ext_cb_t by Nicola Di Lieto · 5 years ago
  62. 17bb60c Tests for mbedtls_x509_crt_parse_der_with_ext_cb by Nicola Di Lieto · 5 years ago
  63. b54094b Fix copy-pasta in TLS 1.3 record protection unit test names by Hanno Becker · 5 years ago
  64. e683287 Adapt SSL record protection unit test to setup TLS 1.3 transforms by Hanno Becker · 5 years ago
  65. b2713ab Enhance record encryption unit tests by checking hidden content type by Hanno Becker · 5 years ago
  66. 3169dad Add unit tests for TLS 1.3 record encryption by Hanno Becker · 5 years ago
  67. 46b8782 fix mbedtls_x509_dn_gets to escape non-ASCII characters by Koh M. Nakagawa · 5 years ago
  68. 923d579 Add test cases to check rng failure by Jonas · 5 years ago
  69. 344e15b Update SE support to pass a location when registering a driver by Gilles Peskine · 5 years ago
  70. d9f6949 Merge pull request #3190 from gilles-peskine-arm/config-full-clarify-development by Gilles Peskine · 5 years ago
  71. dd2feea Merge pull request #3229 from gabor-mezei-arm/development by Gilles Peskine · 5 years ago
  72. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  73. 88d7eee Check for empty string in outcome file name by gabor-mezei-arm · 5 years ago
  74. 31f88a2 Strict C99: make sure that fileno() is declared by Gilles Peskine · 5 years ago
  75. b72df54 Merge pull request #2840 from k-stachowiak/check-bounds-of-test-intex-in-suites by Gilles Peskine · 5 years ago
  76. 5f69cbe Merge pull request #3155 from ronald-cron-arm/unmet-dependencies-buffer-overflow-fix by Gilles Peskine · 5 years ago
  77. 31f4cd9 Merge pull request #3192 from AndrzejKurek/max_pathlen_overflow by Jaeden Amero · 5 years ago
  78. 1605074 Guard from undefined behaviour in case of an INT_MAX max_pathlen by Andrzej Kurek · 5 years ago
  79. 6710e15 Enable X509_ALLOW_EXTENSIONS_NON_V3 in config full and fix tests by Gilles Peskine · 5 years ago
  80. 72d40fc Fix build failure with MBEDTLS_PLATFORM_NV_SEED_ALT by Gilles Peskine · 5 years ago
  81. ac15f84 Merge remote-tracking branch 'restricted/pr/684' into mbedtls-2.22.0r0 by Janos Follath · 5 years ago mbedtls-2.22.0
  82. 8ea6872 Improve pointer calculations when resizing I/O buffers by Andrzej Kurek · 5 years ago
  83. 876e025 Bump version to Mbed TLS 2.22.0 by Janos Follath · 5 years ago
  84. 67a8a37 unit test: Indicate missing unmet dependencies by Ronald Cron · 5 years ago
  85. e1a05a5 unit tests main: Fix potential buffer overflow by Ronald Cron · 5 years ago
  86. 06725c9 Fix intermittent crash in test suites with outcome file enabled by Gilles Peskine · 5 years ago
  87. 5d324b2 Merge remote-tracking branch 'upstream-crypto/development' into HEAD by Gilles Peskine · 5 years ago
  88. 3b310c6 Add a note to some invasive tests by Gilles Peskine · 6 years ago
  89. 1b7a780 Increase test coverage by adding AES and CAMELLIA empty buffer tests by Andrzej Kurek · 5 years ago
  90. 5e7d6fd Merge 'mbedtls/development' into merge-crypto-unremoved-20200304 by Gilles Peskine · 5 years ago
  91. 049feff Add dependencies on !MBEDTLS_SHA512_NO_SHA384 to x509/ssl unit tests by Gilles Peskine · 5 years ago
  92. 6eb45f9 Add missing dependency on MBEDTLS_CIPHER_MODE_CBC by Gilles Peskine · 5 years ago
  93. 19e841e Fix warning about a potentially initialized variable by Gilles Peskine · 5 years ago
  94. eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
  95. b99bd39 Merge mbed-crypto into mbedtls: the merge commit by Gilles Peskine · 5 years ago
  96. 7dc9704 Revert "Remove tests that depend on TLS or X.509" by Gilles Peskine · 5 years ago
  97. 438bf3b App data with 1/n-1 splitting in test suite by Piotr Nowicki · 5 years ago
  98. c31f970 Merge pull request #3075 from AndrzejKurek/variable-buffer-size by Jaeden Amero · 5 years ago mbedtls-2.22.0d0
  99. 55727c3 Merge pull request #3088 from AndrzejKurek/ssl-mocks-coverity by Jaeden Amero · 5 years ago
  100. 89bdc58 test_suite_ssl: check for errors during queue setup by Andrzej Kurek · 5 years ago