1. 9de97d7 Don't use multiline comments in enums to silence check-names.sh by Hanno Becker · 7 years ago
  2. fea4915 Minor rewording in documentation of PSA-based cipher context by Hanno Becker · 7 years ago
  3. 1908655 Use enum for slot state in PSA-based cipher context by Hanno Becker · 7 years ago
  4. 20120b3 Add AEAD tag length to new mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  5. edda8b8 Implement mbedtls_cipher_setkey() for PSA-based cipher contexts by Hanno Becker · 7 years ago
  6. 6118e43 Add PSA-specific cipher context by Hanno Becker · 7 years ago
  7. ce1ddee Add `psa_enabled` field to cipher ctx and add dummy implementations by Hanno Becker · 7 years ago
  8. 4ccfc40 Add declaration and dummy-definition of mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  9. 73907f8 Improve wording in documentation of mbedtls_cipher_setup() by Hanno Becker · 7 years ago
  10. f28d344 Expand documentation of mbedtls_cipher_list() by Hanno Becker · 7 years ago
  11. c8b699d Fix style in cipher.h by Hanno Becker · 7 years ago
  12. 2e009fe Fix style in definition of `mbedtls_cipher_mode_t` by Hanno Becker · 7 years ago
  13. fc359fd Remove double white space by Hanno Becker · 7 years ago
  14. 47a6291 Use MBEDTLS_PSA_UTIL_H instead of MBEDTLS_PSA_COMPAT_H in psa_util.h by Hanno Becker · 7 years ago
  15. 56a78dd State explicitly that any API depending on PSA is unstable by Hanno Becker · 7 years ago
  16. 4d9e1e0 Improve documentation of mbedtls_psa_err_translate_pk() by Hanno Becker · 7 years ago
  17. dec6473 Add AEAD tag length parameter to mbedtls_psa_translate_cipher_mode() by Hanno Becker · 7 years ago
  18. 14f78b0 Add function to translate PSA errors to PK module errors by Hanno Becker · 7 years ago
  19. 639a432 Fix Doxygen annotation in psa_util.h by Hanno Becker · 7 years ago
  20. 5f48818 Make PSA utility functions static inline by Hanno Becker · 7 years ago
  21. 28b9d35 Add PSA-to-Mbed TLS translations for cipher module by Hanno Becker · 7 years ago
  22. 560aeaf Add internal header for PSA utility functions by Hanno Becker · 7 years ago
  23. 26fd730 Add config option for X.509/TLS to use PSA by Manuel Pégourié-Gonnard · 7 years ago
  24. 0d2c266 change MBEDTLS_RANDOM_SEED_ITS define to be PSA_CRYPTO_ITS_RANDOM_SEED_UID by avolinski · 7 years ago
  25. 7cc8229 Replace MBED_RANDOM_SEED_ITS_UID with MBEDTLS_RANDOM_SEED_ITS_UID by avolinski · 7 years ago
  26. 21f37cb Add Tests for psa crypto entropy incjection by Netanel Gonen · 7 years ago
  27. ee2ffd3 Document the maximum seed size as well as the minimum by Gilles Peskine · 7 years ago
  28. 0338ded Improve documentation of mbedtls_psa_inject_entropy by Gilles Peskine · 7 years ago
  29. 212a793 add MBEDTLS_PSA_HAS_ITS_IO to config.h by Netanel Gonen · 7 years ago
  30. 2bcd312 Add entropy injection function to psa cripto APIs by Netanel Gonen · 7 years ago
  31. 3d5d837 Merge pull request #198 from ARMmbed/psa_crypto_its by Gilles Peskine · 7 years ago
  32. 3a45d9e CMake: psa: Enable installing of headers by Jaeden Amero · 7 years ago
  33. a90abf1 add MBEDTLS_PSA_HAS_ITS_IO by Moran Peker · 7 years ago
  34. 4611956 Add new MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C configuration option by Moran Peker · 7 years ago
  35. d49a499 psa: Implement persistent keys by Darryl Green · 7 years ago
  36. db2b8db psa: Add storage implementation for files by Darryl Green · 7 years ago
  37. 818eab2 Merge tag 'mbedtls-2.14.0' into feature-psa by Jaeden Amero · 7 years ago
  38. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 7 years ago
  39. 2255a36 Improve documentation of TLS-1.2 PRF and PSK-to-MS KDF by Hanno Becker · 7 years ago
  40. 8dbfca4 Add TLS-1.2 PSK-to-MS key derivation algorithm identifier to PSA API by Hanno Becker · 7 years ago
  41. 19643c5 Fix typo in documentation by Gilles Peskine · 7 years ago
  42. a05219c Add some missing compilation guards by Gilles Peskine · 7 years ago
  43. 580fba1 Dynamically allocate `A(i) + seed` buffer for TLS-1.2 PRF by Hanno Becker · 7 years ago
  44. c8a41d7 Add implementation of TLS-1.2 PRF by Hanno Becker · 7 years ago
  45. 79250c2 Add identifiers for TLS-1.2 PRF by Hanno Becker · 7 years ago
  46. 99d0259 Improve documentation the shared secret format for FFDH by Gilles Peskine · 7 years ago
  47. d171e78 Document the peer_key format for psa_key_agreement by Gilles Peskine · 7 years ago
  48. 6c6a023 More tweaks on EC-related wording by Gilles Peskine · 7 years ago
  49. 7b5b4a0 Correct description of the ECDH shared secret by Gilles Peskine · 7 years ago
  50. f5f442a More accurate description of the shared secret for ECDH by Gilles Peskine · 7 years ago
  51. 211a436 Document that key agreement produces a maximum-capacity generator by Gilles Peskine · 7 years ago
  52. 79dd622 Clarify the format of the (EC)DH shared secret by Gilles Peskine · 7 years ago
  53. 2607bca Give "DH" and "DHM" as alternative names by Gilles Peskine · 7 years ago
  54. 01d718c New API function: psa_key_agreement by Gilles Peskine · 7 years ago
  55. 8feb3a8 Support key derivation with non-predefined capacity by Gilles Peskine · 7 years ago
  56. 93098fd Key agreement: macros for finite-field Diffie-Hellman, ECDH by Gilles Peskine · 7 years ago
  57. e8f0e3d New algorithm category: key selection by Gilles Peskine · 7 years ago
  58. 92587db Write missing bit of the documentation of psa_key_derivation by Gilles Peskine · 7 years ago
  59. e19b7d5 Revert "New function mbedtls_rsa_get_bitlen" by Gilles Peskine · 7 years ago
  60. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 7 years ago
  61. e51d4b3 Merge remote-tracking branch 'public/pr/2054' into development-proposed by Simon Butcher · 7 years ago
  62. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  63. bcca58c Add common feature unavailable error by Ron Eldor · 7 years ago
  64. 361ce6c Merge remote-tracking branch 'public/pr/2127' into development-restricted-proposed by Simon Butcher · 7 years ago
  65. c818131 Merge remote-tracking branch 'public/pr/2140' into development-restricted-proposed by Simon Butcher · 7 years ago
  66. 241823a Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed by Simon Butcher · 7 years ago
  67. 51b6abb Merge remote-tracking branch 'public/pr/2165' into development-proposed by Simon Butcher · 7 years ago
  68. 40f1cb1 Merge pull request #182 from ARMmbed/psa-asymmetric-format-raw_private_key by Jaeden Amero · 7 years ago
  69. 7213744 Fix typo in comment by Ron Eldor · 7 years ago
  70. 19779c4 Some style and documentation fixes by Ron Eldor · 7 years ago
  71. 5ed8c1e Avoid using restartable and alternative ECP imp. by Ron Eldor · 7 years ago
  72. 06f88e9 Merge remote-tracking branch 'public/pr/2007' into development-proposed by Simon Butcher · 7 years ago
  73. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 7 years ago
  74. 5517755 Improve wording and formatting of ASN.1 write module documentation by Hanno Becker · 7 years ago
  75. f793393 Expand the documentation of import/export formats by Gilles Peskine · 7 years ago
  76. 5eb1521 Private EC key format: update key representation size macro by Gilles Peskine · 7 years ago
  77. f76aa77 Private EC key format: change to raw secret value (doc, import) by Gilles Peskine · 7 years ago
  78. d5bf428 Merge remote-tracking branch 'public/pr/1618' into development-proposed by Simon Butcher · 7 years ago
  79. a07d86e Merge remote-tracking branch 'public/pr/1902' into development by Simon Butcher · 7 years ago
  80. ef263eb Merge remote-tracking branch 'public/pr/1993' into development by Simon Butcher · 7 years ago
  81. da09561 Merge remote-tracking branch 'public/pr/2142' into development by Simon Butcher · 7 years ago
  82. e783f4a Merge remote-tracking branch 'public/pr/1609' into development by Simon Butcher · 7 years ago
  83. f015fec Some changes from 'pcd_' to 'psa_drv_' were missed by Derek D. Miller · 7 years ago
  84. abdf67e Cast number of operations to `uint` in MBEDTLS_ECP_BUDGET by Hanno Becker · 7 years ago
  85. 9411db7 psa: driver: Wrap types and symbols for C/C++ use by Jaeden Amero · 7 years ago
  86. 20b8a4f psa: driver: Convert struct types to typedefs by Jaeden Amero · 7 years ago
  87. 4155850 psa: driver: Use header guard style consistently by Jaeden Amero · 7 years ago
  88. 7632f62 psa: driver: Prefix "encrypt or decrypt" type by Jaeden Amero · 7 years ago
  89. 1acb2c4 psa: driver: Replace `pcd_` prefix with `psa_drv_` by Jaeden Amero · 7 years ago
  90. e095d60 psa: driver: Use "Driver Model" terminology by Jaeden Amero · 7 years ago
  91. 72244ae psa: driver: Fix names of AEAD functions by Jaeden Amero · 7 years ago
  92. 0a09f77 psa: driver: Fix comment whitespace format by Jaeden Amero · 7 years ago
  93. d3d26aa psa: driver: Fix trailing whitespace issues by Jaeden Amero · 7 years ago
  94. 0eb8fb8 Correct typo in documentation of MBEDTLS_SSL_RENEGOTIATION by Hanno Becker · 7 years ago
  95. ec57c55 Merge pull request #161 from ARMmbed/driver_api by Jaeden Amero · 7 years ago
  96. 6f960ab Additional fixes per comments in PR#92 in psa-crypto by Derek Miller · 7 years ago
  97. 81133a6 More changes due to PR feedback by Derek Miller · 7 years ago
  98. cc40d86 Improve documentation of mbedtls_ssl_get_verify_result() by Hanno Becker · 7 years ago
  99. a966fde Fix some documentation typos and improve a comment by Manuel Pégourié-Gonnard · 7 years ago
  100. 765682c Added detailed descriptions for modules. Additional small edits. by Derek Miller · 7 years ago