1. db2b8db psa: Add storage implementation for files by Darryl Green · 7 years ago
  2. 818eab2 Merge tag 'mbedtls-2.14.0' into feature-psa by Jaeden Amero · 7 years ago
  3. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 7 years ago
  4. 2255a36 Improve documentation of TLS-1.2 PRF and PSK-to-MS KDF by Hanno Becker · 7 years ago
  5. 8dbfca4 Add TLS-1.2 PSK-to-MS key derivation algorithm identifier to PSA API by Hanno Becker · 7 years ago
  6. 19643c5 Fix typo in documentation by Gilles Peskine · 7 years ago
  7. a05219c Add some missing compilation guards by Gilles Peskine · 7 years ago
  8. 580fba1 Dynamically allocate `A(i) + seed` buffer for TLS-1.2 PRF by Hanno Becker · 7 years ago
  9. c8a41d7 Add implementation of TLS-1.2 PRF by Hanno Becker · 7 years ago
  10. 79250c2 Add identifiers for TLS-1.2 PRF by Hanno Becker · 7 years ago
  11. 99d0259 Improve documentation the shared secret format for FFDH by Gilles Peskine · 7 years ago
  12. d171e78 Document the peer_key format for psa_key_agreement by Gilles Peskine · 7 years ago
  13. 6c6a023 More tweaks on EC-related wording by Gilles Peskine · 7 years ago
  14. 7b5b4a0 Correct description of the ECDH shared secret by Gilles Peskine · 7 years ago
  15. f5f442a More accurate description of the shared secret for ECDH by Gilles Peskine · 7 years ago
  16. 211a436 Document that key agreement produces a maximum-capacity generator by Gilles Peskine · 7 years ago
  17. 79dd622 Clarify the format of the (EC)DH shared secret by Gilles Peskine · 7 years ago
  18. 2607bca Give "DH" and "DHM" as alternative names by Gilles Peskine · 7 years ago
  19. 01d718c New API function: psa_key_agreement by Gilles Peskine · 7 years ago
  20. 8feb3a8 Support key derivation with non-predefined capacity by Gilles Peskine · 7 years ago
  21. 93098fd Key agreement: macros for finite-field Diffie-Hellman, ECDH by Gilles Peskine · 7 years ago
  22. e8f0e3d New algorithm category: key selection by Gilles Peskine · 7 years ago
  23. 92587db Write missing bit of the documentation of psa_key_derivation by Gilles Peskine · 7 years ago
  24. e19b7d5 Revert "New function mbedtls_rsa_get_bitlen" by Gilles Peskine · 7 years ago
  25. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 7 years ago
  26. e51d4b3 Merge remote-tracking branch 'public/pr/2054' into development-proposed by Simon Butcher · 7 years ago
  27. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  28. bcca58c Add common feature unavailable error by Ron Eldor · 7 years ago
  29. 361ce6c Merge remote-tracking branch 'public/pr/2127' into development-restricted-proposed by Simon Butcher · 7 years ago
  30. c818131 Merge remote-tracking branch 'public/pr/2140' into development-restricted-proposed by Simon Butcher · 7 years ago
  31. 241823a Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed by Simon Butcher · 7 years ago
  32. 51b6abb Merge remote-tracking branch 'public/pr/2165' into development-proposed by Simon Butcher · 7 years ago
  33. 40f1cb1 Merge pull request #182 from ARMmbed/psa-asymmetric-format-raw_private_key by Jaeden Amero · 7 years ago
  34. 7213744 Fix typo in comment by Ron Eldor · 7 years ago
  35. 19779c4 Some style and documentation fixes by Ron Eldor · 7 years ago
  36. 5ed8c1e Avoid using restartable and alternative ECP imp. by Ron Eldor · 7 years ago
  37. 06f88e9 Merge remote-tracking branch 'public/pr/2007' into development-proposed by Simon Butcher · 7 years ago
  38. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 7 years ago
  39. 5517755 Improve wording and formatting of ASN.1 write module documentation by Hanno Becker · 7 years ago
  40. f793393 Expand the documentation of import/export formats by Gilles Peskine · 7 years ago
  41. 5eb1521 Private EC key format: update key representation size macro by Gilles Peskine · 7 years ago
  42. f76aa77 Private EC key format: change to raw secret value (doc, import) by Gilles Peskine · 7 years ago
  43. d5bf428 Merge remote-tracking branch 'public/pr/1618' into development-proposed by Simon Butcher · 7 years ago
  44. a07d86e Merge remote-tracking branch 'public/pr/1902' into development by Simon Butcher · 7 years ago
  45. ef263eb Merge remote-tracking branch 'public/pr/1993' into development by Simon Butcher · 7 years ago
  46. da09561 Merge remote-tracking branch 'public/pr/2142' into development by Simon Butcher · 7 years ago
  47. e783f4a Merge remote-tracking branch 'public/pr/1609' into development by Simon Butcher · 7 years ago
  48. f015fec Some changes from 'pcd_' to 'psa_drv_' were missed by Derek D. Miller · 7 years ago
  49. abdf67e Cast number of operations to `uint` in MBEDTLS_ECP_BUDGET by Hanno Becker · 7 years ago
  50. 9411db7 psa: driver: Wrap types and symbols for C/C++ use by Jaeden Amero · 7 years ago
  51. 20b8a4f psa: driver: Convert struct types to typedefs by Jaeden Amero · 7 years ago
  52. 4155850 psa: driver: Use header guard style consistently by Jaeden Amero · 7 years ago
  53. 7632f62 psa: driver: Prefix "encrypt or decrypt" type by Jaeden Amero · 7 years ago
  54. 1acb2c4 psa: driver: Replace `pcd_` prefix with `psa_drv_` by Jaeden Amero · 7 years ago
  55. e095d60 psa: driver: Use "Driver Model" terminology by Jaeden Amero · 7 years ago
  56. 72244ae psa: driver: Fix names of AEAD functions by Jaeden Amero · 7 years ago
  57. 0a09f77 psa: driver: Fix comment whitespace format by Jaeden Amero · 7 years ago
  58. d3d26aa psa: driver: Fix trailing whitespace issues by Jaeden Amero · 7 years ago
  59. 0eb8fb8 Correct typo in documentation of MBEDTLS_SSL_RENEGOTIATION by Hanno Becker · 7 years ago
  60. ec57c55 Merge pull request #161 from ARMmbed/driver_api by Jaeden Amero · 7 years ago
  61. 6f960ab Additional fixes per comments in PR#92 in psa-crypto by Derek Miller · 7 years ago
  62. 81133a6 More changes due to PR feedback by Derek Miller · 7 years ago
  63. cc40d86 Improve documentation of mbedtls_ssl_get_verify_result() by Hanno Becker · 7 years ago
  64. a966fde Fix some documentation typos and improve a comment by Manuel Pégourié-Gonnard · 7 years ago
  65. 765682c Added detailed descriptions for modules. Additional small edits. by Derek Miller · 7 years ago
  66. ca29fdf Fix some typos in documentation and comments by Manuel Pégourié-Gonnard · 7 years ago
  67. f3d0a56 Integrated mostly cosmetic feedback from Alex by Derek Miller · 7 years ago
  68. e0e9c7c New macro PSA_ALG_FULL_LENGTH_MAC by Gilles Peskine · 7 years ago
  69. 6d72ff9 Document that the minimum truncated MAC length is implementation-defined by Gilles Peskine · 7 years ago
  70. e1f2d7d Document and check the consistency of truncated MAC encodings by Gilles Peskine · 7 years ago
  71. b843b15 Fix function name to fit conventions by Manuel Pégourié-Gonnard · 7 years ago
  72. c37423f Fix misleading sub-state name and comments by Manuel Pégourié-Gonnard · 7 years ago
  73. 16e7229 Changed crypto_driver.h based on PR feedback by Derek Miller · 7 years ago
  74. 5267b62 Change error description by Ron Eldor · 7 years ago
  75. a27190b Rename platform error code and value by Ron Eldor · 7 years ago
  76. 32df911 Fix documentation of what functions restart when by Manuel Pégourié-Gonnard · 7 years ago
  77. f0bbd7e Misc documentation fixes/improvements. by Manuel Pégourié-Gonnard · 7 years ago
  78. 5b3417a Added the crypto driver API header file by Derek Miller · 7 years ago
  79. a0b67c2 Bignum: Deprecate mbedtls_mpi_is_prime() by Janos Follath · 7 years ago
  80. f301d23 Bignum: Improve primality test for FIPS primes by Janos Follath · 7 years ago
  81. d0e21fb Improve documentation of ASN.1 string-writing functions by Hanno Becker · 7 years ago
  82. 3111981 Fix parameter name in Doxygen documentation by Gilles Peskine · 7 years ago
  83. 70f46e1 New macro PSA_ALG_AEAD_WITH_DEFAULT_TAG_LENGTH by Gilles Peskine · 7 years ago
  84. 23cc2ff Add support for non-default-tag-size AEAD (CCM and GCM) by Gilles Peskine · 7 years ago
  85. d911eb7 Add support for truncated MAC algorithms by Gilles Peskine · 7 years ago
  86. 16b1bd8 bn_mul.h: add ARM DSP optimized MULADDC code by Aurelien Jarno · 7 years ago
  87. 3725bb2 rsa: pss: Enable use of big hashes with small keys by Jaeden Amero · 7 years ago
  88. 3ad2efd Remove Yotta support from the docs, tests and build scripts by Simon Butcher · 7 years ago
  89. 159ebf3 Merge pull request #142 from ARMmbed/psa-metadata_validation by Gilles Peskine · 7 years ago
  90. 7c025a9 Generalize dh_flag in mbedtls_mpi_gen_prime by Janos Follath · 7 years ago
  91. 40363fe Merge pull request #139 from ARMmbed/psa-PSA_ALG-block_cipher_padding by Jaeden Amero · 7 years ago
  92. 3052f53 Add block sizes to HMAC metadata validation tests by Gilles Peskine · 7 years ago
  93. 35fe203 PSA_MAC_FINAL_SIZE: we don't use key_bits at the moment by Gilles Peskine · 7 years ago
  94. 00709fa Rename PSA_ALG_HMAC_HASH to PSA_ALG_HMAC_GET_HASH by Gilles Peskine · 7 years ago
  95. 9df2dc8 Fix name of PSA_ALG_IS_BLOCK_CIPHER_MAC by Gilles Peskine · 7 years ago
  96. 70ce2c6 FFDHE groups are not elliptic curves by Gilles Peskine · 7 years ago
  97. 583b55d Add PSA_KEY_TYPE_IS_DSA to go with PSA_KEY_TYPE_IS_RSA by Gilles Peskine · 7 years ago
  98. daea26f Correct and simplify block-based cipher modes by Gilles Peskine · 7 years ago
  99. eba6c9b changes requested by @hanno-arm by thomas-dee · 7 years ago
  100. 1861709 Add documentation describing behavior of not calling psa_crypto_init by itayzafrir · 7 years ago