1. 0b6d021 Adjust presence of warning/link. by Manuel Pégourié-Gonnard · 2 years ago
  2. de24ba6 Add link to examples in relevant places by Manuel Pégourié-Gonnard · 2 years ago
  3. 417ce2c Rename _USE to _BASIC by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  4. 1cae90b Update PSA_WANT spec for new KEY_PAIR scheme by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  5. 265ce7c Merge pull request #5451 from gilles-peskine-arm/psa-driver-kdf-spec by Gilles Peskine · 2 years, 2 months ago
  6. f4ba001 Clarify when key derivation entry points are mandatory/permitted by Gilles Peskine · 2 years, 2 months ago
  7. 8dd1e62 Copyediting by Gilles Peskine · 2 years, 2 months ago
  8. 7df8ba6 Rework the description of key derivation output/verify key by Gilles Peskine · 2 years, 2 months ago
  9. dcaf104 Note that we may want to rename derive_key by Gilles Peskine · 2 years, 2 months ago
  10. f96a18e Probably resolve concern about the input size for derive_key by Gilles Peskine · 2 years, 2 months ago
  11. 1414bc3 Minor copyediting by Gilles Peskine · 2 years, 2 months ago
  12. 24f5229 Key agreement needs an attribute structure for our key by Gilles Peskine · 2 years, 2 months ago
  13. e52bff9 Note possible issue with derive_key: who should choose the input length? by Gilles Peskine · 2 years, 2 months ago
  14. b319ed6 State explicitly that cooked key derivation uses the export format by Gilles Peskine · 2 years, 2 months ago
  15. f787879 Clarify sequencing of long inputs by Gilles Peskine · 2 years, 2 months ago
  16. d2fe1d5 Rationale on key derivation inputs and buffer ownership by Gilles Peskine · 2 years, 2 months ago
  17. 4e94fea Key derivation dispatch doesn't depend on the key type by Gilles Peskine · 2 years, 2 months ago
  18. 66b96e2 Copyediting by Gilles Peskine · 2 years, 2 months ago
  19. d3ca5e5 Merge pull request #7328 from mprse/ec-jpake-fix1 by Gilles Peskine · 2 years, 3 months ago
  20. 4359bad Merge pull request #7331 from mprse/ec-jpake-fix2 by Paul Elliott · 2 years, 4 months ago
  21. e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
  22. b175b14 Remove driver_pake_get_role function by Przemek Stekiel · 2 years, 4 months ago
  23. fa1754e Update documentation of psa_pake_input by Przemek Stekiel · 2 years, 4 months ago
  24. c0e6250 Fix documentation and tests by Przemek Stekiel · 2 years, 5 months ago
  25. e9254a0 Adapt driver dispatch documentation for user/peer getters by Przemek Stekiel · 2 years, 5 months ago
  26. 691e91a Further pake code optimizations by Przemek Stekiel · 2 years, 5 months ago
  27. 4dc83d4 Add check for pake operation buffer overflow by Przemek Stekiel · 2 years, 5 months ago
  28. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 5 months ago
  29. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
  30. 27cd488 Update the documentation (v.3) by Przemek Stekiel · 2 years, 6 months ago
  31. 33ea63d Minor updates of the documentation by Przemek Stekiel · 2 years, 7 months ago
  32. 8c8ab26 Update documentation (handling inputs, function names) by Przemek Stekiel · 2 years, 7 months ago
  33. d67a5b6 Update PAKE driver documentation (v.2) by Przemek Stekiel · 2 years, 7 months ago
  34. d6eb110 Add draft documentation for the PAKE driver dispatch logic by Przemek Stekiel · 2 years, 7 months ago
  35. fd09408 Pass attributes alongside key buffer by Gilles Peskine · 2 years, 6 months ago
  36. 635b779 Fix math character used in text mode by Gilles Peskine · 2 years, 7 months ago
  37. 4e346bd Fix entry point name by Gilles Peskine · 2 years, 7 months ago
  38. eda71ce Key derivation: improve overview of the problem space by Gilles Peskine · 2 years, 7 months ago
  39. b549776 Merge branch 'Mbed-TLS:development' into codegen_1.1 by asfand-silabs · 2 years, 11 months ago
  40. a2cac32 Update and document mbedtls extensions by Archana · 3 years, 4 months ago
  41. 1776dd9 Doc improvements -Cosmetic by Archana · 3 years, 4 months ago
  42. 4688624 Driver Wrappers code gen migration guide updated. by Archana · 3 years, 5 months ago
  43. 0b86ac1 Fix typographical errors in .md files found by cspell by Tom Cosgrove · 3 years ago
  44. d9645c8 Fix naming confusion with opaque key derivation by Gilles Peskine · 3 years, 1 month ago
  45. 54eb068 New function psa_crypto_driver_key_derivation_get_input_type by Gilles Peskine · 3 years, 1 month ago
  46. 3fc9e04 Be more consistent with raw/cooked key derivation terminology by Gilles Peskine · 3 years, 2 months ago
  47. 1a5b830 Fix typos and copypasta by Gilles Peskine · 3 years, 2 months ago
  48. c2e2910 Fix internal links by Gilles Peskine · 3 years, 2 months ago
  49. 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  50. e356f07 Merge pull request #5512 from gilles-peskine-arm/psa-driver-interface-tweaks-202201 by Gilles Peskine · 3 years, 5 months ago
  51. 08fb89d Require a driver prefix to be non-empty by Gilles Peskine · 3 years, 6 months ago
  52. 272ff9c Open a namespace for implementation-specific properties by Gilles Peskine · 3 years, 6 months ago
  53. 6c3b1a7 Allow comments in driver descriptions by Gilles Peskine · 3 years, 6 months ago
  54. 220bda7 Rename a function parameter to avoid confusion by Gilles Peskine · 3 years, 6 months ago
  55. a2b4159 Draft specification for key derivation by Gilles Peskine · 3 years, 6 months ago
  56. 21b20c7 Add Changelog and update documentation by Archana · 3 years, 8 months ago
  57. c08248d Rename the template file from .conf to .jinja by Archana · 3 years, 8 months ago
  58. a8939b6 Restructure scripts' folder alignment by Archana · 3 years, 8 months ago
  59. 1f1a34a Rev 1.0 of Driver Wrappers code gen by Archana · 3 years, 9 months ago
  60. dba968f Realign Markdown table by Bence Szépkúti · 4 years, 2 months ago
  61. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  62. 5d1f747d Merge pull request #4377 from mpg/psa-pbkdf2-api by Gilles Peskine · 4 years, 3 months ago
  63. f9a68ad Fix typos by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  64. 421390f Fix driver interface for key derivation by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  65. 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
  66. 351a257 PSA PBKDF2: extend key derivation driver interface by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  67. 31e27af Reword the builtin key language on persistency declaration by Steven Cooreman · 4 years, 4 months ago
  68. 2a1a673 Remove deprecated things from crypto_compat.h and dependent tests. by TRodziewicz · 4 years, 4 months ago
  69. 2c5d9e6 No configuration symbols for FFDH by Gilles Peskine · 4 years, 6 months ago
  70. 7df7d1e ECC: add rationale by Gilles Peskine · 4 years, 6 months ago
  71. c74712f Fix an example that didn't follow the given pattern by Gilles Peskine · 4 years, 6 months ago
  72. 59c6347 Remove the time stamp by Gilles Peskine · 4 years, 6 months ago
  73. ac80be1 Merge pull request #3878 from gilles-peskine-arm/psa-builtin-keys-via-slot-number-spec by Ronald Cron · 4 years, 6 months ago
  74. 055be83 Fix typo by Gilles Peskine · 4 years, 6 months ago
  75. 84ae1ee Minor clarification by Gilles Peskine · 4 years, 6 months ago
  76. 3d67365 Add a key_buffer_length output to "get_builtin_key" by Gilles Peskine · 4 years, 6 months ago
  77. 348eeeb Clarify the intent of the KEEPALIVE flag by Gilles Peskine · 4 years, 8 months ago
  78. ae7772d Clarifications around reseed_entropy_size by Gilles Peskine · 4 years, 8 months ago
  79. 43100e3 Add section on combining get_entropy with add_entropy by Gilles Peskine · 4 years, 8 months ago
  80. 32e584c Copyediting and minor clarifications by Gilles Peskine · 4 years, 8 months ago
  81. 3ff7906 Note an interrogation about integer value representation by Gilles Peskine · 4 years, 8 months ago
  82. 6a530e8 Random driver: make initial_entropy_size mandatory by Gilles Peskine · 4 years, 8 months ago
  83. ee914f3 Minor clarifications by Gilles Peskine · 4 years, 9 months ago
  84. 609394c Open question: can there be multiple RNG instances? by Gilles Peskine · 4 years, 9 months ago
  85. 8d5092c get_random: no output on error by Gilles Peskine · 4 years, 9 months ago
  86. 1ef6ad4 Note that I'm not completly sure about the get_entropy flags by Gilles Peskine · 4 years, 9 months ago
  87. 3eb65fb Open question: should add_entropy take an estimated_entropy_bits parameter? by Gilles Peskine · 4 years, 9 months ago
  88. b89b4b9 get_entropy: recommendations on conditioning and entropy estimates by Gilles Peskine · 4 years, 9 months ago
  89. 05ab264 get_entropy: recommendations on the output_size by Gilles Peskine · 4 years, 9 months ago
  90. a14326f Make add_entropy optional by Gilles Peskine · 4 years, 9 months ago
  91. 390c5a2 It is not meaningful for reseed_entropy_size to be 0 by Gilles Peskine · 4 years, 9 months ago
  92. 0e3b7ce Don't require a call to add_entropy when 0 bytes are needed by Gilles Peskine · 4 years, 9 months ago
  93. 5263e1e Transparent drivers can have get_entropy as well by Gilles Peskine · 4 years, 9 months ago
  94. e80978a Specification for random generation and entropy drivers by Gilles Peskine · 4 years, 9 months ago
  95. 1fc4c8d Let get_builtin_key be called to retrieve the key's attributes by Gilles Peskine · 4 years, 8 months ago
  96. a6454d2 Minor clarifications by Gilles Peskine · 4 years, 9 months ago
  97. 48d71f2 New entry point get_builtin_key for opaque drivers by Gilles Peskine · 4 years, 9 months ago
  98. 5197735 Remove the time stamp by Gilles Peskine · 4 years, 8 months ago
  99. e533ff7 Merge pull request #3695 from gilles-peskine-arm/psa-unified-driver-specs-20200918 by Gilles Peskine · 4 years, 8 months ago
  100. f0a9721 Use GitHub-compatible table formatting by Gilles Peskine · 4 years, 8 months ago