1. 79a98bd crypto_extra: improve description of psa_can_do_hash() by Valerio Setti · 5 months ago
  2. 05b3835 psa: move definition of psa_can_do_hash() to crypto_extra.h by Valerio Setti · 5 months ago
  3. bc3f917 crypto_config.h: Don't list mechanisms that are not implemented by Gilles Peskine · 7 months ago
  4. bdfb80b psa: move definition of MBEDTLS_PSA_KEY_BUFFER_MAX_SIZE by Valerio Setti · 10 months ago
  5. 0c4a74b test_suite_psa_crypto: use finer grained checks on the key slot buffer size by Valerio Setti · 10 months ago
  6. ce84921 psa: move default definition of MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE by Valerio Setti · 11 months ago
  7. f51488b psa: fix some macro definition by Valerio Setti · 12 months ago
  8. 8d4f150 psa: allow to use static key buffers instead of dynamic ones by Valerio Setti · 1 year, 2 months ago
  9. 3b41e1d Merge pull request #9403 from gilles-peskine-arm/psa-keystore-dynamic-prep-3.6 by Gilles Peskine · 12 months ago
  10. 14b87f6 Match spacing in pointer types in documentation with the code style by Gilles Peskine · 1 year ago
  11. 0d619b2 Documentation improvements by Gilles Peskine · 1 year, 1 month ago
  12. 14134e7 Remove some tests of psa_generate_key_ext by Gilles Peskine · 1 year, 2 months ago
  13. e65cca2 Document the key_ext functions as deprecated by Gilles Peskine · 1 year, 2 months ago
  14. 603b5b8 Documentation: point to key_custom instead of key_ext by Gilles Peskine · 1 year, 2 months ago
  15. f36d785 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
  16. 543909d Add a test for the built-in key range by Gilles Peskine · 1 year, 1 month ago
  17. d72ad73 Prevent mbedtls_psa_register_se_key with volatile keys by Gilles Peskine · 1 year, 2 months ago
  18. d30cc09 psa: fix parameters' names of psa_key_derivation_verify_bytes() by Valerio Setti · 1 year, 1 month ago
  19. 1cb31cc crypto.h: fix documentation for some functions by Valerio Setti · 1 year, 2 months ago
  20. d537799 Tweak wording by Gilles Peskine · 1 year, 2 months ago
  21. 66b2742 Error out if *adjust* headers are included manually by Gilles Peskine · 1 year, 3 months ago
  22. e0ec8f5 Document check-config.h and *adjust*.h as internal headers by Gilles Peskine · 1 year, 3 months ago
  23. 8b1c5eb Fix crypto_adjust_config_dependencies.h documentation by Ronald Cron · 1 year, 3 months ago
  24. 0fd2d04 Fix PBKDF2_AES_CMAC_PRF_128 dependencies by Ronald Cron · 1 year, 3 months ago
  25. c8953c9 Fix the resolution of dependencies on HMAC by Ronald Cron · 1 year, 3 months ago
  26. 7d949ae Resolve PBKDF2_AES_CMAC_PRF_128 dependencies by Ronald Cron · 1 year, 3 months ago
  27. a6ff719 Resolve some HMAC dependencies automatically by Ronald Cron · 1 year, 3 months ago
  28. f02c6ef Fix typo in psa_key_production_parameters_t doc: 65535 should be 65537 by Tom Cosgrove · 1 year, 4 months ago
  29. f6f973c Document security weakness in concurrent execution of psa_destroy_key by Ryan Everett · 1 year, 5 months ago
  30. 0eb4e7f Fix code style by Gilles Peskine · 1 year, 5 months ago
  31. e92796e Get rid of flags in attributes by Gilles Peskine · 1 year, 5 months ago
  32. 972539c In attributes, keep track of slot number through a dedicated field by Gilles Peskine · 1 year, 5 months ago
  33. 2dc2bd7 Get rid of psa_core_key_attributes_t by Gilles Peskine · 1 year, 5 months ago
  34. 2f107ae Don't access psa_key_attributes_t.core by Gilles Peskine · 1 year, 5 months ago
  35. 7fad3ef Switch key slots to psa_key_attributes_t by Gilles Peskine · 1 year, 5 months ago
  36. 0f40a41 psa_key_attributes_t: move slot_number to core structure by Gilles Peskine · 1 year, 5 months ago
  37. 97c0b2f Remove domain parameters from psa_key_attributes_t by Gilles Peskine · 1 year, 6 months ago
  38. ae5eb64 Remove domain parameters from the public API by Gilles Peskine · 1 year, 6 months ago
  39. 6a2c400 typo by Gilles Peskine · 1 year, 5 months ago
  40. 0f63028 Merge pull request #8815 from gilles-peskine-arm/psa_generate_key_ext-prototype by Gilles Peskine · 1 year, 5 months ago
  41. dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  42. 23605d1 More renaming: method -> production parameters by Gilles Peskine · 1 year, 6 months ago
  43. 092ce51 Rename "key generation method" to "key production parameters" by Gilles Peskine · 1 year, 6 months ago
  44. e7a7013 Remove initialization function for variable-length struct by Gilles Peskine · 1 year, 6 months ago
  45. dc5597b Fix copypasta by Gilles Peskine · 1 year, 6 months ago
  46. 4da1f01 Fix copypasta by Gilles Peskine · 1 year, 6 months ago
  47. c81393b generate/derive key ext: pass method_data_length rather than method_length by Gilles Peskine · 1 year, 6 months ago
  48. 6d81cbc Document new functions psa_generate_key_ext, psa_key_derivation_output_key_ext by Gilles Peskine · 1 year, 6 months ago
  49. f741db3 Merge pull request #8764 from Ryan-Everett-arm/threadsafe-key-wiping by Janos Follath · 1 year, 6 months ago
  50. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  51. 8bdd8cd Merge pull request #8729 from adeaarm/crypto_struct_client_view by Gilles Peskine · 1 year, 6 months ago
  52. 91d5fde Merge pull request #8745 from adeaarm/trail_key_id_field by Dave Rodgman · 1 year, 6 months ago
  53. 6932e29 Correct the ENCODES_OWNER macro name in comment by Antonio de Angelis · 1 year, 6 months ago
  54. 4380a33 Add a client view layout for interruptible hash and pake by Antonio de Angelis · 1 year, 6 months ago
  55. 6fb1be6 Add comments in psa/crypto_struct.h for id layout by Antonio de Angelis · 1 year, 6 months ago
  56. 16abd59 Update psa_wipe_all_key_slots and document non-thread safety by Ryan Everett · 1 year, 6 months ago
  57. 667cad5 Put the id field at the end of the psa_key_attributes_s structure by Antonio de Angelis · 1 year, 6 months ago
  58. 13f2f4e Merge remote-tracking branch 'restricted/development' into mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
  59. 393df9c Add warning for PKCS 1.5 decryption by Janos Follath · 1 year, 7 months ago
  60. 90d1834 Update the initialization macros by Antonio de Angelis · 1 year, 7 months ago
  61. 6425a18 Add a client view of the multipart contexts by Antonio de Angelis · 1 year, 7 months ago
  62. 0e3b677 Support PSA_ERROR_SERVICE_FAILURE by Ryan Everett · 1 year, 7 months ago
  63. de50413 crypto_sizes: adjust PSA_VENDOR_FFDH_MAX_KEY_BITS based on the supported groups by Valerio Setti · 1 year, 7 months ago
  64. bbff303 crypto_config: define feature macros for DH keys by Valerio Setti · 1 year, 7 months ago
  65. 454ab28 Merge pull request #8668 from gilles-peskine-arm/asymmetric_key_data-secpr1 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  66. 4aad0ff Merge pull request #8632 from valeriosetti/issue8598 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  67. 44d557c Indicate which curves Mbed TLS supports by Gilles Peskine · 1 year, 7 months ago
  68. 6e20696 Note unusual curve size by Gilles Peskine · 1 year, 7 months ago
  69. 2a22dac Fix typo in curve name by Gilles Peskine · 1 year, 7 months ago
  70. 1cc90a1 Merge pull request #8517 from mschulz-at-hilscher/fixes/issue-6910 by Dave Rodgman · 1 year, 7 months ago
  71. 1a9e05b Note that domain parameters are not supported with drivers by Gilles Peskine · 1 year, 8 months ago
  72. 5ad9539 Remove DSA and DH domain parameters from the documentation by Gilles Peskine · 1 year, 8 months ago
  73. 9deb549 Document the domain_parameters_size==SIZE_MAX hack by Gilles Peskine · 1 year, 8 months ago
  74. 4bc7fac crypto_builtin_composites: add missing guards for includes by Valerio Setti · 1 year, 8 months ago
  75. b349108 library: Move mbedtls_ecc helper functions to psa_util by Joakim Andersson · 1 year, 8 months ago
  76. cab5eff adjust_config_synonyms: make CCM and CCM* indipendent by Valerio Setti · 1 year, 9 months ago
  77. 5a39c4e Fixes https://github.com/Mbed-TLS/mbedtls/issues/6910 as proposed in https://github.com/Mbed-TLS/mbedtls/issues/6910#issuecomment-1573301661 by Matthias Schulz · 1 year, 9 months ago
  78. e3c0585 Header updates by Dave Rodgman · 1 year, 9 months ago
  79. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  80. 7871cb1 Include psa/build_info.h instead of mbedtls/build_info.h by Ronald Cron · 1 year, 10 months ago
  81. 070e865 Adapt to new PSA Crypto repo name by Ronald Cron · 1 year, 10 months ago
  82. 7f28856 Merge pull request #8260 from gilles-peskine-arm/crypto_spe-include-fix by Gilles Peskine · 1 year, 10 months ago
  83. 0fc86b2 Merge pull request #8075 from valeriosetti/issue8016 by Dave Rodgman · 1 year, 10 months ago
  84. 3529285 Fix include path to psa/crypto_spe.h by Gilles Peskine · 1 year, 10 months ago
  85. 845693c Change comments to psa_crypto_driver_wrappers.h by Xiaokang Qian · 1 year, 11 months ago
  86. 702b645 Rename new header file by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  87. bfc6ef7 Improve PSA config adjustment relate to keypair types by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  88. 3aa7969 Add a note about p256m near the option to enable secp256r1 by Gilles Peskine · 1 year, 11 months ago
  89. 67c86e6 Merge pull request #7961 from gilles-peskine-arm/psa_crypto_config-in-full by Gilles Peskine · 1 year, 11 months ago
  90. 5823977 Split config_psa.h: create and populate psa/crypto_adjust_auto_enabled.h by Gilles Peskine · 1 year, 11 months ago
  91. 7b7d903 Split config_psa.h: create and populate psa/crypto_adjust_config_synonyms.h by Gilles Peskine · 1 year, 11 months ago
  92. 03e9dea Merge remote-tracking branch 'development' into psa_crypto_config-in-full by Gilles Peskine · 2 years ago
  93. 29bf911 Merge pull request #7839 from daverodgman/psa-sha3 by Dave Rodgman · 2 years ago
  94. ea4fc97 Restore a comment and fix it by Gilles Peskine · 2 years, 3 months ago
  95. 7393686 Merge remote-tracking branch 'development' into psa_crypto_config-in-full by Gilles Peskine · 2 years ago
  96. 294be94 Merge pull request #7818 from silabs-Kusumit/PBKDF2_cmac_implementation by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7818-a4c01dd6e9264c40c33a1b9fcd3309b0cad0595f
  97. 9928ca1 Code styling by Kusumit Ghoderao · 2 years ago
  98. 935ff23 More unsigned literal in size macros by Gilles Peskine · 2 years ago
  99. 6f80ac4 Merge pull request #7864 from waleed-elmelegy-arm/enforce-min-RSA-key-size by Dave Rodgman · 2 years ago
  100. 267bee9 Merge pull request #7903 from valeriosetti/issue7773 by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7903-9661f8ab0d28db9ef2a77953b68eb3de10a4c260