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