1. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  2. 5b673a8 Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  3. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  4. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  5. 9501bd7 Make PSA headers more self-contained by Gilles Peskine · 3 years, 8 months ago
  6. f5d7eef PSA operation structures: move less-used fields to the end by Gilles Peskine · 3 years, 9 months ago
  7. 6439e85 Do key usage policy extension when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  8. eeaeef4 Extend PSA_USAGE_SIGN/VERIFY_HASH key policies by gabor-mezei-arm · 4 years, 3 months ago
  9. 15f0d92 Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
  10. 22dea1d Base the PSA implementation of TLS 1.2 PRF on the MAC API by Steven Cooreman · 4 years, 3 months ago
  11. b27e350 Make HKDF use the generic MAC API by Steven Cooreman · 4 years, 3 months ago
  12. c2cbac0 Use the correct guards on the context structures for MAC/HKDF/PRF by Steven Cooreman · 4 years, 3 months ago
  13. 4f7cae6 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
  14. f64b25e Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 4 months ago
  15. 6e3c2cb Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 4 months ago
  16. 896d51e Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 4 months ago
  17. aecf0d3 Add include headers for composite operation contexts and move hmac by Steven Cooreman · 4 years, 3 months ago
  18. 14d09f4 Move the cipher operation structure declaration for grouping by Steven Cooreman · 4 years, 3 months ago
  19. 040d1ce Rename the PSA driver context structure headers to _primitives by Steven Cooreman · 4 years, 3 months ago
  20. 980230e psa: include: Update and improve multipart-op struct design notes by Ronald Cron · 4 years, 4 months ago
  21. 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
  22. 7cb9c3d psa: cipher: Move to driver operation context application allocation by Ronald Cron · 4 years, 5 months ago
  23. 937dfee psa: cipher: Re-organize multi-part operation context by Ronald Cron · 4 years, 5 months ago
  24. 49fafa9 psa: cipher: Dispatch based on driver identifier by Ronald Cron · 4 years, 5 months ago
  25. 06aa442 psa: cipher: Remove unused `key_set` operation field by Ronald Cron · 4 years, 5 months ago
  26. 830aff2 Restructure the way driver contexts are declared by Steven Cooreman · 4 years, 5 months ago
  27. b177731 Make the driver context union a defined type by Steven Cooreman · 4 years, 5 months ago
  28. dbf8ced Change the way driver context structures are used by Steven Cooreman · 4 years, 5 months ago
  29. 0e30764 Split hashing operations out into an mbedTLS hash driver by Steven Cooreman · 4 years, 5 months ago
  30. 43f958b Rename unnamespaced identifiers by Gilles Peskine · 4 years, 8 months ago
  31. d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 9 months ago
  32. 6b5ff53 Add mbedtls_set_key_owner_id API by Ronald Cron · 4 years, 10 months ago
  33. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 4 years, 11 months ago
  34. ef8575e Apply review feedback by Steven Cooreman · 4 years, 11 months ago
  35. a07b997 Update semantics around driver context use in psa_cipher_setup by Steven Cooreman · 4 years, 11 months ago
  36. fb81aa5 Only pass the driver-relevant portion of the context struct by Steven Cooreman · 4 years, 11 months ago
  37. 5240e8b Style and language fixes from review by Steven Cooreman · 4 years, 11 months ago
  38. d3feccd Restructure cipher context object to contain driver switch by Steven Cooreman · 5 years ago
  39. 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
  40. 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
  41. fa7d7af psa: Don't reset the key owner id in psa_set_key_lifetime by Ronald Cron · 5 years ago
  42. 27238fc psa: Use psa_key_file_id_t as the key id type by Ronald Cron · 5 years ago
  43. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  44. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  45. 178c9aa Key derivation: forbid output_key without input_key by Gilles Peskine · 6 years ago
  46. 98d5685 Merge pull request #232 from Patater/psa-crypto-api-1.0b3 by Jaeden Amero · 6 years ago
  47. 21db2a9 Merge pull request #229 from k-stachowiak/IOTCRYPT-791-remove-legacy-psa-key-derivation by Jaeden Amero · 6 years ago
  48. e3cdf28 psa: Adapt set_key_id() for when owner is included by Jaeden Amero · 6 years ago
  49. 39f03fc psa: Add PSA_KEY_ID_INIT by Jaeden Amero · 6 years ago
  50. f89cc69 psa: Don't duplicate policy initializer by Jaeden Amero · 6 years ago
  51. 8013f44 Make crypto_struct C++ compatible by Jaeden Amero · 6 years ago
  52. 012dcc4 Remove PSA_PRE_1_0_KEY_DERIVATION and the corresponding code by k-stachowiak · 6 years ago
  53. b4e73e9 Add some design notes about multipart operation structures by Gilles Peskine · 6 years ago
  54. c8000c0 Add slot_number attribute by Gilles Peskine · 6 years ago
  55. 91e8c33 Add infrastructure for key attribute flags by Gilles Peskine · 6 years ago
  56. 0c77b0e Merge pull request #198 from gilles-peskine-arm/psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  57. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  58. 68cc433b Store key sizes in 16 bits in attributes by Gilles Peskine · 6 years ago
  59. c744d99 Limit keys to 65528 bits by Gilles Peskine · 6 years ago
  60. 7e0cff9 Move attribute fields to a substructure by Gilles Peskine · 6 years ago
  61. c11c4dc Favor stdint.h types in internal types by Gilles Peskine · 6 years ago
  62. 844eb0e Add tls12_prf_read for the new API by Janos Follath · 6 years ago
  63. adbec81 Remove the deprecated PSA_ALG_SELECT_RAW option by Janos Follath · 6 years ago
  64. 999f648 Add new psa_tls12_prf_key_derivation_t by Janos Follath · 6 years ago
  65. e3e8166 Move PSA_PRE_1_0_KEY_DERIVATION to crypto_struct.h by Janos Follath · 6 years ago
  66. d58a00d psa: Avoid use of relative include paths by Jaeden Amero · 6 years ago
  67. 96f0b3b Keys may allow a second algorithm by Gilles Peskine · 6 years ago
  68. d6f371b Keys may allow a second algorithm by Gilles Peskine · 6 years ago
  69. 24f10f8 Remove domain parameters from the official API by Gilles Peskine · 6 years ago
  70. 35675b6 Terminology: say "key derivation operation", not "generator" by Gilles Peskine · 6 years ago
  71. cbe6650 Rename generator-related internal identifiers by Gilles Peskine · 6 years ago
  72. a99d3fb Rename generator functions to psa_key_derivation_xxx by Gilles Peskine · 6 years ago
  73. 9de5eb0 Remove psa_make_key_persistent by Gilles Peskine · 6 years ago
  74. dc8219a Replace psa_make_key_persistent by id/lifetime setters by Gilles Peskine · 6 years ago
  75. b699f07 Switch psa_{get,set}_domain_parameters to attributes by Gilles Peskine · 6 years ago
  76. 3a4f1f8 Set the key size as an attribute by Gilles Peskine · 6 years ago
  77. a3dd737 Move legacy definitions to crypto_extra.h by Gilles Peskine · 6 years ago
  78. db4b3ab Implement missing attributes setters and getters by Gilles Peskine · 6 years ago
  79. 4747d19 Implement atomic-creation psa_import_key by Gilles Peskine · 6 years ago
  80. 22c5151 Use unsigned int for bitfields by Gilles Peskine · 6 years ago
  81. 9dcc80e Merge branch 'psa-derive_input_steps-agreement_as_one_step' into psa-api-1.0-beta by Gilles Peskine · 7 years ago
  82. b70a0fd Key derivation by small input steps: proof-of-concept by Gilles Peskine · 7 years ago
  83. 30a9e41 Declare multipart AEAD functions by Gilles Peskine · 7 years ago
  84. 5bae227 psa: Add initializers for cipher operation objects by Jaeden Amero · 7 years ago
  85. 5a5dc77 psa: Enable easier initialization of cipher operations by Jaeden Amero · 7 years ago
  86. 769ce27 psa: Add initializers for MAC operation objects by Jaeden Amero · 7 years ago
  87. 6a25b41 psa: Add initializers for hash operation objects by Jaeden Amero · 7 years ago
  88. 70261c5 psa: Add initializers for key policies by Jaeden Amero · 7 years ago
  89. a05219c Add some missing compilation guards by Gilles Peskine · 7 years ago
  90. 580fba1 Dynamically allocate `A(i) + seed` buffer for TLS-1.2 PRF by Hanno Becker · 7 years ago
  91. c8a41d7 Add implementation of TLS-1.2 PRF by Hanno Becker · 7 years ago
  92. 80bed23 Change psa_structs to use unsigned ints by Darryl Green · 7 years ago
  93. bef7f14 Implement HKDF by Gilles Peskine · 7 years ago
  94. eab56e4 Add generator API by Gilles Peskine · 7 years ago
  95. 89167cb Split psa_mac_setup -> psa_mac_{sign,verify}_setup by Gilles Peskine · 7 years ago
  96. 07c91f5 Add notes about the purpose and usage of auxiliary header files by Gilles Peskine · 7 years ago
  97. 0cad07c New header crypto_sizes.h by Gilles Peskine · 7 years ago
  98. b3e6e5d Rename hash max sizes for consistency by Gilles Peskine · 7 years ago
  99. 2d27786 Normalize whitespace by Gilles Peskine · 7 years ago
  100. 5ca6547 Renamed hmac_ctx to opad and removed null check. by Nir Sonnenschein · 7 years ago