1. de50413 crypto_sizes: adjust PSA_VENDOR_FFDH_MAX_KEY_BITS based on the supported groups by Valerio Setti · 1 year, 7 months ago
  2. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  3. 7871cb1 Include psa/build_info.h instead of mbedtls/build_info.h by Ronald Cron · 1 year, 10 months ago
  4. 070e865 Adapt to new PSA Crypto repo name by Ronald Cron · 1 year, 10 months ago
  5. 03e9dea Merge remote-tracking branch 'development' into psa_crypto_config-in-full by Gilles Peskine · 1 year, 11 months ago
  6. 29bf911 Merge pull request #7839 from daverodgman/psa-sha3 by Dave Rodgman · 1 year, 11 months ago
  7. 7393686 Merge remote-tracking branch 'development' into psa_crypto_config-in-full by Gilles Peskine · 2 years ago
  8. 935ff23 More unsigned literal in size macros by Gilles Peskine · 2 years ago
  9. 6f80ac4 Merge pull request #7864 from waleed-elmelegy-arm/enforce-min-RSA-key-size by Dave Rodgman · 2 years ago
  10. 43c5bf4 crypto_sizes: use PSA_WANT_ALG for MAX signatures and key agreement sizes by Valerio Setti · 2 years ago
  11. 8b27dec Revert "crypto_sizes: check also if DH is enabled for PSA_SIGNATURE_MAX_SIZE" by Valerio Setti · 2 years ago
  12. 478c236 crypto_sizes: check also if DH is enabled for PSA_SIGNATURE_MAX_SIZE by Valerio Setti · 2 years ago
  13. c012a2d crypto_sizes: change initial MAX_SIZE value to 1 by Valerio Setti · 2 years ago
  14. 644e01d crypto_sizes: fix typo by Valerio Setti · 2 years ago
  15. a83d9bf crypto_sizes: size PSA max symbols according to actual support by Valerio Setti · 2 years ago
  16. d7bdbbe Improve naming of mimimum RSA key size generation configurations by Waleed Elmelegy · 2 years ago
  17. ab57071 Add a minimum rsa key size config to psa config by Waleed Elmelegy · 2 years, 1 month ago
  18. 3c86164 Make sure that size constants are unsigned by Gilles Peskine · 2 years ago
  19. 5734bb9 Fix PSA_HMAC_MAX_HASH_BLOCK_SIZE and PSA_HASH_MAX_SIZE definitions by Dave Rodgman · 2 years, 1 month ago
  20. c9d9829 Add comment on macros that should be kept in sync by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  21. 45b3451 Keep MD and PSA max size in sync by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  22. a1b4166 Merge pull request #7547 from silabs-Kusumit/PBKDF2_input_validation by Gilles Peskine · 2 years, 2 months ago
  23. e66a8ad Define PSA_VENDOR_PBKDF2_MAX_ITERATIONS by Kusumit Ghoderao · 2 years, 2 months ago
  24. 4ce5232 Fix definition of PSA_RAW_KEY_AGREEMENT_OUTPUT_MAX_SIZE (ECC vs FFDH max) by Przemek Stekiel · 2 years, 3 months ago
  25. 6d85afa Fix naming: FFDH key -> DH key and fix guard in psa_validate_key_type_and_size_for_key_generation by Przemek Stekiel · 2 years, 3 months ago
  26. 5357a7a Use PSA_MAX_OF_THREE in PSA_EXPORT_KEY_PAIR_MAX_SIZE by Przemek Stekiel · 2 years, 3 months ago
  27. 654bef0 Fix typos, comments, style, optimize macros by Przemek Stekiel · 2 years, 8 months ago
  28. ed23b61 Adapt size macros for FFDH by Przemek Stekiel · 2 years, 8 months ago
  29. 219f978 Merge pull request #7059 from ronald-cron-arm/psa-crypto-misc by Ronald Cron · 2 years, 4 months ago
  30. f6236f0 psa: Introduce psa/build_info.h by Ronald Cron · 2 years, 6 months ago
  31. 271c12e psa: use only PSA_WANT symbols for PSA_VENDOR_ECC_MAX_CURVE_BITS by Valerio Setti · 2 years, 4 months ago
  32. 8f1e98a psa: set PSA_VENDOR_ECC_MAX_CURVE_BITS based on both SW and accelerated support by Valerio Setti · 2 years, 5 months ago
  33. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  34. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  35. 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
  36. 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
  37. fcaba24 psa: Fix hash max sizes by Ronald Cron · 3 years, 10 months ago
  38. 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  39. 7d262dd Add missing PSA_HASH_BLOCK_LENGTH macro. by Mateusz Starzyk · 4 years ago
  40. 594215b Add support for CCM*-no-tag to PSA. by Mateusz Starzyk · 3 years, 10 months ago
  41. 6603e2b Add fix to update output size macro as well. by Paul Elliott · 4 years, 1 month ago
  42. c22950c Change PSA Cipher macro safety to use block length by Paul Elliott · 4 years, 1 month ago
  43. a02003b Fix divide by zero if macro used with wrong key by Paul Elliott · 4 years, 1 month ago
  44. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  45. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  46. bd98df7 Update documentation of AEAD output size macros by Bence Szépkúti · 4 years, 3 months ago
  47. 1dda21c Make sure we don't underflow in the size macros by Bence Szépkúti · 4 years, 3 months ago
  48. b639d43 Move and rename PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 3 months ago
  49. f5a1fe9 Explicitly check non-boolean values against zero by Bence Szépkúti · 4 years, 3 months ago
  50. 7e31009 Further reduce macro expansion by Bence Szépkúti · 4 years, 4 months ago
  51. 598e929 Rework PSA_AEAD_NONCE_LENGTH to reduce expansion by Bence Szépkúti · 4 years, 4 months ago
  52. 0d8da39 Mark unused macro argument as unused by Bence Szépkúti · 4 years, 5 months ago
  53. eb1a301 Update documentation references to the AEAD macros by Bence Szépkúti · 4 years, 5 months ago
  54. 12116bc Update the AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  55. da3da94 Merge pull request #4210 from gilles-peskine-arm/crypto_values-param-names by Ronald Cron · 4 years, 5 months ago
  56. 01a622a Merge pull request #4197 from bensze01/psa_ccm_nonce_length by Gilles Peskine · 4 years, 5 months ago
  57. 437035b Fix revert of PSA_AEAD_UPDATE_OUTPUT_SIZE by Bence Szépkúti · 4 years, 5 months ago
  58. 0153c94 Correct the maximum generated nonce length for CCM by Bence Szépkúti · 4 years, 5 months ago
  59. 5699101 Update PSA_CIPHER_ENCRYPT_OUTPUT_MAX_SIZE by gabor-mezei-arm · 4 years, 5 months ago
  60. 9c3b507 Update PSA_CIPHER_ENCRYPT_OUTPUT_SIZE by gabor-mezei-arm · 4 years, 5 months ago
  61. 364d12c Documentation: fix \p used for non-parameters by Gilles Peskine · 4 years, 5 months ago
  62. 286a36e Fix size macros by gabor-mezei-arm · 4 years, 5 months ago
  63. c6f2480 Fix documentation by gabor-mezei-arm · 4 years, 6 months ago
  64. e86bdca Fix size macros and its documentation by gabor-mezei-arm · 4 years, 7 months ago
  65. fbd9f1e Add and update macros for output buffer sizes by gabor-mezei-arm · 5 years ago
  66. ee6bb56 Remove out of scope macros by gabor-mezei-arm · 5 years ago
  67. 8809fb6 Add and update size macros for ciphers and keys by gabor-mezei-arm · 5 years ago
  68. 0687b2b Add macros for output buffer sizes by gabor-mezei-arm · 5 years ago
  69. a200ee6 Move AEAD macros next to each other by gabor-mezei-arm · 4 years, 8 months ago
  70. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  71. bdae918 Fix documentation by gabor-mezei-arm · 4 years, 6 months ago
  72. d25ea72 Fix rename of output buffer size macros by gabor-mezei-arm · 4 years, 6 months ago
  73. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
  74. cbe3953 Substitute PSA_ALG_STREAM_CIPHER into all files by Bence Szépkúti · 4 years, 8 months ago
  75. 423d3e7 Update support macros for IV/nonce sizes by Bence Szépkúti · 4 years, 9 months ago
  76. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  77. 7668960 Fix copypasta: ciphertext -> plaintext by Gilles Peskine · 5 years ago
  78. 9ff8d1f Fix copypasta: signature -> encryption by Gilles Peskine · 5 years ago
  79. 228abc5 Define EC curve family constants by Gilles Peskine · 6 years ago
  80. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago
  81. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  82. 2975571 Fix ECDSA case in PSA_ASYMMETRIC_SIGNATURE_MAX_SIZE by Gilles Peskine · 6 years ago
  83. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  84. f82088a Favor stdint.h types in example code by Gilles Peskine · 6 years ago
  85. d58a00d psa: Avoid use of relative include paths by Jaeden Amero · 6 years ago
  86. 56e2dc8 Use "sufficient buffer size" in buffer size macros by Gilles Peskine · 6 years ago
  87. 536e205 New macro to get the bit size of an elliptic curve by Gilles Peskine · 6 years ago
  88. d7d43b9 Convert code samples to the new attribute-based key creation API by Gilles Peskine · 6 years ago
  89. c93b80c Rename *KEYPAIR* to *KEY_PAIR* by Gilles Peskine · 6 years ago
  90. 27a983d Grammar fix by Gilles Peskine · 6 years ago
  91. 24f10f8 Remove domain parameters from the official API by Gilles Peskine · 6 years ago
  92. 16ab391 Merge pull request #102 from gilles-peskine-arm/psa-aead_multipart-delay by Jaeden Amero · 6 years ago
  93. 6c95144 New macro to get the bit size of an elliptic curve by Gilles Peskine · 6 years ago
  94. ac99e32 Documentation improvements by Gilles Peskine · 6 years ago
  95. 36d477d Fix copypasta in PSA_AEAD_DECRYPT_OUTPUT_SIZE by Gilles Peskine · 6 years ago
  96. 248010c Fix calculation in PSA_AEAD_UPDATE_OUTPUT_SIZE by Gilles Peskine · 6 years ago
  97. 49dd8d8 Add size macros for multipart AEAD by Gilles Peskine · 6 years ago
  98. bdc2786 Reorder macros for clarity by Gilles Peskine · 6 years ago
  99. aa02c17 Add buffer size macro for psa_get_key_domain_parameters by Gilles Peskine · 6 years ago
  100. 3135184 Merge remote-tracking branch 'upstream-crypto/development' into psa-api-beta2-merge-development by Gilles Peskine · 6 years ago