- bdfb80b psa: move definition of MBEDTLS_PSA_KEY_BUFFER_MAX_SIZE by Valerio Setti · 10 months ago
- 0c4a74b test_suite_psa_crypto: use finer grained checks on the key slot buffer size by Valerio Setti · 10 months ago
- ce84921 psa: move default definition of MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE by Valerio Setti · 11 months ago
- f51488b psa: fix some macro definition by Valerio Setti · 12 months ago
- 8d4f150 psa: allow to use static key buffers instead of dynamic ones by Valerio Setti · 1 year, 2 months ago
- 3b41e1d Merge pull request #9403 from gilles-peskine-arm/psa-keystore-dynamic-prep-3.6 by Gilles Peskine · 12 months ago
- 14b87f6 Match spacing in pointer types in documentation with the code style by Gilles Peskine · 1 year ago
- 0d619b2 Documentation improvements by Gilles Peskine · 1 year, 1 month ago
- 14134e7 Remove some tests of psa_generate_key_ext by Gilles Peskine · 1 year, 2 months ago
- e65cca2 Document the key_ext functions as deprecated by Gilles Peskine · 1 year, 2 months ago
- 603b5b8 Documentation: point to key_custom instead of key_ext by Gilles Peskine · 1 year, 2 months ago
- f36d785 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
- 543909d Add a test for the built-in key range by Gilles Peskine · 1 year, 1 month ago
- d72ad73 Prevent mbedtls_psa_register_se_key with volatile keys by Gilles Peskine · 1 year, 2 months ago
- d30cc09 psa: fix parameters' names of psa_key_derivation_verify_bytes() by Valerio Setti · 1 year, 1 month ago
- 1cb31cc crypto.h: fix documentation for some functions by Valerio Setti · 1 year, 2 months ago
- d537799 Tweak wording by Gilles Peskine · 1 year, 2 months ago
- 66b2742 Error out if *adjust* headers are included manually by Gilles Peskine · 1 year, 3 months ago
- e0ec8f5 Document check-config.h and *adjust*.h as internal headers by Gilles Peskine · 1 year, 3 months ago
- 8b1c5eb Fix crypto_adjust_config_dependencies.h documentation by Ronald Cron · 1 year, 3 months ago
- 0fd2d04 Fix PBKDF2_AES_CMAC_PRF_128 dependencies by Ronald Cron · 1 year, 3 months ago
- c8953c9 Fix the resolution of dependencies on HMAC by Ronald Cron · 1 year, 3 months ago
- 7d949ae Resolve PBKDF2_AES_CMAC_PRF_128 dependencies by Ronald Cron · 1 year, 3 months ago
- a6ff719 Resolve some HMAC dependencies automatically by Ronald Cron · 1 year, 3 months ago
- f02c6ef Fix typo in psa_key_production_parameters_t doc: 65535 should be 65537 by Tom Cosgrove · 1 year, 4 months ago
- f6f973c Document security weakness in concurrent execution of psa_destroy_key by Ryan Everett · 1 year, 5 months ago
- 0eb4e7f Fix code style by Gilles Peskine · 1 year, 5 months ago
- e92796e Get rid of flags in attributes by Gilles Peskine · 1 year, 5 months ago
- 972539c In attributes, keep track of slot number through a dedicated field by Gilles Peskine · 1 year, 5 months ago
- 2dc2bd7 Get rid of psa_core_key_attributes_t by Gilles Peskine · 1 year, 5 months ago
- 2f107ae Don't access psa_key_attributes_t.core by Gilles Peskine · 1 year, 5 months ago
- 7fad3ef Switch key slots to psa_key_attributes_t by Gilles Peskine · 1 year, 5 months ago
- 0f40a41 psa_key_attributes_t: move slot_number to core structure by Gilles Peskine · 1 year, 5 months ago
- 97c0b2f Remove domain parameters from psa_key_attributes_t by Gilles Peskine · 1 year, 6 months ago
- ae5eb64 Remove domain parameters from the public API by Gilles Peskine · 1 year, 6 months ago
- 6a2c400 typo by Gilles Peskine · 1 year, 5 months ago
- 0f63028 Merge pull request #8815 from gilles-peskine-arm/psa_generate_key_ext-prototype by Gilles Peskine · 1 year, 5 months ago
- dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
- 23605d1 More renaming: method -> production parameters by Gilles Peskine · 1 year, 6 months ago
- 092ce51 Rename "key generation method" to "key production parameters" by Gilles Peskine · 1 year, 6 months ago
- e7a7013 Remove initialization function for variable-length struct by Gilles Peskine · 1 year, 6 months ago
- dc5597b Fix copypasta by Gilles Peskine · 1 year, 6 months ago
- 4da1f01 Fix copypasta by Gilles Peskine · 1 year, 6 months ago
- c81393b generate/derive key ext: pass method_data_length rather than method_length by Gilles Peskine · 1 year, 6 months ago
- 6d81cbc Document new functions psa_generate_key_ext, psa_key_derivation_output_key_ext by Gilles Peskine · 1 year, 6 months ago
- f741db3 Merge pull request #8764 from Ryan-Everett-arm/threadsafe-key-wiping by Janos Follath · 1 year, 6 months ago
- 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
- 8bdd8cd Merge pull request #8729 from adeaarm/crypto_struct_client_view by Gilles Peskine · 1 year, 6 months ago
- 91d5fde Merge pull request #8745 from adeaarm/trail_key_id_field by Dave Rodgman · 1 year, 6 months ago
- 6932e29 Correct the ENCODES_OWNER macro name in comment by Antonio de Angelis · 1 year, 6 months ago
- 4380a33 Add a client view layout for interruptible hash and pake by Antonio de Angelis · 1 year, 6 months ago
- 6fb1be6 Add comments in psa/crypto_struct.h for id layout by Antonio de Angelis · 1 year, 6 months ago
- 16abd59 Update psa_wipe_all_key_slots and document non-thread safety by Ryan Everett · 1 year, 6 months ago
- 667cad5 Put the id field at the end of the psa_key_attributes_s structure by Antonio de Angelis · 1 year, 6 months ago
- 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
- 90d1834 Update the initialization macros by Antonio de Angelis · 1 year, 7 months ago
- 6425a18 Add a client view of the multipart contexts by Antonio de Angelis · 1 year, 7 months ago
- 0e3b677 Support PSA_ERROR_SERVICE_FAILURE by Ryan Everett · 1 year, 7 months ago
- de50413 crypto_sizes: adjust PSA_VENDOR_FFDH_MAX_KEY_BITS based on the supported groups by Valerio Setti · 1 year, 7 months ago
- bbff303 crypto_config: define feature macros for DH keys by Valerio Setti · 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 · 2 years 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