1. c8000c0 Add slot_number attribute by Gilles Peskine · 6 years ago
  2. 74f3352 Add missing guard around a union field by Gilles Peskine · 6 years ago
  3. 91e8c33 Add infrastructure for key attribute flags by Gilles Peskine · 6 years ago
  4. 0c77b0e Merge pull request #198 from gilles-peskine-arm/psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  5. f181eca Fix psa_generate_random for >1024 bytes by Gilles Peskine · 6 years ago
  6. a6b2f60 Fix double free in psa_generate_key when psa_generate_random fails by Gilles Peskine · 6 years ago
  7. 1b9505c Correct some comments by Gilles Peskine · 6 years ago
  8. 8908c5e Make psa_calculate_key_bits return psa_key_bits_t by Gilles Peskine · 6 years ago
  9. 8b66389 Adjust secure element code to the new ITS interface by Gilles Peskine · 6 years ago
  10. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  11. 1b8594a More refactoring: consolidate attribute validation by Gilles Peskine · 6 years ago
  12. 3825e14 Fix policy validity check on key creation. by Gilles Peskine · 6 years ago
  13. 41e50d2 Remove "allocated" flag from key slots by Gilles Peskine · 6 years ago
  14. 76aa09c Take advantage of psa_core_key_attributes_t internally #2 by Gilles Peskine · 6 years ago
  15. b46bef2 Store the key size in the slot in memory by Gilles Peskine · 6 years ago
  16. 2431859 Take advantage of psa_core_key_attributes_t internally: key loading by Gilles Peskine · 6 years ago
  17. 4ed0e6f Switch storage functions over to psa_core_key_attributes_t by Gilles Peskine · 6 years ago
  18. 8e33870 Use psa_core_key_attributes_t in key slots in memory by Gilles Peskine · 6 years ago
  19. fe93bc4 Merge pull request #187 from Patater/tls-development-20190722 by Jaeden Amero · 6 years ago
  20. 8dd1690 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  21. 68cc433b Store key sizes in 16 bits in attributes by Gilles Peskine · 6 years ago
  22. c744d99 Limit keys to 65528 bits by Gilles Peskine · 6 years ago
  23. 7e0cff9 Move attribute fields to a substructure by Gilles Peskine · 6 years ago
  24. e60d1d0 SE keys: save the bit size in storage by Gilles Peskine · 6 years ago
  25. 1801740 SE driver: report the bit size on key import by Gilles Peskine · 6 years ago
  26. dc5bfe9 SE keys: implement and test psa_get_key_attributes by Gilles Peskine · 6 years ago
  27. 424f894 SE keys: store the bit size internally (partial implementation) by Gilles Peskine · 6 years ago
  28. adb1c52 Merge pull request #157 from gilles-peskine-arm/psa-se_driver-create_key by Gilles Peskine · 6 years ago
  29. 66be51c If starting a transaction fails, wipe the transaction data by Gilles Peskine · 6 years ago
  30. 2ea06fd Improve documentation of transaction storage by Gilles Peskine · 6 years ago
  31. f9bb29e Add boilerplate to recover a transaction during init by Gilles Peskine · 6 years ago
  32. 4aea103 Bug fix: don't start a transaction for non-SE keys by Gilles Peskine · 6 years ago
  33. 340b127 psa_destroy_se_key: explain why the error is NOT_PERMITTED by Gilles Peskine · 6 years ago
  34. 2e0f388 Don't explicitly dereference function pointers by Gilles Peskine · 6 years ago
  35. 60450a4 Improve comments by Gilles Peskine · 6 years ago
  36. 725f22a Bug fix: save the driver's persistent data in destroy_key by Gilles Peskine · 6 years ago
  37. adad813 psa_key_slot_is_external exists. Use it. by Gilles Peskine · 6 years ago
  38. f77a6ac Fix indentation by Gilles Peskine · 6 years ago
  39. 4b73422 Transaction support: be more future-proof by Gilles Peskine · 6 years ago
  40. 75c126b Explain some non-obvious parts of the code by Gilles Peskine · 6 years ago
  41. f4ee662 SE keys: error out in key creation function that lack support by Gilles Peskine · 6 years ago
  42. 28f8f30 SE keys: ensure that functions that lack support properly error out by Gilles Peskine · 6 years ago
  43. 6763fe4 Change LINK_WITH_TRUSTED_STORAGE option to OFF by Moshe Shahar · 6 years ago
  44. 7e36765 Add CMake option for explicitly link library to trusted_storage (#2) by Moshe Shahar · 6 years ago
  45. 573bbc1 Error out if a driver tries to store more than ITS can handle by Gilles Peskine · 6 years ago
  46. bda5a21 Add psa_trusted_storage_linux persistent storage support for v1.0.0 APIs by Simon D Hughes · 6 years ago
  47. 8b96cad SE drivers: implement persistent storage by Gilles Peskine · 6 years ago
  48. 1df83d4 SE keys: implement persistent storage by Gilles Peskine · 6 years ago
  49. 0e8d495 Add the lifetime to the key storage format by Gilles Peskine · 6 years ago
  50. bfd322f Use a key attribute structure in the internal storage interface by Gilles Peskine · 6 years ago
  51. 274a263 Make whitespace consistent by Gilles Peskine · 6 years ago
  52. fc76265 Do secure element key creation and destruction in a transaction by Gilles Peskine · 6 years ago
  53. c8336cb Implement a transaction record storage for resilience by Gilles Peskine · 6 years ago
  54. c11c4dc Favor stdint.h types in internal types by Gilles Peskine · 6 years ago
  55. 7228da2 Favor stdint.h types in implementation-specific API by Gilles Peskine · 6 years ago
  56. 163639b Apply same changes to implementation source code by Andrew Thoelke · 6 years ago
  57. 5d30967 SE keys: support import and export by Gilles Peskine · 6 years ago
  58. 354f767 SE keys: support destroy by Gilles Peskine · 6 years ago
  59. cbaff46 SE keys: allocate a slot before creating the key by Gilles Peskine · 6 years ago
  60. 73167e1 SE keys: store the slot number in the memory slot by Gilles Peskine · 6 years ago
  61. 8abe6a2 Driver table entries are now mutable by Gilles Peskine · 6 years ago
  62. 5243a20 Driver context manipulation functions by Gilles Peskine · 6 years ago
  63. 011e428 Look up the SE driver when creating a key by Gilles Peskine · 6 years ago
  64. f989dbe SE driver lookup functions by Gilles Peskine · 6 years ago
  65. 2282cfa Remove GMAC algorithm (for now) by Adrian L. Shaw · 6 years ago
  66. 01604a3 Merge remote-tracking branch 'origin/pr/2726' into development by Jaeden Amero · 6 years ago
  67. 150d774 Merge remote-tracking branch 'origin/pr/2719' into development by Jaeden Amero · 6 years ago
  68. 0b8b5e3 Merge remote-tracking branch 'origin/pr/2706' into development by Jaeden Amero · 6 years ago
  69. 6d77d20 Merge remote-tracking branch 'origin/pr/2632' into development by Jaeden Amero · 6 years ago
  70. b6229e3 Merge pull request #149 from gilles-peskine-arm/havege-asan-crypto by Jaeden Amero · 6 years ago
  71. c19dceb Merge pull request #154 from yanesca/iotcrypt-789-update-tls-prf-to-multipart by Jaeden Amero · 6 years ago
  72. 653a4a2 Prevent dead code warning by k-stachowiak · 6 years ago
  73. d6dce9f Fix zero-length seed or label in TLS 1.2 PRF by Janos Follath · 6 years ago
  74. 85aba47 Consistently spell -Wextra by Gilles Peskine · 6 years ago
  75. 0c1ed84 Improve style by Janos Follath · 6 years ago
  76. 9717d10 Explain that lifetime=0 from static initialization means VOLATILE by Gilles Peskine · 6 years ago
  77. a8ade16 Gate secure element support by a separate config option by Gilles Peskine · 6 years ago
  78. 40e1393 Optimize TLS PRF PSK key calculation by Janos Follath · 6 years ago
  79. 76c3984 Clarify TLS PRF algorithm description by Janos Follath · 6 years ago
  80. d85a7e9 Remove use of CMAKE_SOURCE_DIR by Ashley Duncan · 6 years ago
  81. 30090bc Fix error code by Janos Follath · 6 years ago
  82. 5fe1973 Make key derivation initialisation consistent by Janos Follath · 6 years ago
  83. ea29bfb Add tls12_prf key derivation to the new API by Janos Follath · 6 years ago
  84. 844eb0e Add tls12_prf_read for the new API by Janos Follath · 6 years ago
  85. 7742fee Add stub for new tls12_prf_generate_next_block by Janos Follath · 6 years ago
  86. 6c6c8fc Improve style by Janos Follath · 6 years ago
  87. 6660f0e Add TLS 1.2 PSK master secret generation by Janos Follath · 6 years ago
  88. 51f4a0f Style: enforce 80 column limit by Janos Follath · 6 years ago
  89. c562151 Simplify psa_key_derivation_input_bytes by Janos Follath · 6 years ago
  90. adbec81 Remove the deprecated PSA_ALG_SELECT_RAW option by Janos Follath · 6 years ago
  91. 63028dd Add label input for psa_tls12_prf_input by Janos Follath · 6 years ago
  92. 8155054 Add key import for psa_tls12_prf_input by Janos Follath · 6 years ago
  93. f08e265 Add seed input for psa_tls12_prf_input by Janos Follath · 6 years ago
  94. ef83f5e Move raw key derivation input to a new function by Janos Follath · 6 years ago
  95. b80a94e Rename psa_key_derivation_input_raw by Janos Follath · 6 years ago
  96. b03233e Add stubs for psa_tls12_prf_input by Janos Follath · 6 years ago
  97. 6a1d262 Adapt psa_key_derivation_abort to the new context by Janos Follath · 6 years ago
  98. 999f648 Add new psa_tls12_prf_key_derivation_t by Janos Follath · 6 years ago
  99. 083036a Safely erase key material upon abort by Janos Follath · 6 years ago
  100. 71a4c91 Add flag for removing deprecated API by Janos Follath · 6 years ago