1. f77a6ac Fix indentation by Gilles Peskine · 6 years ago
  2. 4b73422 Transaction support: be more future-proof by Gilles Peskine · 6 years ago
  3. 75c126b Explain some non-obvious parts of the code by Gilles Peskine · 6 years ago
  4. f96aefe Test with secure element support by Gilles Peskine · 6 years ago
  5. d0e66b0 Turn off secure element support by default by Gilles Peskine · 6 years ago
  6. 1057366 SE keys: test that no function goes crazy by Gilles Peskine · 6 years ago
  7. d1cd766 SE keys: test NOT_SUPPORTED error from generate_key by Gilles Peskine · 6 years ago
  8. f4ee662 SE keys: error out in key creation function that lack support by Gilles Peskine · 6 years ago
  9. 89870eb Cosmetic improvements in SE driver tests by Gilles Peskine · 6 years ago
  10. 28f8f30 SE keys: ensure that functions that lack support properly error out by Gilles Peskine · 6 years ago
  11. 573bbc1 Error out if a driver tries to store more than ITS can handle by Gilles Peskine · 6 years ago
  12. 831ac72 Add transaction file and driver storage; new key file format by Gilles Peskine · 6 years ago
  13. 105f67f Move the definition of psa_key_attributes_t to crypto_types.h by Gilles Peskine · 6 years ago
  14. 9dd125d Fix overly complex Doxygen markup by Gilles Peskine · 6 years ago
  15. 1d04b05f Dear check-names, where you accept struct, also accept union. by Gilles Peskine · 6 years ago
  16. 8b96cad SE drivers: implement persistent storage by Gilles Peskine · 6 years ago
  17. 1df83d4 SE keys: implement persistent storage by Gilles Peskine · 6 years ago
  18. 0e8d495 Add the lifetime to the key storage format by Gilles Peskine · 6 years ago
  19. bfd322f Use a key attribute structure in the internal storage interface by Gilles Peskine · 6 years ago
  20. 274a263 Make whitespace consistent by Gilles Peskine · 6 years ago
  21. 6032673 Fix Doxygen reference by Gilles Peskine · 6 years ago
  22. fc76265 Do secure element key creation and destruction in a transaction by Gilles Peskine · 6 years ago
  23. c8336cb Implement a transaction record storage for resilience by Gilles Peskine · 6 years ago
  24. 5dc742c SE keys: smoke test import, export, destroy by Gilles Peskine · 6 years ago
  25. 5d30967 SE keys: support import and export by Gilles Peskine · 6 years ago
  26. 354f767 SE keys: support destroy by Gilles Peskine · 6 years ago
  27. cbaff46 SE keys: allocate a slot before creating the key by Gilles Peskine · 6 years ago
  28. 73167e1 SE keys: store the slot number in the memory slot by Gilles Peskine · 6 years ago
  29. 8abe6a2 Driver table entries are now mutable by Gilles Peskine · 6 years ago
  30. 5243a20 Driver context manipulation functions by Gilles Peskine · 6 years ago
  31. 94cc42c Pass a writable pointer to the persistent data when needed by Gilles Peskine · 6 years ago
  32. f2223c8 New driver method: allocate by Gilles Peskine · 6 years ago
  33. 8597bc1 Pass the driver context to most driver methods by Gilles Peskine · 6 years ago
  34. 7a86da1 Define a driver context structure type by Gilles Peskine · 6 years ago
  35. f03143a Change driver key slot numbers to 64 bits by Gilles Peskine · 6 years ago
  36. 011e428 Look up the SE driver when creating a key by Gilles Peskine · 6 years ago
  37. 6e59c42 Split the secure element driver method table memory layout by Gilles Peskine · 6 years ago
  38. f989dbe SE driver lookup functions by Gilles Peskine · 6 years ago
  39. e62b74e Add public-key export method by Gilles Peskine · 6 years ago
  40. 1168ef9 Merge pull request #167 from adrianlshaw/document_algorithms2 by Gilles Peskine · 6 years ago
  41. 2282cfa Remove GMAC algorithm (for now) by Adrian L. Shaw · 6 years ago
  42. fd2aed4 Document cipher modes by Adrian L. Shaw · 6 years ago
  43. 93fe3a1 Merge pull request #160 from yanesca/iotcrypt-790-update-tests-to-multipart-key-derivation by Jaeden Amero · 6 years ago
  44. 2a38e24 Slightly simplify derive_wrapping_key by Gilles Peskine · 6 years ago
  45. 4e2cc53 Update key_ladder_demo to the current key derivation API by Gilles Peskine · 6 years ago
  46. 343067e Add invalid_key_derivation test cases for TLS PRF by Janos Follath · 6 years ago
  47. d958bb7 Convert invalid_key_derivation_state to new API by Janos Follath · 6 years ago
  48. 5ab0e0b Add derive_key_export test cases for TLS 1.2 PRF by Janos Follath · 6 years ago
  49. 42fd888 Convert derive_key_export to the new KDF API by Janos Follath · 6 years ago
  50. 8d98a1e Add derive_key_exercise test cases for TLS 1.2 PRF by Janos Follath · 6 years ago
  51. e60c905 Convert derive_key_exercise to the new KDF API by Janos Follath · 6 years ago
  52. f2815ea Refactor key derivation setup in tests by Janos Follath · 6 years ago
  53. e7e4706 Add derive_full test cases for TLS 1.2 PRF by Janos Follath · 6 years ago
  54. 47f27ed Convert derive_full test to the new KDF API by Janos Follath · 6 years ago
  55. 46d9fbc Add test cases for exercise_key_derivation_key by Janos Follath · 6 years ago
  56. 7607cd6 Convert exercise_key_derivation_key to the new KDF API by Gilles Peskine · 6 years ago
  57. c19dceb Merge pull request #154 from yanesca/iotcrypt-789-update-tls-prf-to-multipart by Jaeden Amero · 6 years ago
  58. d6dce9f Fix zero-length seed or label in TLS 1.2 PRF by Janos Follath · 6 years ago
  59. 14fde3f Merge pull request #155 from gilles-peskine-arm/psa-se_driver-registration by Jaeden Amero · 6 years ago
  60. 0c1ed84 Improve style by Janos Follath · 6 years ago
  61. 6514479 Fix typo in invalid-lifetime test and add explicit test for 0 by Gilles Peskine · 6 years ago
  62. 9717d10 Explain that lifetime=0 from static initialization means VOLATILE by Gilles Peskine · 6 years ago
  63. a8ade16 Gate secure element support by a separate config option by Gilles Peskine · 6 years ago
  64. 40e1393 Optimize TLS PRF PSK key calculation by Janos Follath · 6 years ago
  65. 76c3984 Clarify TLS PRF algorithm description by Janos Follath · 6 years ago
  66. c93a43b Improve documentation by Gilles Peskine · 6 years ago
  67. 30090bc Fix error code by Janos Follath · 6 years ago
  68. 5fe1973 Make key derivation initialisation consistent by Janos Follath · 6 years ago
  69. ea29bfb Add tls12_prf key derivation to the new API by Janos Follath · 6 years ago
  70. 844eb0e Add tls12_prf_read for the new API by Janos Follath · 6 years ago
  71. 7742fee Add stub for new tls12_prf_generate_next_block by Janos Follath · 6 years ago
  72. 6c6c8fc Improve style by Janos Follath · 6 years ago
  73. 1468da7 Convert derive_output to the new KDF API by Gilles Peskine · 6 years ago
  74. 6660f0e Add TLS 1.2 PSK master secret generation by Janos Follath · 6 years ago
  75. 51f4a0f Style: enforce 80 column limit by Janos Follath · 6 years ago
  76. c562151 Simplify psa_key_derivation_input_bytes by Janos Follath · 6 years ago
  77. adbec81 Remove the deprecated PSA_ALG_SELECT_RAW option by Janos Follath · 6 years ago
  78. a27c927 Add test for psa_key_derivation_set_capacity by Janos Follath · 6 years ago
  79. 16de4a4 Adapt the derive_setup tests to the new API by Janos Follath · 6 years ago
  80. ba3fab9 Adapt derive_key_policy test to the new API by Janos Follath · 6 years ago
  81. 63028dd Add label input for psa_tls12_prf_input by Janos Follath · 6 years ago
  82. 8155054 Add key import for psa_tls12_prf_input by Janos Follath · 6 years ago
  83. f08e265 Add seed input for psa_tls12_prf_input by Janos Follath · 6 years ago
  84. ef83f5e Move raw key derivation input to a new function by Janos Follath · 6 years ago
  85. b80a94e Rename psa_key_derivation_input_raw by Janos Follath · 6 years ago
  86. 4b7effd Add more tests for TLS 1.2 PRF input by Janos Follath · 6 years ago
  87. 99dd6ac Add test cases for derive_input by Janos Follath · 6 years ago
  88. af3c2a0 Add a test for psa_key_derivation_input by Janos Follath · 6 years ago
  89. b03233e Add stubs for psa_tls12_prf_input by Janos Follath · 6 years ago
  90. 6a1d262 Adapt psa_key_derivation_abort to the new context by Janos Follath · 6 years ago
  91. 999f648 Add new psa_tls12_prf_key_derivation_t by Janos Follath · 6 years ago
  92. e3e8166 Move PSA_PRE_1_0_KEY_DERIVATION to crypto_struct.h by Janos Follath · 6 years ago
  93. 083036a Safely erase key material upon abort by Janos Follath · 6 years ago
  94. 71a4c91 Add flag for removing deprecated API by Janos Follath · 6 years ago
  95. ed87d31 Specify the order of inputs for TLS-1.2 KDFs by Gilles Peskine · 6 years ago
  96. 8f2a6dc Support PSA_KEY_DERIVATION_INPUT_SEED by Gilles Peskine · 6 years ago
  97. 7a52464 Driver registration: more future-proof bad-version test by Gilles Peskine · 6 years ago
  98. 45a8ca3 Fix typos in function argument names by Gilles Peskine · 6 years ago
  99. 55a6acf Add negative tests for driver registration by Gilles Peskine · 6 years ago
  100. d089021 Unregister drivers on library deinitialization by Gilles Peskine · 6 years ago