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