1. b281f74 psa: example: Initialize operation contexts by Jaeden Amero · 6 years ago
  2. 0574e6a Merge pull request #51 from Patater/update-dev-tls-dev-crypto-merge by Jaeden Amero · 6 years ago
  3. db29ab5 psa: Fix builds without MBEDTLS_PLATFORM_C by Jaeden Amero · 6 years ago
  4. 44a59ab psa: Enable use of PSA examples with CHECK_PARAMS by Jaeden Amero · 6 years ago
  5. 67ea2c5 Merge branch 'development-psa-proposed' into development by Jaeden Amero · 6 years ago
  6. 3f77526 psa_constant_names: adding support for signed types by Gilles Peskine · 6 years ago
  7. 1b87984 psa_constant_names: factor unsigned support into its own function by Gilles Peskine · 6 years ago
  8. 1fb011f Merge pull request #152 from ARMmbed/psa-test-psa_constant_names by Jaeden Amero · 6 years ago
  9. 21b33b0 Run generate_psa_constants.py before building psa_constant_names with cmake by Darryl Green · 6 years ago
  10. 6893364 Merge commit '01b34fb316a5' into development by Jaeden Amero · 7 years ago
  11. da7c80e Add dependency to Makefile by Darryl Green · 6 years ago
  12. d519583 Run generate_psa_constants.py in cmake builds by Darryl Green · 6 years ago
  13. b274f27 Documentation fixes by Andrzej Kurek · 7 years ago
  14. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  15. 6a78573 CMake: psa_constant_names and test_psa_constant_names by Gilles Peskine · 7 years ago
  16. f31dbb7 CMake: build and install key_ladder_demo by Gilles Peskine · 7 years ago
  17. 738f017 Fix the build of key_ladder_demo under Clang by Gilles Peskine · 7 years ago
  18. 265a171 Error out if a value is out of range by Gilles Peskine · 7 years ago
  19. 567840e Support multiple values on the command line by Gilles Peskine · 7 years ago
  20. 330b9a4 PSA: Adapt ssl_server2 to modified key allocation API by Hanno Becker · 7 years ago
  21. f3adecf PSA: Adapt ssl_server2 to hew key policy initialization API by Hanno Becker · 7 years ago
  22. 2261a0f PSA: Adapt ssl_client2 to new key policy initialization API by Hanno Becker · 7 years ago
  23. d74dfc2 PSA: Adapt ssl_client2 to modified key slot allocation API by Hanno Becker · 7 years ago
  24. 32809e8 PSA: Adapt ssl_server2 to modified key allocation API by Hanno Becker · 7 years ago
  25. 9bd8842 PSA: Adapt ssl_server2 to hew key policy initialization API by Hanno Becker · 7 years ago
  26. 1387124 PSA: Adapt ssl_client2 to new key policy initialization API by Hanno Becker · 7 years ago
  27. 37519ea PSA: Adapt ssl_client2 to modified key slot allocation API by Hanno Becker · 7 years ago
  28. 0b6b871 Merge pull request #22 from ARMmbed/iotssl-2697-psa-key-allocation-crypto by Jaeden Amero · 7 years ago
  29. c750932 Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  30. d40c1fb Don't require a type and size when creating a key slot by Gilles Peskine · 7 years ago
  31. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  32. 70261c5 psa: Add initializers for key policies by Jaeden Amero · 7 years ago
  33. d668bae Merge pull request #3 from gilles-peskine-arm/key_ladder_demo-maybe_uninitialized by Jaeden Amero · 7 years ago
  34. f3b731e Move integral types and associated macros to their own header by Gilles Peskine · 7 years ago
  35. 5e09bc7 Fix maybe-uninitialized warning by Gilles Peskine · 7 years ago
  36. b0edfb5 Convert the PSA example programs to the new handle API by Gilles Peskine · 7 years ago
  37. 52ed0b9 Merge remote-tracking branch 'upstream-public/pr/2101' into development by Jaeden Amero · 7 years ago
  38. 9055a7d Merge remote-tracking branch 'upstream-public/pr/2175' into development by Jaeden Amero · 7 years ago
  39. 52735ef ECDH: Prevent direct access in non-legacy mode by Janos Follath · 7 years ago
  40. e322d3e Merge branch 'opaque_psk_implementation_CRYPTO' into feature-psa-tls-integration-proposed by Hanno Becker · 7 years ago
  41. b1c48d3 psa: Include PSA headers for tests and programs by Jaeden Amero · 7 years ago
  42. 4855299 Merge branch 'opaque_psk_implementation' into development-psa-proposed by Hanno Becker · 7 years ago
  43. f83d312 Implement key_opaque option to ssl_client2 by Manuel Pégourié-Gonnard · 7 years ago
  44. ca906fb Add option key_opaque to ssl_client2 (skeleton) by Manuel Pégourié-Gonnard · 7 years ago
  45. 4097578 Initialize PSA key slot as invalid in ssl_client2.c by Hanno Becker · 7 years ago
  46. a6f1d18 Automatically allocate opaque PSK key slots in ssl_{client/server}2 by Hanno Becker · 7 years ago
  47. 01612e2 Destroy PSA-based temporary opaque PSKs at the end of ssl_server2 by Hanno Becker · 7 years ago
  48. 923cd65 Destroy PSA-based temporary opaque PSK key at the end of ssl_client2 by Hanno Becker · 7 years ago
  49. 39eb427 Remove overly long line in ssl_client2.c by Hanno Becker · 7 years ago
  50. ef29b2c Add support for opaque PSKs to ssl_server2 example application by Hanno Becker · 7 years ago
  51. fac92db Add support for opaque PSKs in ssl_client2 example program by Hanno Becker · 7 years ago
  52. 06b6f34 Initialize PSA Crypto implementation in ssl_server2 by Hanno Becker · 7 years ago
  53. 50955d1 Initialize PSA Crypto implementation in ssl_client2.c by Hanno Becker · 7 years ago
  54. cfdf8f4 Implement key_opaque option to ssl_client2 by Manuel Pégourié-Gonnard · 7 years ago
  55. ef68be4 Add option key_opaque to ssl_client2 (skeleton) by Manuel Pégourié-Gonnard · 7 years ago
  56. c44e0a4 Initialize PSA key slot as invalid in ssl_client2.c by Hanno Becker · 7 years ago
  57. 1d911cd Automatically allocate opaque PSK key slots in ssl_{client/server}2 by Hanno Becker · 7 years ago
  58. c43b6ea Destroy PSA-based temporary opaque PSKs at the end of ssl_server2 by Hanno Becker · 7 years ago
  59. 3f24ea9 Destroy PSA-based temporary opaque PSK key at the end of ssl_client2 by Hanno Becker · 7 years ago
  60. 5cd607b Remove overly long line in ssl_client2.c by Hanno Becker · 7 years ago
  61. b64ba5f Add support for opaque PSKs to ssl_server2 example application by Hanno Becker · 7 years ago
  62. e86964c Add support for opaque PSKs in ssl_client2 example program by Hanno Becker · 7 years ago
  63. 5a9942e Initialize PSA Crypto implementation in ssl_server2 by Hanno Becker · 7 years ago
  64. b2b468b Initialize PSA Crypto implementation in ssl_client2.c by Hanno Becker · 7 years ago
  65. 30b340a crypto: Add mbedtls-psa as a submodule by Jaeden Amero · 7 years ago
  66. 818eab2 Merge tag 'mbedtls-2.14.0' into feature-psa by Jaeden Amero · 7 years ago
  67. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 7 years ago
  68. 241823a Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed by Simon Butcher · 7 years ago
  69. e2dae7e Add explicit integer to enumeration casts to programs/pkey/gen_key.c by Hanno Becker · 7 years ago
  70. 2705bea Merge remote-tracking branch 'public/pr/2095' into development-proposed by Simon Butcher · 7 years ago
  71. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 7 years ago
  72. 56e8463 Add 'password' cmd line parameter to cert_req example program by Hanno Becker · 7 years ago
  73. f745733 Add 'md' cmd line parameter to cert_req example program by Hanno Becker · 7 years ago
  74. 5706452 Merge remote-tracking branch 'public/pr/2056' into development-proposed by Simon Butcher · 7 years ago
  75. b4e5451 Merge remote-tracking branch 'public/pr/2070' into development-proposed by Simon Butcher · 7 years ago
  76. ddc9e26 Merge remote-tracking branch 'public/pr/1627' into development by Simon Butcher · 7 years ago
  77. 1daecb4 Merge remote-tracking branch 'public/pr/1281' into development by Simon Butcher · 7 years ago
  78. 6c0f94c Add better handling when deleting files on Windows by Darryl Green · 7 years ago
  79. 3b80ab9 Add path handling for psa_constant_names on Windows by Darryl Green · 7 years ago
  80. 608e091 Add pre Visual Studio 2015 support to psa_constant_names by Darryl Green · 7 years ago
  81. 1824696 Fix integer conversion warnings in psa_constant_names by Darryl Green · 7 years ago
  82. b14c331 Add dependency of key_app_writer example program on PK parse module by Hanno Becker · 7 years ago
  83. 25781f9 Fix missing check in example client by Manuel Pégourié-Gonnard · 7 years ago
  84. 6346a75 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  85. 0b44d5c Zeroize sensitive data in aescrypt2 and crypt_and_hash examples by Hanno Becker · 7 years ago
  86. a0b67c2 Bignum: Deprecate mbedtls_mpi_is_prime() by Janos Follath · 7 years ago
  87. 095d9cf Fix ordering of free()ing of internal structures in ssl_server2 by Hanno Becker · 7 years ago
  88. 38808fa psa_constant_names: fix some copypasta by Gilles Peskine · 7 years ago
  89. 0deaf3d psa_constant_names: new function append_integer by Gilles Peskine · 7 years ago
  90. 30a9510 Fix memory leak and freeing without initialization in cert_write by Hanno Becker · 7 years ago
  91. 0592ea7 Merge remote-tracking branch 'public/pr/1140' into development by Simon Butcher · 7 years ago
  92. 1afc767 Merge remote-tracking branch 'public/pr/1758' into development by Simon Butcher · 7 years ago
  93. daea26f Correct and simplify block-based cipher modes by Gilles Peskine · 7 years ago
  94. 18ac331 psa: programs: Add cipher example fallback main by itayzafrir · 7 years ago
  95. 44b09d2 psa: programs: Add cipher AES CTR multipart by itayzafrir · 7 years ago
  96. a2d0804 psa: programs: Add cipher AES CBC PKCS7 multipart by itayzafrir · 7 years ago
  97. 1036670 psa: programs: Add cipher AES CBC no padding by itayzafrir · 7 years ago
  98. a3ff8a6 psa: programs: Add cipher example by itayzafrir · 7 years ago
  99. f0fa436 New sample program key_ladder_demo by Gilles Peskine · 7 years ago
  100. 029b5d6 New utility program psa/psa_constant_names by Gilles Peskine · 7 years ago