1. 392d101 Clarify some comments by Gilles Peskine · 4 years, 4 months ago
  2. bd43f67 Fix copypasta in test case description by Gilles Peskine · 4 years, 4 months ago
  3. 618be2e Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
  4. ca91ee4 Unit test function for mbedtls_ecp_muladd by Gilles Peskine · 4 years, 4 months ago
  5. b13a26c Add a few unit tests for mbedtls_mpi_read_string with leading zeros by Gilles Peskine · 4 years, 4 months ago
  6. 2af9641 Merge pull request #4198 from maulik-arm/maulik-arm/fix-4162 by Ronald Cron · 4 years, 4 months ago
  7. bf792e0 Merge pull request #3616 from militant-daos/bug_3175 by Gilles Peskine · 4 years, 4 months ago
  8. c0b1b25 Update tests/suites/test_suite_mps.function by Hanno Becker · 4 years, 4 months ago
  9. 5b3841d Fix uninitialized memory bug in MPS reader test by Hanno Becker · 4 years, 5 months ago
  10. 1b1e7eb Add unit test for integer overflow in mbedtls_mps_reader_reclaim() by Hanno Becker · 4 years, 5 months ago
  11. 756abeb Fix typo in MPS test suite by Hanno Becker · 4 years, 5 months ago
  12. d7fcbfa Test `paused` argument of MPS reader mbedtls_mps_reader_reclaim() by Hanno Becker · 4 years, 5 months ago
  13. 0093149 Fix spacing in MPS test suite by Hanno Becker · 4 years, 5 months ago
  14. 43c8f8c Put MPS under the umbrella of the TLS 1.3 experimental configuration by Hanno Becker · 4 years, 5 months ago
  15. 15da2fc Remove unnecessary parameter in MPS reader unit test by Hanno Becker · 4 years, 6 months ago
  16. 5047b56 Improve wording in MPS unit tests by Hanno Becker · 4 years, 6 months ago
  17. b17212a Use size_t instead of int for index in buffer loops in MPS unit test by Hanno Becker · 4 years, 6 months ago
  18. 8a04b10 Fix include path for MPS reader header in MPS test suite by Hanno Becker · 4 years, 6 months ago
  19. 014f683 Test MPS reader when reclaim fails because the acc is too small by Hanno Becker · 4 years, 6 months ago
  20. 8899396 Move MPS reader to mbedtls_mps_ namespace by Hanno Becker · 4 years, 6 months ago
  21. c518c3b Rename MPS files library/mps/xxx.[ch] to library/mps_xxx.[ch] by Hanno Becker · 4 years, 6 months ago
  22. 2b8bad3 MPS Reader Tests: Test feed() of NULL buffer by Hanno Becker · 4 years, 7 months ago
  23. 223b72e MPS Reader Tests: Exercise inconsistent reads after pausing by Hanno Becker · 4 years, 7 months ago
  24. 714cbeb MPS Reader Tests: Add random test by Hanno Becker · 4 years, 7 months ago
  25. b6fdd35 MPS Reader Tests: Use accumulator multiple times by Hanno Becker · 4 years, 7 months ago
  26. e1f173c MPS Reader Tests: Continue fetching after reclaim() was rejected by Hanno Becker · 4 years, 7 months ago
  27. cb2a88e MPS Reader Tests: Attempt reclaim while more data is available by Hanno Becker · 4 years, 7 months ago
  28. aac4122 MPS Reader Tests: Test multiple feed() calls to fulfill read request by Hanno Becker · 4 years, 7 months ago
  29. e82952a MPS Reader Tests: Test use of accumulator by Hanno Becker · 4 years, 7 months ago
  30. caf1a3f MPS Reader Tests: Accumulator too small by Hanno Becker · 4 years, 7 months ago
  31. 7d86b74 MPS Reader Tests: Request more data than what's available by Hanno Becker · 4 years, 7 months ago
  32. 7973b2d MPS Reader Tests: Test two rounds of fetching in multiple steps by Hanno Becker · 4 years, 7 months ago
  33. dbd8a96 MPS Reader Tests: Add test for feed-{get,get,...}-commit-reclaim by Hanno Becker · 4 years, 7 months ago
  34. 0e4edfc MPS Reader Tests: Add test for >1 feed-get-commit-reclaim cycles by Hanno Becker · 4 years, 7 months ago
  35. 09d880a MPS Reader Tests: Test basic feed-get-commit-reclaim cycle by Hanno Becker · 4 years, 7 months ago
  36. 5d9b00d psa: cipher: Include Mbed TLS cipher driver only if necessary by Ronald Cron · 4 years, 5 months ago
  37. ac5db4d Merge pull request #4246 from ronald-cron-arm/finalize-psa-config-support by Ronald Cron · 4 years, 4 months ago
  38. 9f97c6e Update PSA crypto test dependencies by Ronald Cron · 4 years, 5 months ago
  39. 0c510f3 Fix NULL+0 in test code by Gilles Peskine · 4 years, 5 months ago
  40. ee414c7 Update dependencies in PSA test code by Ronald Cron · 4 years, 5 months ago
  41. 63c3dc9 Merge pull request #4158 from d3zd3z/pr/psa-config-ec by Ronald Cron · 4 years, 5 months ago
  42. 01196d0 Merge pull request #4214 from gilles-peskine-arm/psa-storage-format-test-types by Gilles Peskine · 4 years, 5 months ago
  43. 3240c9d Update tests for other invalid key operations. by Maulik Patel · 4 years, 5 months ago
  44. 02a1750 Update tests for psa_close_key for invalid key. by Maulik Patel · 4 years, 5 months ago
  45. f65ad8c Update psa_open_key tests for invalid key. by Maulik Patel · 4 years, 5 months ago
  46. 0e7b6eb Fix typos in comments by Gilles Peskine · 4 years, 5 months ago
  47. d86bc52 Cover encodings of algorithms without parameters by Gilles Peskine · 4 years, 5 months ago
  48. 44bfed5 Update PSA not supported generated data by David Brown · 4 years, 5 months ago
  49. 110ea81 psa: Fix name of BRAINPOOL configs by David Brown · 4 years, 5 months ago
  50. 85537fa psa: ecdsa: Resolve incorrect merge resolution by David Brown · 4 years, 5 months ago
  51. e483a77 Merge pull request #816 from ARMmbed/development by Dave Rodgman · 4 years, 5 months ago mbedtls-2.26.0 v2.26.0
  52. fc86f3f Merge pull request #3386 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size by Ronald Cron · 4 years, 5 months ago
  53. f8223ab Cover all key types by Gilles Peskine · 4 years, 5 months ago
  54. 897dff9 Code to generate storage format test cases by Gilles Peskine · 4 years, 5 months ago
  55. 00d37d0 Test code for storage format stability by Gilles Peskine · 4 years, 5 months ago
  56. cc2f869 Fix generated psa crypto tests by David Brown · 4 years, 5 months ago
  57. dcdde59 tests: psa: Change Elliptic curve defines to PSA names by David Brown · 4 years, 5 months ago
  58. dd9e8f6 Fix potential buffer overflow in printf by Paul Elliott · 4 years, 8 months ago
  59. 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  60. bfe7549 Bump version to 2.26.0 by Dave Rodgman · 4 years, 5 months ago
  61. 5cce6a2 Merge branch 'development-restricted' into mbedtls-2.26.0-rc by Dave Rodgman · 4 years, 5 months ago
  62. e252868 Merge pull request #4067 from stevew817/feature/allow_multilength_aead by Gilles Peskine · 4 years, 5 months ago
  63. bb9cbc7 psa: ecdsa: Prefer NOT_SUPPORTED error code by Ronald Cron · 4 years, 5 months ago
  64. 3c973f4 Fix misnamed base64 test by Paul Elliott · 4 years, 5 months ago
  65. 9103d49 psa: ecdsa: Rework deterministic support check by Ronald Cron · 4 years, 5 months ago
  66. d0b0ba8 Merge pull request #4173 from gilles-peskine-arm/net_poll-fd_setsize-development by Janos Follath · 4 years, 5 months ago
  67. f9f7fdf Rework MAC algorithm / key type validation by Steven Cooreman · 4 years, 5 months ago
  68. 58c94d3 Make psa_get_mac_output_length testable and test it by Steven Cooreman · 4 years, 5 months ago
  69. c48cb80 Prevent false positive CF Test Failures by Paul Elliott · 4 years, 5 months ago
  70. c1a895d Add further more rigorous tests for base64 by Paul Elliott · 4 years, 5 months ago
  71. 5ad4bf7 Move MAC default length checking into psa_key_policy_permits by Steven Cooreman · 4 years, 5 months ago
  72. 328f11c Language & readability touchups by Steven Cooreman · 4 years, 5 months ago
  73. 2a02787 Merge pull request #4148 from stevew817/add_missing_non_12b_gcm_test_skip by Ronald Cron · 4 years, 5 months ago
  74. 16a05f5 Add metadata tests intertwining truncated and at-least-length algos by Steven Cooreman · 4 years, 5 months ago
  75. a1d8322 Fix typos & copy-paste errors by Steven Cooreman · 4 years, 5 months ago
  76. fb9cb92 Move wildcard-to-exercisable conversion to exercise_key in test suite by Steven Cooreman · 4 years, 5 months ago
  77. 7e39f05 Using a wildcard as a specific algorithm now reports invalid argument by Steven Cooreman · 4 years, 5 months ago
  78. ae3f13b Add more test cases and fix AT_LEAST_THIS_LENGTH against base algorithm by Steven Cooreman · 4 years, 5 months ago
  79. a96e241 Test _AT_LEAST_THIS_LENGTH macros in the PSA Crypto metadata test suite by Steven Cooreman · 4 years, 5 months ago
  80. 2c2efa4 Fix dependency-setting script and test dependencies for new tests by Steven Cooreman · 4 years, 5 months ago
  81. 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 6 months ago
  82. caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 6 months ago
  83. b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
  84. ceface2 Add test for ouput buffer size macros by gabor-mezei-arm · 4 years, 7 months ago
  85. 574cf7b Clarify how a file descriptor could still be more than the limit by Gilles Peskine · 4 years, 5 months ago
  86. 97c57fe Fix sloppiness around stricly less-than vs less or equal by Gilles Peskine · 4 years, 5 months ago
  87. 6667a78 Add test for mbedtls_net_poll beyond FD_SETSIZE by Gilles Peskine · 4 years, 5 months ago
  88. 1c0e48a New test suite: net by Gilles Peskine · 4 years, 5 months ago
  89. 448d546 First pass at constant flow tests for base64 by Paul Elliott · 4 years, 5 months ago
  90. 5a7702e Fix some C function documentation in the test framework by Gilles Peskine · 4 years, 5 months ago
  91. 6e0d5bd Increment the test step number when invalidating a key by Gilles Peskine · 4 years, 6 months ago
  92. 65048ad Destroy recorded persistent keys in PSA_DONE() by Gilles Peskine · 4 years, 6 months ago
  93. aae718c New test helper to purge persistent key from memory by Gilles Peskine · 4 years, 6 months ago
  94. 313ffb8 Move PSA storage cleanup out of the slot_management test suite by Gilles Peskine · 4 years, 6 months ago
  95. b9ad794 Push back on divergence of duplicated code by Gilles Peskine · 4 years, 6 months ago
  96. e95a643 Prepare to move persistent storage cleanup to common code by Gilles Peskine · 4 years, 6 months ago
  97. e78b002 Move exercise_key and related functions to their own module by Gilles Peskine · 4 years, 6 months ago
  98. 8e94efe Move asn1_skip_integer to the asn1_helpers module by Gilles Peskine · 4 years, 6 months ago
  99. ea38a92 Remove a redundant export step in import_export by Gilles Peskine · 4 years, 6 months ago
  100. c18e25f Prepare to move exercise_key and friends to their own module by Gilles Peskine · 4 years, 6 months ago