1. 72f40c6 Merge pull request #59 from gilles-peskine-arm/psa-its-64_bit_internal_key_id by Jaeden Amero · 6 years ago
  2. 572f067 PSA crypto service: encode the key owner (ITS backend only) by Gilles Peskine · 6 years ago
  3. 69d7c8b Declare a psa_key_file_id_t layout with an owner field by Gilles Peskine · 6 years ago
  4. 5b229a0 Support encoding an owner in key file IDs by Gilles Peskine · 6 years ago
  5. e988a66 Fix PSA_MAX_PERSISTENT_KEY_IDENTIFIER to mean what it says by Gilles Peskine · 6 years ago
  6. c8569bc Move key id validity check into its own function by Gilles Peskine · 6 years ago
  7. 5483461 Merge pull request #62 from gilles-peskine-arm/psa-stream_cipher_update_test by Jaeden Amero · 6 years ago
  8. 97eaea9 Merge pull request #32 from itayzafrir/ipc-support-64-bit-key-ids by Jaeden Amero · 6 years ago
  9. 3971c10 Merge pull request #53 from gilles-peskine-arm/storage_spec-initial by Jaeden Amero · 6 years ago
  10. e086652 Test the length of cipher_update output by Gilles Peskine · 6 years ago
  11. a04ba4e Add some CTR multipart tests by Gilles Peskine · 6 years ago
  12. 3215de4 Add CBC multipart tests with 2 blocks by Gilles Peskine · 6 years ago
  13. 3b7e084 Fix incorrect length check in multipart cipher tests by Gilles Peskine · 6 years ago
  14. ee46fe7 Fix output size calculations in cipher tests by Gilles Peskine · 6 years ago
  15. 2b88dc3 Merge pull request #61 from Patater/travis-ci-seed-four by Jaeden Amero · 6 years ago
  16. bb2ce8a travis: Use seed 4 when running ssl-opt.sh by Jaeden Amero · 6 years ago
  17. 7723ab1 Add common header for crypto service integration by itayzafrir · 6 years ago
  18. 7132dd9 Prepare support for 64 bit key ids in a PSA system. by itayzafrir · 7 years ago
  19. 7e2cda1 Merge pull request #11 from gilles-peskine-arm/psa-setup_bad_state-document by Jaeden Amero · 6 years ago
  20. 065c426 Merge pull request #57 from Patater/check-generator-validity by Jaeden Amero · 6 years ago
  21. cf2010c psa: Check generator validity before read by Jaeden Amero · 6 years ago
  22. 9654e11 Merge pull request #55 from davidsaada/david_its_ps_err_codes by Jaeden Amero · 6 years ago
  23. a2523b2 Replace ITS specific types with more generic PSA storage types by David Saada · 6 years ago
  24. b4ecc27 Replace PSA error code definitions with the ones defined in PSA spec by David Saada · 6 years ago
  25. 0574e6a Merge pull request #51 from Patater/update-dev-tls-dev-crypto-merge by Jaeden Amero · 6 years ago
  26. db29ab5 psa: Fix builds without MBEDTLS_PLATFORM_C by Jaeden Amero · 6 years ago
  27. 44a59ab psa: Enable use of PSA examples with CHECK_PARAMS by Jaeden Amero · 6 years ago
  28. 892cd6d psa: Use new generic error codes by Jaeden Amero · 6 years ago
  29. 1fe81d4 psa_utils: Make fallthrough clear for compilers by Jaeden Amero · 6 years ago
  30. 06b161a psa: Add latest PSA Crypto config.h by Jaeden Amero · 6 years ago
  31. e820662 Update config-default.h to the latest from Mbed TLS by Jaeden Amero · 6 years ago
  32. 67ea2c5 Merge branch 'development-psa-proposed' into development by Jaeden Amero · 6 years ago
  33. eb50871 all.sh: add a seedfile generation step by Andrzej Kurek · 6 years ago
  34. 247842c Merge pull request #56 from gilles-peskine-arm/psa_constant_names-status_is_signed by Jaeden Amero · 6 years ago
  35. c058773 Update submodule pointer to dea02cc8b by Andrzej Kurek · 6 years ago
  36. c4cd2ad test_psa_constant_names: fix uses of C integer types by Gilles Peskine · 6 years ago
  37. 3f77526 psa_constant_names: adding support for signed types by Gilles Peskine · 6 years ago
  38. 1b87984 psa_constant_names: factor unsigned support into its own function by Gilles Peskine · 6 years ago
  39. f02fbf4 Don't mention "crypto service" when discussing a library integration by Gilles Peskine · 6 years ago
  40. 3ea2687 psa: Initialize crypto in tests that need to by Jaeden Amero · 6 years ago
  41. 2d7e5fe Merge pull request #46 from Patater/fix-windows-initializers by Jaeden Amero · 6 years ago
  42. b5a132f Minor clarifications by Gilles Peskine · 6 years ago
  43. 1fb011f Merge pull request #152 from ARMmbed/psa-test-psa_constant_names by Jaeden Amero · 6 years ago
  44. a3abf54 Merge pull request #52 from Patater/verbosify-cmake-tests by Jaeden Amero · 6 years ago
  45. 0b02002 Specification of how Mbed Crypto uses storage by Gilles Peskine · 6 years ago
  46. 4945176 Add framework for architecture documents in Markdown by Gilles Peskine · 6 years ago
  47. d48e9c7 all.sh: Enable verbose failure messages for CMake by Jaeden Amero · 6 years ago
  48. 8a23dc6 Merge pull request #48 from dgreen-arm/fix-zero-key-copy by Jaeden Amero · 6 years ago
  49. 8096caf Only zeroize buffer if the buffer length is non-zero by Darryl Green · 6 years ago
  50. 08b807a Update crypto submodule version to commit f54597144874 by Andrzej Kurek · 6 years ago
  51. 8593bca Allow NULL buffers in psa_copy_key_material when the key size is zero by Darryl Green · 6 years ago
  52. 6f7703d rsa: Enable use of zero-length null output by Jaeden Amero · 6 years ago
  53. 004f87b RSA encryption: accept input=NULL if ilen=0 by Gilles Peskine · 7 years ago
  54. fb23673 Revert "Forbid passing NULL input buffers to RSA encryption routines" by Jaeden Amero · 6 years ago
  55. 02f39ac Adjust documentation of mbedtls_cipher_update_ad by Andrzej Kurek · 6 years ago
  56. 57f04e5 Adjust documentation of mbedtls_cipher_update_ad by Andrzej Kurek · 6 years ago
  57. 2a0f48a Merge pull request #43 from Patater/update-2.16-dev by Jaeden Amero · 6 years ago
  58. 3c2b15d Update version_features file by Andrzej Kurek · 6 years ago
  59. 5229bbb psa: Test fresh contexts have default behavior by Jaeden Amero · 6 years ago
  60. 6fd4ee2 Merge pull request #20 from gilles-peskine-arm/psa-copy_key by Jaeden Amero · 6 years ago
  61. 85ac0ae Update submodule version to include parameter validation for rsa.c by Andrzej Kurek · 6 years ago
  62. 1724574 Add MBEDTLS_PSA_HAS_ITS_IO to config.pl exclude list by Andrzej Kurek · 6 years ago
  63. 21b33b0 Run generate_psa_constants.py before building psa_constant_names with cmake by Darryl Green · 6 years ago
  64. d3643ef Add PSA defines to config.pl exclude list by Andrzej Kurek · 6 years ago
  65. 70d8a5b Update crypto submodule version to 94a3abcd by Andrzej Kurek · 6 years ago
  66. 7f04214 psa: Rename PSA_HASH_FINAL_SIZE to PSA_HASH_SIZE by Jaeden Amero · 6 years ago
  67. c979f6a psa: Test empty PKCS#1 v1.5 decryption by Jaeden Amero · 6 years ago
  68. f8daab7 psa: Enable testing RSA decryption with output sizes by Jaeden Amero · 6 years ago
  69. 412654a psa: Expect output-buffer-sized RSA-decryption by Jaeden Amero · 6 years ago
  70. 4728469 rsa: Re-enable use of zero-length null output by Jaeden Amero · 6 years ago
  71. 6893364 Merge commit '01b34fb316a5' into development by Jaeden Amero · 7 years ago
  72. da7c80e Add dependency to Makefile by Darryl Green · 6 years ago
  73. c9516fb Document exercise_key and fix one incorrect usage by Gilles Peskine · 7 years ago
  74. e84d5d2 psa_copy_key: Add test cases to specifically check non-exportability by Gilles Peskine · 7 years ago
  75. df72306 Fix typo in generate_psa_constants.py by Darryl Green · 6 years ago
  76. ae2f5f1 Merge pull request #44 from mpg/fix-double-return by Jaeden Amero · 6 years ago
  77. 45010a3 Move test_psa_constant_names to a full config build by Darryl Green · 6 years ago
  78. d519583 Run generate_psa_constants.py in cmake builds by Darryl Green · 6 years ago
  79. b8fe068 Document that ECDH and FFDH are excluded only temporarily by Darryl Green · 6 years ago
  80. aec5a7f psa_copy_key: minor documentation clarification by Gilles Peskine · 7 years ago
  81. 3dab69d Merge pull request #39 from gilles-peskine-arm/psa-api-1.0-beta-docs by Jaeden Amero · 7 years ago
  82. f2a7529 Fix double return statement in cipher.c by Manuel Pégourié-Gonnard · 7 years ago
  83. 1767e40 all.sh: fix submodule test names by Andrzej Kurek · 7 years ago
  84. 8a2e97c Merge development-psa commit 80b5662 into development-psa-merged branch by Andrzej Kurek · 7 years ago
  85. e9c3b81 all.sh: move crypto submodule check to pre_check_git by Andrzej Kurek · 7 years ago
  86. c690523 Merge PSA config and check-config changes by Andrzej Kurek · 7 years ago
  87. d142856 cipher: remove unnecessary precondition by Andrzej Kurek · 7 years ago
  88. efed323 pk: restructure precondition check by Andrzej Kurek · 7 years ago
  89. b274f27 Documentation fixes by Andrzej Kurek · 7 years ago
  90. fd0381a all.sh: change test_submodule to test_use_psa_crypto by Andrzej Kurek · 7 years ago
  91. 8764ccc ChangeLog: rearrange misplaced sections. by Andrzej Kurek · 7 years ago
  92. 246cc86 cipher: fix indentation by Andrzej Kurek · 7 years ago
  93. 61b7f61 Change unknown hash algorithm value by Darryl Green · 7 years ago
  94. 80b5662 Merge remote-tracking branch 'origin/pr/2386' into development-psa by Jaeden Amero · 7 years ago archive/development-psa development-psa
  95. d18b264 Merge remote-tracking branch 'origin/pr/2382' into development-psa by Jaeden Amero · 7 years ago
  96. 65408c5 Merge remote-tracking branch 'origin/pr/2355' into development-psa by Jaeden Amero · 7 years ago
  97. d4a31d3 Merge remote-tracking branch 'origin/pr/2350' into development-psa by Jaeden Amero · 7 years ago
  98. 1359a8f Update submodule version to point to fixed, forked repository by Andrzej Kurek · 7 years ago
  99. 70fc655 Update Crypto submodule to merge of sibling PR by Hanno Becker · 7 years ago
  100. acdf07c Merge pull request #41 from hanno-arm/ec_pubkey_fmt_fixes by Jaeden Amero · 7 years ago