1. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 5 years ago
  2. 7107e66 Merge pull request #3644 from stevew817/feature/transparent_multipart_driver by Gilles Peskine · 5 years ago
  3. 7424f0d psa: Move key identifier related macros and functions by Ronald Cron · 5 years ago
  4. cb54610 Set MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER in baremetal configuration by Ronald Cron · 5 years ago
  5. 9a2511e Fix key owner identifier documentation by Ronald Cron · 5 years ago
  6. 5eba579 Remove unnecessary inline definition by Ronald Cron · 5 years ago
  7. 6d81f7e Final feedback from @ronald-cron-arm by Steven Cooreman · 5 years ago
  8. ef8575e Apply review feedback by Steven Cooreman · 5 years ago
  9. 89e54f2 Add mock and negative testing to cipher driver by Steven Cooreman · 5 years ago
  10. a07b997 Update semantics around driver context use in psa_cipher_setup by Steven Cooreman · 5 years ago
  11. eca33c6 Add testing of fallback to cipher operations by Steven Cooreman · 5 years ago
  12. fe0ab55 Implement one-shot cipher in test driver by Steven Cooreman · 5 years ago
  13. e55f3e8 Make sure to not call mbedtls_cipher_free on an uninitialised context by Steven Cooreman · 5 years ago
  14. b5e52f2 Remove superfluous call in PSA cipher setup by Steven Cooreman · 5 years ago
  15. 16afd3d Unify cipher setup function inside test driver by Steven Cooreman · 5 years ago
  16. 7df0292 Check & set operation flags for both driver and software in the core by Steven Cooreman · 5 years ago
  17. cfeea8f Unify driver context struct handling by Steven Cooreman · 5 years ago
  18. 150c99b Simplify cipher setup wrapper body by Steven Cooreman · 5 years ago
  19. fb81aa5 Only pass the driver-relevant portion of the context struct by Steven Cooreman · 5 years ago
  20. 5240e8b Style and language fixes from review by Steven Cooreman · 5 years ago
  21. acb5a10 Structify cipher test driver hook variables by Steven Cooreman · 5 years ago
  22. 435beea Add new files to IDE project by Steven Cooreman · 5 years ago
  23. a32193f Add changelog entry by Steven Cooreman · 5 years ago
  24. d53c1bf Exercise the AES-CTR multipart driver and check it gets called by Steven Cooreman · 5 years ago
  25. 8b12225 Add a working implementation of a multipart AES-CTR test driver by Steven Cooreman · 5 years ago
  26. 3ec4018 Update license texts by Steven Cooreman · 5 years ago
  27. d3feccd Restructure cipher context object to contain driver switch by Steven Cooreman · 5 years ago
  28. 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
  29. b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 5 years ago
  30. a0a210f Merge pull request #3628 from gilles-peskine-arm/psa-conditional-inclusion-c-proposal by Gilles Peskine · 5 years ago
  31. 2a739c4 Merge pull request #3569 from cm6n/fix_mbedtlssslsetbio_description by Gilles Peskine · 5 years ago
  32. 963c9e4 Merge pull request #3588 from guidovranken/fix-clang12-Wstring-concatenation by Janos Follath · 5 years ago
  33. a75a06b Merge pull request #3630 from mpg/rm-useless-cast-x509 by Gilles Peskine · 5 years ago
  34. 6bf4f5f Merge pull request #3585 from jdurkop/fix/undefined-reference-3294 by Gilles Peskine · 5 years ago
  35. e5874e1 Merge pull request #3525 from HowJMay/typo by Dave Rodgman · 5 years ago
  36. 0e9afb8 Minor fixes to changelog by Dave Rodgman · 5 years ago
  37. ccbd622 Fix typo in comment by HowJMay · 5 years ago
  38. d617122 Remove check compilation guards from travis build by John Durkop · 5 years ago
  39. 628ed4e Merge pull request #3592 from d-otte/development by Manuel Pégourié-Gonnard · 5 years ago
  40. 619e09e Minor update to all.sh to change test order by John Durkop · 5 years ago
  41. d4efa8d Fix pk_ec_test_vec() to use MBEDTLS_MD_NONE by John Durkop · 5 years ago
  42. 2ec2eaa Fix test issues with depends-hashes by John Durkop · 5 years ago
  43. 1ffec8f Merge pull request #3501 from stevew817/feature/transparent_drivers_trial by Gilles Peskine · 5 years ago
  44. 177deba Fix style and pull out ECB processing in separate function by Steven Cooreman · 5 years ago
  45. 0d7c64d Changed test driver include folder to reflect it's a test driver by Steven Cooreman · 5 years ago
  46. 831c695 Apply feedback from PR review by Steven Cooreman · 5 years ago
  47. b9da1dd adding entry file to ChangeLog.d for PR3592 by Daniel Otte · 5 years ago
  48. 6086151 adjusting comment on sliding window memory usage. by Daniel Otte · 5 years ago
  49. 4374dc4 fixing spelling mistakes (window <-- windows) by Daniel Otte · 5 years ago
  50. 34b07e7 Add a subsection with driver interface terminology by Gilles Peskine · 5 years ago
  51. 6cf4ab8 Fix formatting glitch by Gilles Peskine · 5 years ago
  52. 853f9bd Merge pull request #3625 from gilles-peskine-arm/test-fail-report-first by Gilles Peskine · 5 years ago
  53. 56250fd Style fixes after PR review by Steven Cooreman · 5 years ago
  54. 8d2bde7 Make sure software fallback isn't tried on opaque keys by Steven Cooreman · 5 years ago
  55. 15f58d2 Move mbedtls_to_psa_error declaration to internal header by Steven Cooreman · 5 years ago
  56. 2c7b2f8 Apply changes from #3546 to newly introduced files by Steven Cooreman · 5 years ago
  57. f1720ea Fix macro naming to match inhouse style by Steven Cooreman · 5 years ago
  58. 1cd39d5 Use own define for building with test drivers by Steven Cooreman · 5 years ago
  59. 7922396 Added changelog by Steven Cooreman · 5 years ago
  60. 2a1664c Add & splice in test driver for ECC keygen by Steven Cooreman · 5 years ago
  61. 0116416 Expose mbedtls_error_to_psa_status for use in test drivers by Steven Cooreman · 5 years ago
  62. 55ae217 Add and splice in signature verification through driver by Steven Cooreman · 5 years ago
  63. 7a25057 Move handling of 'SE' drivers into driver wrappers by Steven Cooreman · 5 years ago
  64. d57203d Add driver tests and run them through all.sh by Steven Cooreman · 5 years ago
  65. cd84cb4 Add a handcrafted first version of the driver wrapper code by Steven Cooreman · 5 years ago
  66. 0d59f7b0 Add configuration flag `MBEDTLS_PSA_CRYPTO_DRIVERS` by Steven Cooreman · 5 years ago
  67. a70d588 Add initial test driver conforming to the new spec by Steven Cooreman · 5 years ago
  68. 0deccf1 Initialize ret from test code by Gilles Peskine · 5 years ago
  69. 79ca427 psa: storage: Use key id macros to compute ITS file identifier by Ronald Cron · 5 years ago
  70. f1c9a55 tests: psa: Add checks involving unknown key owner ids by Ronald Cron · 5 years ago
  71. 81e0050 tests: psa: Add owner identifier as test parameter by Ronald Cron · 5 years ago
  72. 5731f6f tests: psa: Fix storage purge in se_driver_hal tests (2) by Ronald Cron · 5 years ago
  73. 978d57d tests: psa: Fix storage purge in se_driver_hal tests (1) by Ronald Cron · 5 years ago
  74. ecfb237 Fix PSA code and unit tests by Ronald Cron · 5 years ago
  75. 2647b68 Set MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER in full configuration by Ronald Cron · 5 years ago
  76. 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
  77. 72f65fc psa: Rename pss_key_owner_id_t to mbedtls_key_owner_id_t by Ronald Cron · 5 years ago
  78. fa7d7af psa: Don't reset the key owner id in psa_set_key_lifetime by Ronald Cron · 5 years ago
  79. 039a98b Define always psa_key_id_t as defined in PSA crypto spec by Ronald Cron · 5 years ago
  80. 27238fc psa: Use psa_key_file_id_t as the key id type by Ronald Cron · 5 years ago
  81. 80b9510 psa: Move psa_key_file_id_t definition to crypto_types.h by Ronald Cron · 5 years ago
  82. 4b5aba8 Merge pull request #3632 from gilles-peskine-arm/all.sh-armgcc-c99 by Gilles Peskine · 5 years ago
  83. aeedd74 Pass -std=c99 to arm-none-eabi-gcc by Gilles Peskine · 5 years ago
  84. feaebc5 x509.c: Remove one unnecessary cast by Andrzej Kurek · 5 years ago
  85. 2e4062c First go at describing how this can be implemented by Gilles Peskine · 5 years ago
  86. 54a0ad2 Note the limitation that you can't exclude multipart support by Gilles Peskine · 5 years ago
  87. dbd2e3c Nicer time stamp format by Gilles Peskine · 5 years ago
  88. b51f96a Pure C configuration of PSA crypto mechanisms by Gilles Peskine · 5 years ago
  89. 349eadc Report the first failure, not the last one by Gilles Peskine · 5 years ago
  90. 523f055 Merge pull request #748 from ARMmbed/mbedtls-2.24.0r0-pr by Janos Follath · 5 years ago mbedtls-2.24.0 v2.24.0
  91. 6012f0e Finalize ChangeLog by Janos Follath · 5 years ago
  92. 17ffc5d Bump version to Mbed TLS 2.24.0 by Janos Follath · 5 years ago
  93. c18a7b8 Assemble ChangeLog by Janos Follath · 5 years ago
  94. d2ce916 Merge branch 'development-restricted' by Janos Follath · 5 years ago
  95. d4b9133 Merge pull request #3611 from gilles-peskine-arm/psa-coverity-cleanups-202008 by Gilles Peskine · 5 years ago
  96. 9e4d438 Merge pull request #3433 from raoulstrackx/raoul/verify_crl_without_time by Gilles Peskine · 5 years ago
  97. 2db7be1 Merge pull request #3612 from gilles-peskine-arm/psa-mac-negative-tests by Manuel Pégourié-Gonnard · 5 years ago
  98. a2e518d Fix the documentation of has_even_parity by Gilles Peskine · 5 years ago
  99. 3767122 Merge pull request #737 from mpg/changelog-for-local-lucky13-dev-restricted by Manuel Pégourié-Gonnard · 5 years ago
  100. ed9fbc6 Clearer function name for parity check by Gilles Peskine · 5 years ago