1. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
  2. 1d12d87 Improve/fix documentation by Ronald Cron · 4 years, 9 months ago
  3. 1ad1eee psa stats: Count locked slots instead of unlocked ones by Ronald Cron · 4 years, 9 months ago
  4. 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
  5. 9a68810 Merge pull request #3830 from jdurkop/psa-crypto-config-phase2 by Gilles Peskine · 4 years, 9 months ago
  6. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago
  7. b6f7afc Move check config feature for PSA_WANT by John Durkop · 4 years, 9 months ago
  8. 0c3752a psa: slot mgmt: Add unaccessed slots counter in stats by Ronald Cron · 4 years, 9 months ago
  9. d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 10 months ago
  10. 4067d1c psa: Improve key creation documentation by Ronald Cron · 4 years, 10 months ago
  11. 9678355 psa: Fix references to macros in comments by Ronald Cron · 4 years, 10 months ago
  12. 6b5ff53 Add mbedtls_set_key_owner_id API by Ronald Cron · 4 years, 10 months ago
  13. 5425a21 tests: Adapt PSA tests to openless APIs by Ronald Cron · 5 years ago
  14. 277a85f Add psa_purge_key API by Ronald Cron · 5 years ago
  15. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  16. c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
  17. 47a8561 Introduce psa_key_handle_equal inline function by Ronald Cron · 5 years ago
  18. c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 5 years ago
  19. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  20. 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
  21. 7fc75ea Enable all features in crypto_config.h by John Durkop · 4 years, 9 months ago
  22. 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago
  23. f4c4cb0 Added additional support for ECP for PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  24. d032195 Phase 2 support for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  25. bce4dc0 Include config_psa.h from psa/crypto.h by Gilles Peskine · 4 years, 9 months ago
  26. 52f32c9 Merge pull request #3787 from bensze01/iv_nonce_size by Gilles Peskine · 4 years, 9 months ago
  27. 423d3e7 Update support macros for IV/nonce sizes by Bence Szépkúti · 4 years, 9 months ago
  28. 0ea39e0 Correct use of MBEDTLS_PSA_BUILTIN_ALG_xxx in crypto library by John Durkop · 4 years, 10 months ago
  29. 7b45313 Updates to fix check-names and all.sh tests after review by John Durkop · 4 years, 10 months ago
  30. c7c03b7 Enhanced documentation for crypto_config.h by John Durkop · 4 years, 10 months ago
  31. 2dfaf9c Update how MBEDTLS_PSA_CRYPTO_CONFIG is handled by John Durkop · 4 years, 11 months ago
  32. 6e33dbe Created infrastructure for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 11 months ago
  33. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 5 years ago
  34. 7424f0d psa: Move key identifier related macros and functions by Ronald Cron · 5 years ago
  35. 9a2511e Fix key owner identifier documentation by Ronald Cron · 5 years ago
  36. 5eba579 Remove unnecessary inline definition by Ronald Cron · 5 years ago
  37. ef8575e Apply review feedback by Steven Cooreman · 5 years ago
  38. a07b997 Update semantics around driver context use in psa_cipher_setup by Steven Cooreman · 5 years ago
  39. fb81aa5 Only pass the driver-relevant portion of the context struct by Steven Cooreman · 5 years ago
  40. 5240e8b Style and language fixes from review by Steven Cooreman · 5 years ago
  41. d3feccd Restructure cipher context object to contain driver switch by Steven Cooreman · 5 years ago
  42. 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
  43. b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 5 years ago
  44. ecfb237 Fix PSA code and unit tests by Ronald Cron · 5 years ago
  45. 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
  46. 72f65fc psa: Rename pss_key_owner_id_t to mbedtls_key_owner_id_t by Ronald Cron · 5 years ago
  47. fa7d7af psa: Don't reset the key owner id in psa_set_key_lifetime by Ronald Cron · 5 years ago
  48. 039a98b Define always psa_key_id_t as defined in PSA crypto spec by Ronald Cron · 5 years ago
  49. 27238fc psa: Use psa_key_file_id_t as the key id type by Ronald Cron · 5 years ago
  50. 80b9510 psa: Move psa_key_file_id_t definition to crypto_types.h by Ronald Cron · 5 years ago
  51. a6033e9 Style and language fixes by Steven Cooreman · 5 years ago
  52. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  53. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  54. ed3c9ec Added support for AES-ECB to the PSA Crypto implementation by Steven Cooreman · 5 years ago
  55. 6f5cc71 Document masking of Montgomery private keys in psa_export_key by Steven Cooreman · 5 years ago
  56. 75e2703 Rename DH Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  57. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  58. db06445 Fix typo in currently unused macro constant by Steven Cooreman · 5 years ago
  59. 0af1560 Merge pull request #3305 from gilles-peskine-arm/psa-asymmetric-adjectives by Janos Follath · 5 years ago
  60. 4eb05a4 Fix article in documentation by Gilles Peskine · 5 years ago
  61. 5eae4dd Merge pull request #3301 from Patater/inline-mbedtls_ecc_group_to_psa by Manuel Pégourié-Gonnard · 5 years ago
  62. 344e15b Update SE support to pass a location when registering a driver by Gilles Peskine · 5 years ago
  63. 52ac958 Update the SE interface to pass a location when registering a driver by Gilles Peskine · 5 years ago
  64. 4cfa443 Fix macros by Gilles Peskine · 5 years ago
  65. e3871f8 Missing word by Gilles Peskine · 5 years ago
  66. c4ee2f3 Define a macro to construct a lifetime from persistence and location by Gilles Peskine · 5 years ago
  67. aff1181 Document PSA_KEY_PERSISTENCE_xxx and PSA_KEY_LOCATION_xxx by Gilles Peskine · 5 years ago
  68. ee04e69 Rename and clarify the default persistent location and persistence by Gilles Peskine · 5 years ago
  69. 5dcb74f PSA_KEY_LIFETIME_PERSISTENT is a lifetime, not just a storage area by Gilles Peskine · 5 years ago
  70. bbb3c18 Shorten type and value names for lifetime parts by Gilles Peskine · 5 years ago
  71. 2d2bb1d Define some structure for lifetime values by Gilles Peskine · 6 years ago
  72. 6cc0a20 Terminology: prefer "asymmetric" to "public-key" by Gilles Peskine · 5 years ago
  73. 7668960 Fix copypasta: ciphertext -> plaintext by Gilles Peskine · 5 years ago
  74. 9ff8d1f Fix copypasta: signature -> encryption by Gilles Peskine · 5 years ago
  75. 2f0eb51 psa: Define mbedtls_ecc_group_to_psa() inline by Darryl Green · 5 years ago
  76. 0a4270d Change the compatibility API to inline functions by Soby Mathew · 5 years ago
  77. 7cfcb3f Change the encoding of key types to have a parity bit by Gilles Peskine · 6 years ago
  78. 46e6f9d Document the vendor range for EC curve and DH group families by Gilles Peskine · 6 years ago
  79. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  80. b87b719 Remove old values of curve encodings by Gilles Peskine · 6 years ago
  81. 45c29ce Move size-specific curve/group constants to crypto_compat.h by Gilles Peskine · 6 years ago
  82. 228abc5 Define EC curve family constants by Gilles Peskine · 6 years ago
  83. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago
  84. 5055b23 Expose mbedtls/psa curve identifier conversions from psa_crypto.c by Gilles Peskine · 6 years ago
  85. 2eea95c Extract the block size from the key type encoding by Gilles Peskine · 6 years ago
  86. 7bfcfac Change key type encodings to avoid bit 16 by Gilles Peskine · 6 years ago
  87. 8fe6e0d Symmetric key types only use the upper 16 bits of psa_key_type_t by Gilles Peskine · 6 years ago
  88. 13faa2d Don't declare a parameter as const by Gilles Peskine · 6 years ago
  89. fa710f5 Don't declare a parameter as const by Gilles Peskine · 6 years ago
  90. f8210f2 Test the block size for symmetric keys by Gilles Peskine · 6 years ago
  91. 81f7909 Merge pull request #325 from gilles-peskine-arm/psa-sign_hash by Gilles Peskine · 6 years ago
  92. 0168f2f Better documentation in crypto_compat.h by Gilles Peskine · 6 years ago
  93. 972630e Remove dependency of crypto_values.h on crypto_extra.h by Gilles Peskine · 6 years ago
  94. 4151094 Add backward compatibility aliases for signature-related identifiers by Gilles Peskine · 6 years ago
  95. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  96. 7b0ab6d Simplify support for deprecated constants of various types by Gilles Peskine · 6 years ago
  97. 7a894f2 Move backward compatibility aliases to their own header by Gilles Peskine · 6 years ago
  98. 2975571 Fix ECDSA case in PSA_ASYMMETRIC_SIGNATURE_MAX_SIZE by Gilles Peskine · 6 years ago
  99. 150d577 Merge pull request #292 from gilles-peskine-arm/psa-destroy_0 by Gilles Peskine · 6 years ago
  100. cb5fa8b Merge pull request #279 from athoelke/at-fix262 by Jaeden Amero · 6 years ago