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