1. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  2. 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
  3. b5939e8 Merge pull request #4160 from stevew817/feature/driver_builtin_keys by Ronald Cron · 4 years, 4 months ago
  4. 9a97a13 Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
  5. e8e450a Merge pull request #4254 from mstarzyk-mobica/remove_libpkcs11-helper by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  6. 1216233 Merge pull request #4391 from gilles-peskine-arm/error-on-removed-options-20210421 by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  7. b683776 Per-line opt-out of check-names typo check by Gilles Peskine · 4 years, 4 months ago
  8. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
  9. f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 5 months ago
  10. 1cc91e7 Merge pull request #4366 from gilles-peskine-arm/development_3.0-merge_2.x-20210419 by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  11. 16529bd Merge pull request #4344 from TRodziewicz/remove_deprecated_things_in_crypto_compat_h by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  12. ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 4 months ago
  13. 0bbb38c Merge pull request #4199 from TRodziewicz/mul_shortcut_fix by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  14. a58625f Remove optional SHA-1 in the default TLS configuration. by Mateusz Starzyk · 4 years, 4 months ago
  15. 2cca9b8 Rename test driver source files to avoid file name conflicts by Steven Cooreman · 4 years, 4 months ago
  16. ce48702 Get a builtin key's attributes in order to correctly get its size by Steven Cooreman · 4 years, 4 months ago
  17. 054bf7f Reduce indentation need by checking negative case first by Steven Cooreman · 4 years, 4 months ago
  18. 43e4a40 Give builtin key export test functions the same dependencies by Steven Cooreman · 4 years, 4 months ago
  19. a1ce2f2 Rename test driver lifetime to location by Steven Cooreman · 4 years, 5 months ago
  20. c8b9534 Change signature of mbedtls_psa_platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
  21. 4b51925 Stricter test dependencies on builtin key test by Steven Cooreman · 4 years, 5 months ago
  22. 1a0fbac Refactor opaque key handling in the test driver by Steven Cooreman · 4 years, 5 months ago
  23. 33a32f0 Move test driver implementation of platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
  24. 203bcbb Style fixes (typos, whitespace, 80 column limit) by Steven Cooreman · 4 years, 5 months ago
  25. 437fcfc Add simple test coverage for builtin keys (PSA opaque driver export) by Steven Cooreman · 4 years, 6 months ago
  26. f9a55ff Add test driver implementation for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  27. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  28. c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
  29. f5c5351 Remove remaining comments and strings refering to removed features. by Mateusz Starzyk · 4 years, 4 months ago
  30. 09c916a Merge pull request #4257 from ronald-cron-arm/psa-aead by Gilles Peskine · 4 years, 4 months ago
  31. 2a1a673 Remove deprecated things from crypto_compat.h and dependent tests. by TRodziewicz · 4 years, 4 months ago
  32. b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 months ago
  33. 9a1c092 Merge pull request #4297 from gilles-peskine-arm/ecp-add-fix-202104 by Gilles Peskine · 4 years, 4 months ago
  34. 392d101 Clarify some comments by Gilles Peskine · 4 years, 4 months ago
  35. bd43f67 Fix copypasta in test case description by Gilles Peskine · 4 years, 4 months ago
  36. 0594205 Remove debug statement by TRodziewicz · 4 years, 4 months ago
  37. 611f043 Correct the new tests names by TRodziewicz · 4 years, 4 months ago
  38. 40de3c9 Fix Changelog, add separate test functions for hash of all-zero bits by TRodziewicz · 4 years, 4 months ago
  39. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  40. 6741fc9 Merge pull request #4306 from daverodgman/fix_mps_trace_macros by Dave Rodgman · 4 years, 4 months ago
  41. a1971c3 tests: psa: aead: Fix forced error code by Ronald Cron · 4 years, 4 months ago
  42. ea7ab13 Do validation on the algorithm argument in AEAD by Steven Cooreman · 4 years, 5 months ago
  43. d17dff3 tests: driver wrapper: Add AEAD dispatch testing by Ronald Cron · 4 years, 5 months ago
  44. bfe551d tests: Add AEAD transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
  45. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  46. 95caad3 Make check-names.sh accept any grep by Dave Rodgman · 4 years, 4 months ago
  47. 6341c06 Make check-names.sh accept any grep by Dave Rodgman · 4 years, 4 months ago
  48. add60da Scan library for enums in list-enum-consts.sh by Dave Rodgman · 4 years, 4 months ago
  49. b420259 Merge pull request #4174 from gilles-peskine-arm/psa-eddsa-spec by Gilles Peskine · 4 years, 4 months ago
  50. 20ad475 Remove trailing spaces by TRodziewicz · 4 years, 4 months ago
  51. 7bc6a37 Merge pull request #3183 from meuter/development by Gilles Peskine · 4 years, 4 months ago
  52. 5feb670 Fix the Changelog and extend tests to cover the hash of all-bits zero by TRodziewicz · 4 years, 4 months ago
  53. 889828d Merge pull request #4279 from ronald-cron-arm/fix-invalid-id-error-code by Gilles Peskine · 4 years, 4 months ago
  54. 5ef0b97 Don't comment out dependencies by Gilles Peskine · 4 years, 4 months ago
  55. a8a7033 Merge pull request #3615 from gilles-peskine-arm/ssl-opt-less-grep-development by Gilles Peskine · 4 years, 4 months ago
  56. 618be2e Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
  57. ca91ee4 Unit test function for mbedtls_ecp_muladd by Gilles Peskine · 4 years, 4 months ago
  58. b13a26c Add a few unit tests for mbedtls_mpi_read_string with leading zeros by Gilles Peskine · 4 years, 4 months ago
  59. a0bc2cd tests: psa: Fix copy fail test argument by Ronald Cron · 4 years, 4 months ago
  60. d3b458c tests: psa: Fix expected error code by Ronald Cron · 4 years, 4 months ago
  61. 88a5546 tests: psa: Add negative tests for psa_copy_key() by Ronald Cron · 4 years, 4 months ago
  62. 2af9641 Merge pull request #4198 from maulik-arm/maulik-arm/fix-4162 by Ronald Cron · 4 years, 4 months ago
  63. bf792e0 Merge pull request #3616 from militant-daos/bug_3175 by Gilles Peskine · 4 years, 4 months ago
  64. c0b1b25 Update tests/suites/test_suite_mps.function by Hanno Becker · 4 years, 4 months ago
  65. 5b3841d Fix uninitialized memory bug in MPS reader test by Hanno Becker · 4 years, 5 months ago
  66. 1b1e7eb Add unit test for integer overflow in mbedtls_mps_reader_reclaim() by Hanno Becker · 4 years, 5 months ago
  67. 756abeb Fix typo in MPS test suite by Hanno Becker · 4 years, 5 months ago
  68. d7fcbfa Test `paused` argument of MPS reader mbedtls_mps_reader_reclaim() by Hanno Becker · 4 years, 5 months ago
  69. 0093149 Fix spacing in MPS test suite by Hanno Becker · 4 years, 5 months ago
  70. 43c8f8c Put MPS under the umbrella of the TLS 1.3 experimental configuration by Hanno Becker · 4 years, 5 months ago
  71. 15da2fc Remove unnecessary parameter in MPS reader unit test by Hanno Becker · 4 years, 6 months ago
  72. 5047b56 Improve wording in MPS unit tests by Hanno Becker · 4 years, 6 months ago
  73. b17212a Use size_t instead of int for index in buffer loops in MPS unit test by Hanno Becker · 4 years, 6 months ago
  74. 8a04b10 Fix include path for MPS reader header in MPS test suite by Hanno Becker · 4 years, 6 months ago
  75. 014f683 Test MPS reader when reclaim fails because the acc is too small by Hanno Becker · 4 years, 6 months ago
  76. 8899396 Move MPS reader to mbedtls_mps_ namespace by Hanno Becker · 4 years, 6 months ago
  77. c518c3b Rename MPS files library/mps/xxx.[ch] to library/mps_xxx.[ch] by Hanno Becker · 4 years, 6 months ago
  78. 2b8bad3 MPS Reader Tests: Test feed() of NULL buffer by Hanno Becker · 4 years, 7 months ago
  79. 223b72e MPS Reader Tests: Exercise inconsistent reads after pausing by Hanno Becker · 4 years, 7 months ago
  80. 714cbeb MPS Reader Tests: Add random test by Hanno Becker · 4 years, 7 months ago
  81. b6fdd35 MPS Reader Tests: Use accumulator multiple times by Hanno Becker · 4 years, 7 months ago
  82. e1f173c MPS Reader Tests: Continue fetching after reclaim() was rejected by Hanno Becker · 4 years, 7 months ago
  83. cb2a88e MPS Reader Tests: Attempt reclaim while more data is available by Hanno Becker · 4 years, 7 months ago
  84. aac4122 MPS Reader Tests: Test multiple feed() calls to fulfill read request by Hanno Becker · 4 years, 7 months ago
  85. e82952a MPS Reader Tests: Test use of accumulator by Hanno Becker · 4 years, 7 months ago
  86. caf1a3f MPS Reader Tests: Accumulator too small by Hanno Becker · 4 years, 7 months ago
  87. 7d86b74 MPS Reader Tests: Request more data than what's available by Hanno Becker · 4 years, 7 months ago
  88. 7973b2d MPS Reader Tests: Test two rounds of fetching in multiple steps by Hanno Becker · 4 years, 7 months ago
  89. dbd8a96 MPS Reader Tests: Add test for feed-{get,get,...}-commit-reclaim by Hanno Becker · 4 years, 7 months ago
  90. 0e4edfc MPS Reader Tests: Add test for >1 feed-get-commit-reclaim cycles by Hanno Becker · 4 years, 7 months ago
  91. 09d880a MPS Reader Tests: Test basic feed-get-commit-reclaim cycle by Hanno Becker · 4 years, 7 months ago
  92. 77e47c0 Add key material for twisted Edwards curves by Gilles Peskine · 4 years, 5 months ago
  93. 3a1101a Define algorithms for EdDSA by Gilles Peskine · 4 years, 5 months ago
  94. 6754680 New elliptic curve family: twisted Edwards by Gilles Peskine · 4 years, 5 months ago
  95. 4dfb83c Merge pull request #4164 from chris-jones-arm/move-internal-headers by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  96. 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
  97. e6f6301 psa: Add cipher accelerator flags to test_psa_crypto_drivers by Ronald Cron · 4 years, 5 months ago
  98. 067de3b tests: psa: Test cipher operations by a transparent driver by Ronald Cron · 4 years, 5 months ago
  99. 5d9b00d psa: cipher: Include Mbed TLS cipher driver only if necessary by Ronald Cron · 4 years, 5 months ago
  100. 3522e32 psa: cipher: Add transparent driver test specific entry points by Ronald Cron · 4 years, 5 months ago