1. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  2. 75e2703 Rename DH Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  3. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  4. 2f0eb51 psa: Define mbedtls_ecc_group_to_psa() inline by Darryl Green · 5 years ago
  5. 7cfcb3f Change the encoding of key types to have a parity bit by Gilles Peskine · 6 years ago
  6. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  7. 5055b23 Expose mbedtls/psa curve identifier conversions from psa_crypto.c by Gilles Peskine · 6 years ago
  8. 7bfcfac Change key type encodings to avoid bit 16 by Gilles Peskine · 6 years ago
  9. 81f7909 Merge pull request #325 from gilles-peskine-arm/psa-sign_hash by Gilles Peskine · 6 years ago
  10. 972630e Remove dependency of crypto_values.h on crypto_extra.h by Gilles Peskine · 6 years ago
  11. 7a894f2 Move backward compatibility aliases to their own header by Gilles Peskine · 6 years ago
  12. cb5fa8b Merge pull request #279 from athoelke/at-fix262 by Jaeden Amero · 6 years ago
  13. 43326f0 Change PSA_DH_GROUP_CUSTOM to not be in the vendor-defined range by Gilles Peskine · 6 years ago
  14. 3efcebb SE support: Use a transaction when registering a key by Gilles Peskine · 6 years ago
  15. 1983512 Add backward compatibility alias for PSA_ERROR_CORRUPTION_DETECTED by Gilles Peskine · 6 years ago
  16. 98d5685 Merge pull request #232 from Patater/psa-crypto-api-1.0b3 by Jaeden Amero · 6 years ago
  17. 21db2a9 Merge pull request #229 from k-stachowiak/IOTCRYPT-791-remove-legacy-psa-key-derivation by Jaeden Amero · 6 years ago
  18. 6fa62a5 psa: Use application key ID where necessary by Jaeden Amero · 6 years ago
  19. c7529c9 crypto_extra: Use const seed for entropy injection by Jaeden Amero · 6 years ago
  20. 0b74cf8 Remove psa_key_derivation() and associated static functions by k-stachowiak · 6 years ago
  21. d772958 New function mbedtls_psa_register_se_key by Gilles Peskine · 6 years ago
  22. 5fe5e27 Test slot_number attribute by Gilles Peskine · 6 years ago
  23. c8000c0 Add slot_number attribute by Gilles Peskine · 6 years ago
  24. 7e0cff9 Move attribute fields to a substructure by Gilles Peskine · 6 years ago
  25. 7228da2 Favor stdint.h types in implementation-specific API by Gilles Peskine · 6 years ago
  26. adbec81 Remove the deprecated PSA_ALG_SELECT_RAW option by Janos Follath · 6 years ago
  27. e3e8166 Move PSA_PRE_1_0_KEY_DERIVATION to crypto_struct.h by Janos Follath · 6 years ago
  28. 71a4c91 Add flag for removing deprecated API by Janos Follath · 6 years ago
  29. 4bac9a4 New function to get key slot statistics by Gilles Peskine · 6 years ago
  30. f46f81c Remove obsolete key creation functions by Gilles Peskine · 6 years ago
  31. f25c9ec Minor documentation improvements by Gilles Peskine · 6 years ago
  32. 96f0b3b Keys may allow a second algorithm by Gilles Peskine · 6 years ago
  33. fba7539 Merge pull request #269 from ARMmbed/psa-slots_to_handles by Jaeden Amero · 6 years ago
  34. eff4942 Merge pull request #268 from ARMmbed/psa-error_tampering_detected by Gilles Peskine · 6 years ago
  35. 35ef36b Rename psa_generate_random_key back to psa_generate_key by Gilles Peskine · 6 years ago
  36. c93b80c Rename *KEYPAIR* to *KEY_PAIR* by Gilles Peskine · 6 years ago
  37. 67e1c7a Remove remaining mentions of slots by Adrian L. Shaw · 6 years ago
  38. 4b3eb69 Rename PSA_ERROR_TAMPERING_DETECTED to ..._CORRUPTION_DETECTED by Gilles Peskine · 6 years ago
  39. 27a983d Grammar fix by Gilles Peskine · 6 years ago
  40. a130219 Move remaining text about DSA out of the specification by Gilles Peskine · 6 years ago
  41. e38ab1a Move DSA definitions out of the specification by Gilles Peskine · 6 years ago
  42. dcaefae Parametrize Diffie-Hellman keys by a group identifier by Gilles Peskine · 6 years ago
  43. 24f10f8 Remove domain parameters from the official API by Gilles Peskine · 6 years ago
  44. cf7292e Wrap and reindent some lines by Gilles Peskine · 6 years ago
  45. 35675b6 Terminology: say "key derivation operation", not "generator" by Gilles Peskine · 6 years ago
  46. a99d3fb Rename generator functions to psa_key_derivation_xxx by Gilles Peskine · 6 years ago
  47. 5a5a79a Rename psa_generate_key() and psa_generator_import_key() by Adrian L. Shaw · 6 years ago
  48. a3dd737 Move legacy definitions to crypto_extra.h by Gilles Peskine · 6 years ago
  49. 87a5e56 Rename functions that inject key material to an allocated handle by Gilles Peskine · 6 years ago
  50. 3135184 Merge remote-tracking branch 'upstream-crypto/development' into psa-api-beta2-merge-development by Gilles Peskine · 6 years ago
  51. e3dbdd8 Gate entropy injection through a dedicated configuration option by Gilles Peskine · 6 years ago
  52. 6bf4bae Remove compilation option MBEDTLS_PSA_HAS_ITS_IO by Gilles Peskine · 6 years ago
  53. 3be6b7f Fix some copypasta in references to parameter names by Gilles Peskine · 6 years ago
  54. 81cefed psa: Explicitly include platform_util.h by Jaeden Amero · 6 years ago
  55. 5e6d24c psa: Add backwards compatible error codes by Jaeden Amero · 6 years ago
  56. a2523b2 Replace ITS specific types with more generic PSA storage types by David Saada · 6 years ago
  57. 6843c29 Simplify the encoding of key agreement algorithms by Gilles Peskine · 7 years ago
  58. 5dcd3ce Remove psa_key_derivation from the official API by Gilles Peskine · 7 years ago
  59. 596e65e Fix indentation by Netanel Gonen · 7 years ago
  60. 0cfaed1 fix doxigen issue by Gilles Peskine · 7 years ago
  61. 1d7195f always compile mbedtls_psa_inject_entropy by Netanel Gonen · 7 years ago
  62. 0d2c266 change MBEDTLS_RANDOM_SEED_ITS define to be PSA_CRYPTO_ITS_RANDOM_SEED_UID by avolinski · 7 years ago
  63. 7cc8229 Replace MBED_RANDOM_SEED_ITS_UID with MBEDTLS_RANDOM_SEED_ITS_UID by avolinski · 7 years ago
  64. 21f37cb Add Tests for psa crypto entropy incjection by Netanel Gonen · 7 years ago
  65. ee2ffd3 Document the maximum seed size as well as the minimum by Gilles Peskine · 7 years ago
  66. 0338ded Improve documentation of mbedtls_psa_inject_entropy by Gilles Peskine · 7 years ago
  67. 2bcd312 Add entropy injection function to psa cripto APIs by Netanel Gonen · 7 years ago
  68. 07c91f5 Add notes about the purpose and usage of auxiliary header files by Gilles Peskine · 7 years ago
  69. e59236f Add PSA crypto module by Gilles Peskine · 8 years ago