1. b99bd39 Merge mbed-crypto into mbedtls: the merge commit by Gilles Peskine · 5 years ago
  2. 7dc9704 Revert "Remove tests that depend on TLS or X.509" by Gilles Peskine · 5 years ago
  3. bde7ee8 Add DTLS handshake fragmentation test by Piotr Nowicki · 5 years ago
  4. 8a6ff15 test_suite_ssl refactoring: provide default options structure for tests by Andrzej Kurek · 5 years ago
  5. 316da1f test_suite_ssl refactoring: merge renegotiation test into handshake by Andrzej Kurek · 5 years ago
  6. 9e9efdc test_suite_ssl refactoring: merge tls & dtls application data tests by Andrzej Kurek · 5 years ago
  7. 95e9eb8 Add test for renegotiation in DTLS by Piotr Nowicki · 5 years ago
  8. 6a7f01c Add test with sending application data via DTLS by Piotr Nowicki · 5 years ago
  9. da2b678 Add a dtls handshake test with context serialization by Andrzej Kurek · 5 years ago
  10. a08e699 Merge pull request #3036 from AndrzejKurek/dtls-handshake-tests by Jaeden Amero · 5 years ago
  11. 84d2fd4 Bump version to Mbed TLS 2.21.0 by Janos Follath · 5 years ago
  12. cf4a40b Merge pull request #370 from yanesca/update-version-2.21.0 by Janos Follath · 5 years ago
  13. bc7c242 Bump version to Mbed TLS 2.21.0 by Janos Follath · 5 years ago
  14. 9bbe328 Test each failure mode of pk_parse_key_pkcs1_der() by Manuel Pégourié-Gonnard · 5 years ago
  15. b65370f Clean up test function pk_parse_key by Manuel Pégourié-Gonnard · 5 years ago
  16. 941962e Add DTLS handshake tests for the mocked ssl test suite by Andrzej Kurek · 5 years ago
  17. 15daf50 Parametrize the endpoint init and free to prepare for DTLS tests by Andrzej Kurek · 5 years ago
  18. 1a44a15 Change the order of endpoint initialization steps by Andrzej Kurek · 5 years ago
  19. f46b912 Change test queue errors to SSL_WANT_WRITE and SSL_WANT_READ by Andrzej Kurek · 5 years ago
  20. c3fca5e Add tests with sending application data to test_suite_ssl by Piotr Nowicki · 6 years ago
  21. 4d8c836 Merge pull request #346 from gilles-peskine-arm/mpi_copy_shrink by Manuel Pégourié-Gonnard · 5 years ago
  22. f317dc4 Merge pull request #350 from gilles-peskine-arm/asn1-tests-parse_prefixes-trailing_garbage by Janos Follath · 5 years ago
  23. c64eb63 Merge pull request #3021 from AndrzejKurek/handshake-tests by Jaeden Amero · 6 years ago
  24. cc5169c Add a PSK test to the mocked ssl handshake tests by Andrzej Kurek · 6 years ago
  25. 5da20cc Merge pull request #3023 from gilles-peskine-arm/config-crypto by Gilles Peskine · 6 years ago
  26. f40daa3 Add version & ciphersuite tests to ssl handshake by Andrzej Kurek · 6 years ago
  27. 2579675 Merge remote-tracking branch 'upstream-public/development' into development by Gilles Peskine · 6 years ago
  28. a9da093 shrink tests: clearer description by Gilles Peskine · 6 years ago
  29. 9a6ecee Move test functions from Lilliput to Blefuscu by Gilles Peskine · 6 years ago
  30. b298074 Refactor certificates and keys in ssl handshake mock tests by Andrzej Kurek · 6 years ago
  31. 199b709 ASN.1: Add ASN.1 SEQUENCE traversal API by Hanno Becker · 6 years ago
  32. 12ae27d ASN.1: Introduce helper function to free ASN.1 sequence by Hanno Becker · 6 years ago
  33. f4e672e Add missing compilation guards in test suite by Gilles Peskine · 6 years ago
  34. 7cfcb3f Change the encoding of key types to have a parity bit by Gilles Peskine · 6 years ago
  35. 7d7c8dc Test parsing invalid key type in storage by Gilles Peskine · 6 years ago
  36. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  37. b87b719 Remove old values of curve encodings by Gilles Peskine · 6 years ago
  38. 80d26fb Switch psa_crypto tests to the new curve encoding by Gilles Peskine · 6 years ago
  39. 89177e8 Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  40. 33b1c69 pk tests: USE_PSA_CRYPTO: test several curves by Gilles Peskine · 6 years ago
  41. 85f47c9 pk tests: USE_PSA_CRYPTO: test attributes of the PSA key by Gilles Peskine · 6 years ago
  42. 45c29ce Move size-specific curve/group constants to crypto_compat.h by Gilles Peskine · 6 years ago
  43. 228abc5 Define EC curve family constants by Gilles Peskine · 6 years ago
  44. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago
  45. 4295e8b Rework PSA curve to mbedlts group id conversion by Gilles Peskine · 6 years ago
  46. 7bfcfac Change key type encodings to avoid bit 16 by Gilles Peskine · 6 years ago
  47. 2a1f178 Add test for prescribed states of handshake with the custom IO callbacks by Piotr Nowicki · 6 years ago
  48. 88e0846 Add dedicated test cases for psa_hash_compare by Gilles Peskine · 6 years ago
  49. 29eb80d Remove some spurious dependencies on MBEDTLS_SHA256_C by Gilles Peskine · 6 years ago
  50. 7b8efaf Add missing dependencies on MBEDTLS_MD_C by Gilles Peskine · 6 years ago
  51. aead02c Remove obsolete dependencies on MBEDTLS_MD_C by Gilles Peskine · 6 years ago
  52. 0a749c8 Implement and test psa_hash_compute, psa_hash_compare by Gilles Peskine · 6 years ago
  53. 79ef1d4 Merge pull request #2987 from AndrzejKurek/iotssl-2958-datagram-transport-simulated by Jaeden Amero · 6 years ago
  54. f712e16 Merge pull request #179 from mpg/sha512-no-sha384 by Manuel Pégourié-Gonnard · 6 years ago
  55. 8b38978 Merge pull request #349 from gilles-peskine-arm/coverity-20200115-crypto by Janos Follath · 6 years ago
  56. ba1150f Merge pull request #2995 from gilles-peskine-arm/coverity-20200115-tls into development by Janos Follath · 6 years ago
  57. bfc73bc Merge pull request #2988 from piotr-now/iotssl-2954-custom-io-callbacks-to-ssl-unit-test by Jaeden Amero · 6 years ago
  58. d796e19 Fix memory allocation fail in TCP mock socket by Piotr Nowicki · 6 years ago
  59. 890b5ca Change non-blocking read/write in TCP mock socket by Piotr Nowicki · 6 years ago
  60. fb437d7 Fix segmentation fault in mbedtls_test_buffer by Piotr Nowicki · 6 years ago
  61. bc483de Add a message-based socket mock connection to the ssl tests by Andrzej Kurek · 6 years ago
  62. 13719cd Add a message metadata queue in ssl tests by Andrzej Kurek · 6 years ago
  63. f777414 ssl test suite: enable dropping bytes from buffer by Andrzej Kurek · 6 years ago
  64. 95c893d More systematic handling of trailing garbage in parse_prefixes by Gilles Peskine · 6 years ago
  65. ef41838 Document how tested prefix lengths are chosen by Gilles Peskine · 6 years ago
  66. 9c67323 Fix outcome file leak if execute_tests exits early by Gilles Peskine · 6 years ago
  67. 84984ae Add missing return code check on calls to mbedtls_md() by Gilles Peskine · 6 years ago
  68. 9018b11 Check that mbedtls_mpi_grow succeeds by Gilles Peskine · 6 years ago
  69. 292672e If ASSERT_ALLOC_WEAK fails, mark the test as skipped, not passed by Gilles Peskine · 6 years ago
  70. 42a1acf get_len_step: Fix end-of-buffer calculation when buffer_size==0 by Gilles Peskine · 6 years ago
  71. 2e9f108 Bump version to Mbed TLS 2.20.0 by Janos Follath · 6 years ago
  72. 7428b45 Better coverage for copy and swap by Gilles Peskine · 6 years ago
  73. 72d7609 Bignum copy/shrink: More precise test case descriptions by Gilles Peskine · 6 years ago
  74. 83f33d3 Bump version to Mbed TLS 2.20.0 by Janos Follath · 6 years ago
  75. d27a884 Merge branch 'development' into development-restricted by Janos Follath · 6 years ago
  76. 86a39bd Improve readability of test dependencies by Manuel Pégourié-Gonnard · 6 years ago
  77. 6ba5a3f Declare test dependencies on !SHA512_NO_SHA384 by Manuel Pégourié-Gonnard · 6 years ago
  78. 180850a Merge pull request #291 from gilles-peskine-arm/ctr_drbg-test_aes_128 by Gilles Peskine · 6 years ago
  79. 7a1925c Add a few EC public key import/export test cases by Gilles Peskine · 6 years ago
  80. f8210f2 Test the block size for symmetric keys by Gilles Peskine · 6 years ago
  81. 92f2da9 More precise descriptions for format and parse tests by Gilles Peskine · 6 years ago
  82. fb745bf Fix memory failure handling in test_format_storage_data_check by Gilles Peskine · 6 years ago
  83. 667c111 Sanity checks for key attributes in exercise_key by Gilles Peskine · 6 years ago
  84. c673c2c Break up the ssl_mock_tcp unit test by Janos Follath · 6 years ago
  85. 3766ba5 Add non-blocking mock TCP callbacks to SSL tests by Janos Follath · 6 years ago
  86. 031827f Add mbedtls_mock_socket to SSL unit tests by Janos Follath · 6 years ago
  87. 81f7909 Merge pull request #325 from gilles-peskine-arm/psa-sign_hash by Gilles Peskine · 6 years ago
  88. 6264e66 Add mbedtls_test_buffer to SSL unit tests by Janos Follath · 6 years ago
  89. 2ff02c3 Document MBEDTLS_TEST_DEPRECATED by Gilles Peskine · 6 years ago
  90. 895242b Add negative test cases for deprecated aliases by Gilles Peskine · 6 years ago
  91. 512fe96 Fix test assert macro calls by Janos Follath · 6 years ago
  92. 6608e71 Change ASSERT_ALLOC to take a size in elements, not bytes by Gilles Peskine · 7 years ago
  93. 2840530 New macro ASSERT_ALLOC to allocate memory in tests by Gilles Peskine · 7 years ago
  94. 7bb1a7e Merge pull request #307 from msopiha-linaro/development by Gilles Peskine · 6 years ago
  95. 06c2889 Add test function for effective key attributes by Gilles Peskine · 6 years ago
  96. 0627f98 Add tests of deprecated PSA functions by Gilles Peskine · 6 years ago
  97. 841b14b Add tests of deprecated PSA macros by Gilles Peskine · 6 years ago
  98. 1a96049 Make the key_policy test function more flexible by Gilles Peskine · 6 years ago
  99. b951fd9 Merge pull request #310 from gilles-peskine-arm/memory_buffer_alloc-fatal-pass by Gilles Peskine · 6 years ago
  100. 8f4df81 Merge pull request #293 from gilles-peskine-arm/entropy-min by Gilles Peskine · 6 years ago