- 80c09c9 psa: config: Fix AEAD/CMAC algorithms and ciphers inter-dependencies by Ronald Cron · 4 years, 4 months ago
- 7edc742 psa: Add missing PSA configs by Ronald Cron · 4 years, 5 months ago
- 6652156 SECP224K1 is not yet supported via the PSA API by Gilles Peskine · 4 years, 5 months ago
- b0e51c3 Curve448 is not yet supported via the PSA API by Gilles Peskine · 4 years, 5 months ago
- af0a865 Merge pull request #4158 from d3zd3z/pr/psa-config-ec by Ronald Cron · 4 years, 5 months ago
- c3bcec3 Merge pull request #4157 from stevew817/dispatch_hash_operations by Gilles Peskine · 4 years, 5 months ago
- 815055e Merge pull request #4210 from gilles-peskine-arm/crypto_values-param-names by Ronald Cron · 4 years, 5 months ago
- 3298851 Fix alignment of PSA defines by David Brown · 4 years, 5 months ago
- f8e45a4 Simplify compilation guards around hash driver testing by Steven Cooreman · 4 years, 5 months ago
- 4f177db Merge pull request #4197 from bensze01/psa_ccm_nonce_length by Gilles Peskine · 4 years, 5 months ago
- eed74df Re-order PSA ECC configs by David Brown · 4 years, 5 months ago
- 110ea81 psa: Fix name of BRAINPOOL configs by David Brown · 4 years, 5 months ago
- 0f8ffa8 Rename and retype hash test driver context structure by Steven Cooreman · 4 years, 5 months ago
- a85e2f8 Guard hash test functions as a block by Steven Cooreman · 4 years, 5 months ago
- 830aff2 Restructure the way driver contexts are declared by Steven Cooreman · 4 years, 5 months ago
- e483a77 Merge pull request #816 from ARMmbed/development by Dave Rodgman · 4 years, 5 months ago mbedtls-2.26.0 v2.26.0
- 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
- fc86f3f Merge pull request #3386 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size by Ronald Cron · 4 years, 5 months ago
- 5699101 Update PSA_CIPHER_ENCRYPT_OUTPUT_MAX_SIZE by gabor-mezei-arm · 4 years, 5 months ago
- 9b178de Fix typo in PSA ECC curve config option by David Brown · 4 years, 5 months ago
- 3353f81 Update psa/crypto_config.h to new names by David Brown · 4 years, 5 months ago
- c7b9b2b Update defines for ECC PSA configs by David Brown · 4 years, 6 months ago
- 20a8c43 Define PSA_WANT definitions for all ECC curves by David Brown · 4 years, 6 months ago
- 8de143e Create PSA configs for ECC curves by David Brown · 4 years, 6 months ago
- aa5e132 Improve include guards for format attribute by Paul Elliott · 4 years, 5 months ago
- 48438c7 Fix incorrect long long specifier for win64 by Paul Elliott · 4 years, 7 months ago
- d48d5c6 Fix size_t and longlong specifiers for MinGW by Paul Elliott · 4 years, 7 months ago
- abb3af7 Invert gate on printf attribute by Paul Elliott · 4 years, 8 months ago
- f8d733e Correct include guard for function __attribute by Paul Elliott · 4 years, 8 months ago
- 4e58970 Declare mbedtls_debug_print_msg as printf-like by Paul Elliott · 4 years, 8 months ago
- 9c3b507 Update PSA_CIPHER_ENCRYPT_OUTPUT_SIZE by gabor-mezei-arm · 4 years, 5 months ago
- b177731 Make the driver context union a defined type by Steven Cooreman · 4 years, 5 months ago
- dbf8ced Change the way driver context structures are used by Steven Cooreman · 4 years, 5 months ago
- 0e30764 Split hashing operations out into an mbedTLS hash driver by Steven Cooreman · 4 years, 6 months ago
- bfe7549 Bump version to 2.26.0 by Dave Rodgman · 4 years, 5 months ago
- 7ef23be Documentation: fix \p names that diverged from the code by Gilles Peskine · 4 years, 5 months ago
- 364d12c Documentation: fix \p used for non-parameters by Gilles Peskine · 4 years, 5 months ago
- 8735343 Fix copypasta in documentation of an error case by Gilles Peskine · 4 years, 5 months ago
- e252868 Merge pull request #4067 from stevew817/feature/allow_multilength_aead by Gilles Peskine · 4 years, 5 months ago
- 286a36e Fix size macros by gabor-mezei-arm · 4 years, 5 months ago
- 9264e01 Update error codes listed in the net_sockets documentation by Gilles Peskine · 4 years, 5 months ago
- 328f11c Language & readability touchups by Steven Cooreman · 4 years, 5 months ago
- a1d8322 Fix typos & copy-paste errors by Steven Cooreman · 4 years, 5 months ago
- d927ed7 Rename _MINIMUM_LENGTH flags to _AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 6 months ago
- 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 6 months ago
- caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 6 months ago
- 37389c7 Update validity domain of min_tag_length / min_mac_length by Steven Cooreman · 4 years, 6 months ago
- ee18b1f Style and language updates after review by Steven Cooreman · 4 years, 6 months ago
- b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
- c6f2480 Fix documentation by gabor-mezei-arm · 4 years, 6 months ago
- c8dab5b Fix sloppy wording around stricly less-than vs less or equal by Gilles Peskine · 4 years, 5 months ago
- e28f236 Document FD_SETSIZE limitation for mbedtls_net_{poll,recv_timeout} by Gilles Peskine · 4 years, 5 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
- b158321 Make entropy double-free work by Gilles Peskine · 4 years, 6 months ago
- 4337a9c Document mutex usage for RSA by Gilles Peskine · 4 years, 6 months ago
- 478847c Document thread safety for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
- e39b219 Document mutex invariant for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
- f305d92 Document thread safety for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
- da290f9 Document mutex invariant for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
- 39a1a26 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
- d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 6 months ago
- 60b29fe Define WANT symbols for always-supported key types by Gilles Peskine · 4 years, 6 months ago
- 7921cce Fix typo in config_psa.h by Bence Szépkúti · 4 years, 6 months ago
- 9a594e8 Update psa crypto_config to include recent configs by David Brown · 4 years, 6 months ago
- db01e02 Remove an unnecessary #else and commented line by David Brown · 4 years, 6 months ago
- be380c1 Remove incorrect PSA ECB definition by David Brown · 4 years, 6 months ago
- 8de6437 Cleanup PSA CBC padding defines by David Brown · 4 years, 6 months ago
- 86730a8 Add missing MBEDTLS_PSA_BUILTIN for ChaCha20-Poly1305 by David Brown · 4 years, 6 months ago
- fc46818 Cleanup PSA ifdefs for CBC block mode by David Brown · 4 years, 6 months ago
- 10cb81c Add some missing MBEDTLS_PSA_BUILTIN_ definitions by David Brown · 4 years, 6 months ago
- f84a0f6 Simplify block cipher PSA definitions by David Brown · 4 years, 6 months ago
- e1f91f0 Consolidate PSA ifdefs for block ciphers by David Brown · 4 years, 6 months ago
- 18658a7 Disable error on CHACHAPOLY misconfiguration by David Brown · 4 years, 6 months ago
- ac4fa07 Add PSA config support for ChaCha20+Poly1305 by David Brown · 4 years, 6 months ago
- b16727a Add PSA config for ChaCha20 by David Brown · 4 years, 6 months ago
- b781f75 Define SW crypto algorithms if block modes need it by David Brown · 4 years, 6 months ago
- 5256e69 Fix typo in psa config comment by David Brown · 4 years, 6 months ago
- 4b9ec7a Add checks for HW acceleration of ciphers and padding by David Brown · 4 years, 6 months ago
- 12f45f9 Add definitions for builtins for cipher modes by David Brown · 4 years, 6 months ago
- da7dbb7 Add building definitions for non-crypto-config case by David Brown · 4 years, 6 months ago
- bc1731b Fix small error in a comment by David Brown · 4 years, 6 months ago
- db003f3 Remove unused definition by David Brown · 4 years, 7 months ago
- 78a429b Add _BUILTIN defines for new features by David Brown · 4 years, 7 months ago
- 9984427 Add feature support for block modes to PSA crypto config by David Brown · 4 years, 7 months ago
- a9f1d83 Add symmetric ciphers and block modes by David Brown · 4 years, 7 months ago
- b65a7f7 Add feature support for DES for PSA crypto config by David Brown · 4 years, 7 months ago
- 686e6e8 Add feature support for Camelia for PSA crypto config by David Brown · 4 years, 7 months ago
- ec258cf Add feature support for ARC4 for PSA crypto config by David Brown · 4 years, 7 months ago
- 9493308 Add feature support for AES for PSA crypto config by David Brown · 4 years, 7 months ago
- 996f216 Make it possible to include psa_crypto_random_impl.h with psa_util.h by Gilles Peskine · 4 years, 6 months ago
- 2cff7e2 Minor clarification in the public documentation by Gilles Peskine · 4 years, 6 months ago
- e3ed802 Expose mbedtls_psa_get_random() by Gilles Peskine · 4 years, 6 months ago
- bb86d0c Merge pull request #3995 from stevew817/feature/psa_configurable_static_ram_usage by Gilles Peskine · 4 years, 6 months ago
- 863470a Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 6 months ago