- 13f2f4e Merge remote-tracking branch 'restricted/development' into mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
- 393df9c Add warning for PKCS 1.5 decryption by Janos Follath · 1 year, 7 months ago
- 0e3b677 Support PSA_ERROR_SERVICE_FAILURE by Ryan Everett · 1 year, 7 months ago
- 454ab28 Merge pull request #8668 from gilles-peskine-arm/asymmetric_key_data-secpr1 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
- 4aad0ff Merge pull request #8632 from valeriosetti/issue8598 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
- 44d557c Indicate which curves Mbed TLS supports by Gilles Peskine · 1 year, 7 months ago
- 6e20696 Note unusual curve size by Gilles Peskine · 1 year, 7 months ago
- 2a22dac Fix typo in curve name by Gilles Peskine · 1 year, 7 months ago
- 1cc90a1 Merge pull request #8517 from mschulz-at-hilscher/fixes/issue-6910 by Dave Rodgman · 1 year, 7 months ago
- 1a9e05b Note that domain parameters are not supported with drivers by Gilles Peskine · 1 year, 8 months ago
- 5ad9539 Remove DSA and DH domain parameters from the documentation by Gilles Peskine · 1 year, 8 months ago
- 9deb549 Document the domain_parameters_size==SIZE_MAX hack by Gilles Peskine · 1 year, 8 months ago
- 4bc7fac crypto_builtin_composites: add missing guards for includes by Valerio Setti · 1 year, 8 months ago
- b349108 library: Move mbedtls_ecc helper functions to psa_util by Joakim Andersson · 1 year, 8 months ago
- cab5eff adjust_config_synonyms: make CCM and CCM* indipendent by Valerio Setti · 1 year, 9 months ago
- 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
- e3c0585 Header updates by Dave Rodgman · 1 year, 9 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
- 7f28856 Merge pull request #8260 from gilles-peskine-arm/crypto_spe-include-fix by Gilles Peskine · 1 year, 10 months ago
- 0fc86b2 Merge pull request #8075 from valeriosetti/issue8016 by Dave Rodgman · 1 year, 10 months ago
- 3529285 Fix include path to psa/crypto_spe.h by Gilles Peskine · 1 year, 10 months ago
- 845693c Change comments to psa_crypto_driver_wrappers.h by Xiaokang Qian · 1 year, 11 months ago
- 702b645 Rename new header file by Manuel Pégourié-Gonnard · 1 year, 11 months ago
- bfc6ef7 Improve PSA config adjustment relate to keypair types by Manuel Pégourié-Gonnard · 1 year, 11 months ago
- 3aa7969 Add a note about p256m near the option to enable secp256r1 by Gilles Peskine · 1 year, 11 months ago
- 67c86e6 Merge pull request #7961 from gilles-peskine-arm/psa_crypto_config-in-full by Gilles Peskine · 1 year, 11 months ago
- 5823977 Split config_psa.h: create and populate psa/crypto_adjust_auto_enabled.h by Gilles Peskine · 1 year, 11 months ago
- 7b7d903 Split config_psa.h: create and populate psa/crypto_adjust_config_synonyms.h by Gilles Peskine · 1 year, 11 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 · 2 years ago
- ea4fc97 Restore a comment and fix it by Gilles Peskine · 2 years, 3 months ago
- 7393686 Merge remote-tracking branch 'development' into psa_crypto_config-in-full by Gilles Peskine · 2 years ago
- 294be94 Merge pull request #7818 from silabs-Kusumit/PBKDF2_cmac_implementation by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7818-a4c01dd6e9264c40c33a1b9fcd3309b0cad0595f
- 9928ca1 Code styling by Kusumit Ghoderao · 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
- 267bee9 Merge pull request #7903 from valeriosetti/issue7773 by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7903-9661f8ab0d28db9ef2a77953b68eb3de10a4c260
- baf350c Add PSA_HAVE_SOFT_PBKDF2 to crypto_driver_context_key_derivation by Kusumit Ghoderao · 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
- a12e2d5 Replace AES_CMAC_128_PRF_OUTPUT_SIZE with PSA_MAC_LENGTH() by Kusumit Ghoderao · 2 years ago
- 9ab03c3 Define PSA_ALG_IS_PBKDF2 by Kusumit Ghoderao · 2 years ago
- 2addf35 Replace MBEDTLS_PSA_BUILTIN_PBKDF2_XXX with PSA_HAVE_SOFT_PBKDF2 by Kusumit Ghoderao · 2 years ago
- d7bdbbe Improve naming of mimimum RSA key size generation configurations by Waleed Elmelegy · 2 years, 1 month ago
- ab57071 Add a minimum rsa key size config to psa config by Waleed Elmelegy · 2 years, 1 month ago
- 9c5c2a4 crypto_legacy: fix initial comment by Valerio Setti · 2 years ago
- cad28ae Merge remote-tracking branch 'origin/development' into psa-sha3 by Dave Rodgman · 2 years ago
- 3c86164 Make sure that size constants are unsigned by Gilles Peskine · 2 years, 1 month ago
- 87f6285 Merge pull request #7893 from ronald-cron-arm/misc-from-psa-crypto by Ronald Cron · 2 years, 1 month ago
- 03ea8f8 Add dependency of builtin CCM* on builtin cipher by Ronald Cron · 2 years, 1 month ago
- 00b54e6 doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 3 months ago
- 3bedb5b doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 3 years, 6 months ago
- 3fde8fe FIx name of macro by Kusumit Ghoderao · 2 years, 1 month ago
- b3042c3 Define PSA_ALG_WANT_PBKDF2_AES_CMAC_PRF_128 and fix config by Kusumit Ghoderao · 2 years, 1 month ago
- 857cd4b Add AES_CMAC_PRF_128 output size macro by Kusumit Ghoderao · 2 years, 1 month ago
- dd45667 Define struct for pbkdf2_cmac by Kusumit Ghoderao · 2 years, 1 month ago
- 6a9d0ee library/test: replace LEGACY symbol with BASIC_IMPORT_EXPORT by Valerio Setti · 2 years, 2 months ago
- 5dbe17d Add PSA_JPAKE_FINISHED to EXPECTED_{IN,OUT}PUTS() by David Horstmann · 2 years, 1 month ago
- 5734bb9 Fix PSA_HMAC_MAX_HASH_BLOCK_SIZE and PSA_HASH_MAX_SIZE definitions by Dave Rodgman · 2 years, 1 month ago
- 09822a3 code style by Dave Rodgman · 2 years, 1 month ago
- f66cd61 Use more standard PSA macro names by Dave Rodgman · 2 years, 1 month ago
- 98083c6 Add support for SHA-3 in PSA by Dave Rodgman · 2 years, 1 month ago
- 279d227 Add "completed" clarification to struct comments by David Horstmann · 2 years, 2 months ago
- 096093b Remove redundant structures from previous design by David Horstmann · 2 years, 2 months ago
- 024e5c5 Rename struct member mode to io_mode by David Horstmann · 2 years, 2 months ago
- 5da9560 Properly namespace enum values within PSA_JPAKE_ by David Horstmann · 2 years, 2 months ago
- e7f21e6 Change J-PAKE internal state machine by David Horstmann · 2 years, 3 months ago
- a9aab1a pk/psa: use PSA guard for mbedtls_ecc_group_to_psa() and mbedtls_ecc_group_of_psa() by Valerio Setti · 2 years, 2 months ago
- bc2b1d3 psa: move mbedtls_ecc_group_to_psa() from inline function to standard one by Valerio Setti · 2 years, 2 months ago
- 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
- 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
- b7ef51a crypto: move legacy symbols support to a dedicated header file by Valerio Setti · 2 years, 2 months ago
- 602ee2e config_psa: remove support for PSA_WANT_KEY_TYPE_DH_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
- 8d6e98c psa: add support for legacy symbols by Valerio Setti · 2 years, 2 months ago
- 67a3e3e crypto_config: introducing new definitions for PSA_WANT KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
- f45a5a0 Merge pull request #7700 from silabs-Kusumit/PBKDF2_output_bytes by Gilles Peskine · 2 years, 2 months ago
- 85e6bdb Add additional members to pbkdf2 struct by Kusumit Ghoderao · 2 years, 2 months 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
- 32b06f5 Merge pull request #7650 from yanrayw/7360-code-size-tfm-medium by Tom Cosgrove · 2 years, 2 months ago
- a1b4166 Merge pull request #7547 from silabs-Kusumit/PBKDF2_input_validation by Gilles Peskine · 2 years, 2 months ago
- b20f13a Change input cost type to uint64_t and fix max iteration test case by Kusumit Ghoderao · 2 years, 2 months ago
- 10cc6bd Add PSA_ALG_PBKDF2_HMAC_GET_HASH macro by Kusumit Ghoderao · 2 years, 2 months ago
- e66a8ad Define PSA_VENDOR_PBKDF2_MAX_ITERATIONS by Kusumit Ghoderao · 2 years, 2 months ago
- 52fe517 Change pbkdf2 password to array by Kusumit Ghoderao · 2 years, 2 months ago
- 2f1ae5a Modify TFM files to allow them to build on baremetal with Mbed TLS and fix code style. by Aditya Deshpande · 2 years, 4 months ago
- cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
- 1d046fa Merge pull request #6010 from mprse/ffdh_import_export by Manuel Pégourié-Gonnard · 2 years, 3 months ago
- 3fc4ca7 Limit max input cost to 32bit by Kusumit Ghoderao · 2 years, 3 months ago
- dcfa548 Add pbkdf2 to key_derivation context struct by Kusumit Ghoderao · 2 years, 3 months ago
- 30ced52 Add pbkdf2 struct to crypto_builtin_key_derivation.h by Kusumit Ghoderao · 2 years, 3 months ago
- 876e2c2 Add psa_pbkdf2_key_derivation_state_t by Kusumit Ghoderao · 2 years, 3 months ago
- aca3165 Enable PSA_WANT_ALG_PBKDF2_HMAC in crypto_config.h by Kusumit Ghoderao · 2 years, 3 months ago
- d3ca5e5 Merge pull request #7328 from mprse/ec-jpake-fix1 by Gilles Peskine · 2 years, 3 months ago