1. 35ef36b Rename psa_generate_random_key back to psa_generate_key by Gilles Peskine · 6 years ago
  2. dcaefae Parametrize Diffie-Hellman keys by a group identifier by Gilles Peskine · 6 years ago
  3. a99d3fb Rename generator functions to psa_key_derivation_xxx by Gilles Peskine · 6 years ago
  4. 73676cb Put handle parameter last: psa_import_key by Gilles Peskine · 6 years ago
  5. 98dd779 Put handle parameter last: psa_generate_derived_key by Gilles Peskine · 6 years ago
  6. 5a5a79a Rename psa_generate_key() and psa_generator_import_key() by Adrian L. Shaw · 6 years ago
  7. e56e878 Remove `extra` parameter from psa_generate_key by Gilles Peskine · 6 years ago
  8. 3a4f1f8 Set the key size as an attribute by Gilles Peskine · 6 years ago
  9. dfea0a25 Use the attribute-based key creation interface in sample programs by Gilles Peskine · 6 years ago
  10. 87a5e56 Rename functions that inject key material to an allocated handle by Gilles Peskine · 6 years ago
  11. 882e57e psa_constant_names: support key agreement algorithms by Gilles Peskine · 6 years ago
  12. c70a3c7 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  13. 0ea3377 Merge remote-tracking branch 'restricted/pr/552' into development by Jaeden Amero · 6 years ago
  14. 57f4d9e Update crypto submodule to test with private headers by Jaeden Amero · 6 years ago
  15. e3dbdd8 Gate entropy injection through a dedicated configuration option by Gilles Peskine · 6 years ago
  16. 6bf4bae Remove compilation option MBEDTLS_PSA_HAS_ITS_IO by Gilles Peskine · 6 years ago
  17. 088b77f Merge psa_crypto_storage_its into psa_crypto_storage by Gilles Peskine · 6 years ago
  18. e435f23 Remove psa_crypto_storage_file by Gilles Peskine · 6 years ago
  19. 6194dc2 Implement PSA ITS over files by Gilles Peskine · 7 years ago
  20. 2b725ef cpp_dummy_build: Remove dependency on compat-1.3.h by Jaeden Amero · 7 years ago
  21. fa30c33 programs: psa: Remove dependency on platform.h by Jaeden Amero · 7 years ago
  22. 4c1fdb5 cpp_dummy_build: Remove X.509 dependency by Jaeden Amero · 6 years ago
  23. 03c60de query_config: Move to programs/test by Jaeden Amero · 6 years ago
  24. bf564c7 pkey: Remove dependency on X.509 by Jaeden Amero · 7 years ago
  25. 47a3635 selftest: Remove X.509 selftest by Jaeden Amero · 7 years ago
  26. 95666b7 pkey/rsa_genkey: Remove commented out code by Jaeden Amero · 6 years ago
  27. 30fae8e programs/Makefile: List all programs one by one by Jaeden Amero · 7 years ago
  28. 98c2208 Merge pull request #80 from yanesca/iotcrypt-685-rewrite-dh-example by Jaeden Amero · 6 years ago
  29. 2b9eb0b Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  30. bea98b4 Remove Diffie-Hellman examples by Janos Follath · 6 years ago
  31. eb0195d Merge remote-tracking branch 'origin/pr/2239' into development by Jaeden Amero · 6 years ago
  32. 535ee4a Merge remote-tracking branch 'public/pr/2421' into development by Simon Butcher · 6 years ago archive/mbedtls-2.17 mbedtls-2.17
  33. 195bdde Merge remote-tracking branch 'restricted/pr/528' into development by Simon Butcher · 6 years ago
  34. 56b9a93 Update query_config.c by Manuel Pégourié-Gonnard · 6 years ago
  35. 7067f81 Add tests for (named) bitstring to suite_asn1write by Andres Amaya Garcia · 7 years ago
  36. a78c958 Merge remote-tracking branch 'tls/pr/2028' into development by Jaeden Amero · 6 years ago
  37. a9d6ba2 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  38. bdf75eb Add missing compile time guard in ssl_client2 by Hanno Becker · 6 years ago
  39. 775655e Update programs/ssl/query_config.c by Hanno Becker · 6 years ago
  40. 23699ef ssl_client2: Reset peer CRT info string on reconnect by Hanno Becker · 6 years ago
  41. a1051b4 ssl_client2: Zeroize peer CRT info buffer when reconnecting by Hanno Becker · 6 years ago
  42. a9766c2c ssl_client2: Extract peer CRT info from verification callback by Hanno Becker · 6 years ago
  43. 57b33c9 Use mbedtls_ssl_get_peer_cert() to query peer cert in cert_app by Hanno Becker · 6 years ago
  44. 415620c Merge remote-tracking branch 'origin/pr/2105' into development by Jaeden Amero · 6 years ago
  45. b281f74 psa: example: Initialize operation contexts by Jaeden Amero · 6 years ago
  46. 0574e6a Merge pull request #51 from Patater/update-dev-tls-dev-crypto-merge by Jaeden Amero · 6 years ago
  47. db29ab5 psa: Fix builds without MBEDTLS_PLATFORM_C by Jaeden Amero · 6 years ago
  48. 44a59ab psa: Enable use of PSA examples with CHECK_PARAMS by Jaeden Amero · 6 years ago
  49. 67ea2c5 Merge branch 'development-psa-proposed' into development by Jaeden Amero · 6 years ago
  50. 3f77526 psa_constant_names: adding support for signed types by Gilles Peskine · 6 years ago
  51. 1b87984 psa_constant_names: factor unsigned support into its own function by Gilles Peskine · 6 years ago
  52. 1fb011f Merge pull request #152 from ARMmbed/psa-test-psa_constant_names by Jaeden Amero · 6 years ago
  53. 54efcb7 Update query config with VSNPRINTF macro by Andres Amaya Garcia · 6 years ago
  54. 21b33b0 Run generate_psa_constants.py before building psa_constant_names with cmake by Darryl Green · 6 years ago
  55. 6893364 Merge commit '01b34fb316a5' into development by Jaeden Amero · 6 years ago
  56. e7856bf Suppress visual studio preprocessor warnings on query_config.c by Andres Amaya Garcia · 7 years ago
  57. 8645f73 Update query_config.c with new macros by Andres Amaya Garcia · 7 years ago
  58. ef672f0 Exclude macros from query_config.c generation by Andres Amaya Garcia · 7 years ago
  59. 27b3372 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  60. 5bc6e92 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  61. cb9c015 Improve cmake inclusion of query_config.c when building apps by Andres Amaya Garcia · 7 years ago
  62. c28da7e Improve comments in query_config.fmt by Andres Amaya Garcia · 7 years ago
  63. 5aca555 Fix GCC 0-length printf format string error by Andres Amaya Garcia · 7 years ago
  64. 08457ce Fix aligment in programs/test/query_compile_time_config.c by Andres AG · 7 years ago
  65. 509ba69 Create programs/test/query_compile_time_config app by Andres AG · 7 years ago
  66. 4581486 Ensure query_config.c includes stdio only when needed by Andres AG · 7 years ago
  67. bb92364 Update programs/ssl/CMakeLists.txt with query_config.c dep by Andres Amaya Garcia · 7 years ago
  68. 3b2f9d3 query_config.c: remove duplicated inc of platform.h by Andres Amaya Garcia · 7 years ago
  69. bc81884 Query config through ssl_server2 and ssl_client2 cmdline by Andres Amaya Garcia · 7 years ago
  70. da7c80e Add dependency to Makefile by Darryl Green · 6 years ago
  71. d519583 Run generate_psa_constants.py in cmake builds by Darryl Green · 6 years ago
  72. b274f27 Documentation fixes by Andrzej Kurek · 6 years ago
  73. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  74. 6f4a8ef Merge remote-tracking branch 'origin/pr/2137' into development by Jaeden Amero · 7 years ago
  75. 6a78573 CMake: psa_constant_names and test_psa_constant_names by Gilles Peskine · 7 years ago
  76. f31dbb7 CMake: build and install key_ladder_demo by Gilles Peskine · 7 years ago
  77. 738f017 Fix the build of key_ladder_demo under Clang by Gilles Peskine · 7 years ago
  78. 265a171 Error out if a value is out of range by Gilles Peskine · 7 years ago
  79. 567840e Support multiple values on the command line by Gilles Peskine · 7 years ago
  80. 330b9a4 PSA: Adapt ssl_server2 to modified key allocation API by Hanno Becker · 7 years ago
  81. f3adecf PSA: Adapt ssl_server2 to hew key policy initialization API by Hanno Becker · 7 years ago
  82. 2261a0f PSA: Adapt ssl_client2 to new key policy initialization API by Hanno Becker · 7 years ago
  83. d74dfc2 PSA: Adapt ssl_client2 to modified key slot allocation API by Hanno Becker · 7 years ago
  84. 32809e8 PSA: Adapt ssl_server2 to modified key allocation API by Hanno Becker · 7 years ago
  85. 9bd8842 PSA: Adapt ssl_server2 to hew key policy initialization API by Hanno Becker · 7 years ago
  86. 1387124 PSA: Adapt ssl_client2 to new key policy initialization API by Hanno Becker · 7 years ago
  87. 37519ea PSA: Adapt ssl_client2 to modified key slot allocation API by Hanno Becker · 7 years ago
  88. 0b6b871 Merge pull request #22 from ARMmbed/iotssl-2697-psa-key-allocation-crypto by Jaeden Amero · 7 years ago
  89. c750932 Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  90. d40c1fb Don't require a type and size when creating a key slot by Gilles Peskine · 7 years ago
  91. 5d26163 Add tests for (named) bitstring to suite_asn1write by Andres Amaya Garcia · 7 years ago
  92. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  93. 70261c5 psa: Add initializers for key policies by Jaeden Amero · 7 years ago
  94. d668bae Merge pull request #3 from gilles-peskine-arm/key_ladder_demo-maybe_uninitialized by Jaeden Amero · 7 years ago
  95. fbda612 Remove duplicate #include by Masashi Honma · 7 years ago
  96. f3b731e Move integral types and associated macros to their own header by Gilles Peskine · 7 years ago
  97. 5e09bc7 Fix maybe-uninitialized warning by Gilles Peskine · 7 years ago
  98. b0edfb5 Convert the PSA example programs to the new handle API by Gilles Peskine · 7 years ago
  99. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  100. 2c21073 Remove leftover from testing by Manuel Pégourié-Gonnard · 7 years ago