1. a1b4166 Merge pull request #7547 from silabs-Kusumit/PBKDF2_input_validation by Gilles Peskine · 2 years, 2 months ago
  2. e66a8ad Define PSA_VENDOR_PBKDF2_MAX_ITERATIONS by Kusumit Ghoderao · 2 years, 2 months ago
  3. 4ce5232 Fix definition of PSA_RAW_KEY_AGREEMENT_OUTPUT_MAX_SIZE (ECC vs FFDH max) by Przemek Stekiel · 2 years, 3 months ago
  4. 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
  5. 5357a7a Use PSA_MAX_OF_THREE in PSA_EXPORT_KEY_PAIR_MAX_SIZE by Przemek Stekiel · 2 years, 3 months ago
  6. 654bef0 Fix typos, comments, style, optimize macros by Przemek Stekiel · 2 years, 8 months ago
  7. ed23b61 Adapt size macros for FFDH by Przemek Stekiel · 2 years, 8 months ago
  8. 219f978 Merge pull request #7059 from ronald-cron-arm/psa-crypto-misc by Ronald Cron · 2 years, 4 months ago
  9. f6236f0 psa: Introduce psa/build_info.h by Ronald Cron · 2 years, 6 months ago
  10. 271c12e psa: use only PSA_WANT symbols for PSA_VENDOR_ECC_MAX_CURVE_BITS by Valerio Setti · 2 years, 4 months ago
  11. 8f1e98a psa: set PSA_VENDOR_ECC_MAX_CURVE_BITS based on both SW and accelerated support by Valerio Setti · 2 years, 5 months ago
  12. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  13. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  14. 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
  15. 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
  16. fcaba24 psa: Fix hash max sizes by Ronald Cron · 3 years, 10 months ago
  17. 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  18. 7d262dd Add missing PSA_HASH_BLOCK_LENGTH macro. by Mateusz Starzyk · 4 years ago
  19. 594215b Add support for CCM*-no-tag to PSA. by Mateusz Starzyk · 3 years, 10 months ago
  20. 6603e2b Add fix to update output size macro as well. by Paul Elliott · 4 years, 1 month ago
  21. c22950c Change PSA Cipher macro safety to use block length by Paul Elliott · 4 years, 1 month ago
  22. a02003b Fix divide by zero if macro used with wrong key by Paul Elliott · 4 years, 1 month ago
  23. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  24. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  25. bd98df7 Update documentation of AEAD output size macros by Bence Szépkúti · 4 years, 3 months ago
  26. 1dda21c Make sure we don't underflow in the size macros by Bence Szépkúti · 4 years, 4 months ago
  27. b639d43 Move and rename PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 4 months ago
  28. f5a1fe9 Explicitly check non-boolean values against zero by Bence Szépkúti · 4 years, 4 months ago
  29. 7e31009 Further reduce macro expansion by Bence Szépkúti · 4 years, 4 months ago
  30. 598e929 Rework PSA_AEAD_NONCE_LENGTH to reduce expansion by Bence Szépkúti · 4 years, 4 months ago
  31. 0d8da39 Mark unused macro argument as unused by Bence Szépkúti · 4 years, 5 months ago
  32. eb1a301 Update documentation references to the AEAD macros by Bence Szépkúti · 4 years, 5 months ago
  33. 12116bc Update the AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  34. da3da94 Merge pull request #4210 from gilles-peskine-arm/crypto_values-param-names by Ronald Cron · 4 years, 5 months ago
  35. 01a622a Merge pull request #4197 from bensze01/psa_ccm_nonce_length by Gilles Peskine · 4 years, 5 months ago
  36. 437035b Fix revert of PSA_AEAD_UPDATE_OUTPUT_SIZE by Bence Szépkúti · 4 years, 5 months ago
  37. 0153c94 Correct the maximum generated nonce length for CCM by Bence Szépkúti · 4 years, 5 months ago
  38. 5699101 Update PSA_CIPHER_ENCRYPT_OUTPUT_MAX_SIZE by gabor-mezei-arm · 4 years, 5 months ago
  39. 9c3b507 Update PSA_CIPHER_ENCRYPT_OUTPUT_SIZE by gabor-mezei-arm · 4 years, 5 months ago
  40. 364d12c Documentation: fix \p used for non-parameters by Gilles Peskine · 4 years, 5 months ago
  41. 286a36e Fix size macros by gabor-mezei-arm · 4 years, 5 months ago
  42. c6f2480 Fix documentation by gabor-mezei-arm · 4 years, 6 months ago
  43. e86bdca Fix size macros and its documentation by gabor-mezei-arm · 4 years, 7 months ago
  44. fbd9f1e Add and update macros for output buffer sizes by gabor-mezei-arm · 5 years ago
  45. ee6bb56 Remove out of scope macros by gabor-mezei-arm · 5 years ago
  46. 8809fb6 Add and update size macros for ciphers and keys by gabor-mezei-arm · 5 years ago
  47. 0687b2b Add macros for output buffer sizes by gabor-mezei-arm · 5 years ago
  48. a200ee6 Move AEAD macros next to each other by gabor-mezei-arm · 4 years, 8 months ago
  49. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  50. bdae918 Fix documentation by gabor-mezei-arm · 4 years, 6 months ago
  51. d25ea72 Fix rename of output buffer size macros by gabor-mezei-arm · 4 years, 7 months ago
  52. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
  53. cbe3953 Substitute PSA_ALG_STREAM_CIPHER into all files by Bence Szépkúti · 4 years, 8 months ago
  54. 423d3e7 Update support macros for IV/nonce sizes by Bence Szépkúti · 4 years, 9 months ago
  55. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  56. 7668960 Fix copypasta: ciphertext -> plaintext by Gilles Peskine · 5 years ago
  57. 9ff8d1f Fix copypasta: signature -> encryption by Gilles Peskine · 5 years ago
  58. 228abc5 Define EC curve family constants by Gilles Peskine · 6 years ago
  59. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago
  60. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  61. 2975571 Fix ECDSA case in PSA_ASYMMETRIC_SIGNATURE_MAX_SIZE by Gilles Peskine · 6 years ago
  62. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  63. f82088a Favor stdint.h types in example code by Gilles Peskine · 6 years ago
  64. d58a00d psa: Avoid use of relative include paths by Jaeden Amero · 6 years ago
  65. 56e2dc8 Use "sufficient buffer size" in buffer size macros by Gilles Peskine · 6 years ago
  66. 536e205 New macro to get the bit size of an elliptic curve by Gilles Peskine · 6 years ago
  67. d7d43b9 Convert code samples to the new attribute-based key creation API by Gilles Peskine · 6 years ago
  68. c93b80c Rename *KEYPAIR* to *KEY_PAIR* by Gilles Peskine · 6 years ago
  69. 27a983d Grammar fix by Gilles Peskine · 6 years ago
  70. 24f10f8 Remove domain parameters from the official API by Gilles Peskine · 6 years ago
  71. 16ab391 Merge pull request #102 from gilles-peskine-arm/psa-aead_multipart-delay by Jaeden Amero · 6 years ago
  72. 6c95144 New macro to get the bit size of an elliptic curve by Gilles Peskine · 6 years ago
  73. ac99e32 Documentation improvements by Gilles Peskine · 6 years ago
  74. 36d477d Fix copypasta in PSA_AEAD_DECRYPT_OUTPUT_SIZE by Gilles Peskine · 6 years ago
  75. 248010c Fix calculation in PSA_AEAD_UPDATE_OUTPUT_SIZE by Gilles Peskine · 6 years ago
  76. 49dd8d8 Add size macros for multipart AEAD by Gilles Peskine · 6 years ago
  77. bdc2786 Reorder macros for clarity by Gilles Peskine · 6 years ago
  78. aa02c17 Add buffer size macro for psa_get_key_domain_parameters by Gilles Peskine · 6 years ago
  79. 3135184 Merge remote-tracking branch 'upstream-crypto/development' into psa-api-beta2-merge-development by Gilles Peskine · 6 years ago
  80. 63f7930 Doxygen: fix missing markup indicator that was causing broken links by Gilles Peskine · 6 years ago
  81. 6bce7f7 Fix copypasta in multipart AEAD macro by Gilles Peskine · 6 years ago
  82. 7f04214 psa: Rename PSA_HASH_FINAL_SIZE to PSA_HASH_SIZE by Jaeden Amero · 6 years ago
  83. ccdce90 psa: Simplify EC public key format by Jaeden Amero · 7 years ago
  84. 25384a2 psa: Simplify RSA public key format by Jaeden Amero · 7 years ago
  85. 30a9e41 Declare multipart AEAD functions by Gilles Peskine · 7 years ago
  86. a7c26db Move remaining size macros from crypto.h to crypto_sizes.h by Gilles Peskine · 7 years ago
  87. 8dbfca4 Add TLS-1.2 PSK-to-MS key derivation algorithm identifier to PSA API by Hanno Becker · 7 years ago
  88. 6c6a023 More tweaks on EC-related wording by Gilles Peskine · 7 years ago
  89. 7b5b4a0 Correct description of the ECDH shared secret by Gilles Peskine · 7 years ago
  90. 5eb1521 Private EC key format: update key representation size macro by Gilles Peskine · 7 years ago
  91. e1f2d7d Document and check the consistency of truncated MAC encodings by Gilles Peskine · 7 years ago
  92. 23cc2ff Add support for non-default-tag-size AEAD (CCM and GCM) by Gilles Peskine · 7 years ago
  93. d911eb7 Add support for truncated MAC algorithms by Gilles Peskine · 7 years ago
  94. 3052f53 Add block sizes to HMAC metadata validation tests by Gilles Peskine · 7 years ago
  95. 35fe203 PSA_MAC_FINAL_SIZE: we don't use key_bits at the moment by Gilles Peskine · 7 years ago
  96. 00709fa Rename PSA_ALG_HMAC_HASH to PSA_ALG_HMAC_GET_HASH by Gilles Peskine · 7 years ago
  97. 6ef7983 Fix copypasta in PSA_KEY_EXPORT_MAX_SIZE documentation by Gilles Peskine · 7 years ago
  98. cb6adbb fixup sizes by Gilles Peskine · 7 years ago
  99. 1be949b New macro PSA_KEY_EXPORT_MAX_SIZE by Gilles Peskine · 7 years ago
  100. dcd1494 Doc: write documentation for many macros and functions by Gilles Peskine · 7 years ago