- 17b1e2f Bump version to 3.1.0 by Ronald Cron · 3 years, 8 months ago
- a5c1851 Merge pull request #5155 from paul-elliott-arm/pcks12_fix by Gilles Peskine · 3 years, 8 months ago
- 050ad4b Merge pull request #5313 from gilles-peskine-arm/missing-ret-check-mbedtls_md_hmac by Dave Rodgman · 3 years, 8 months ago
- ecf6beb Catch failures of md_hmac operations by Gilles Peskine · 3 years, 8 months ago
- bb27b43 build: Fix TLS 1.3 prerequisites by Ronald Cron · 3 years, 8 months ago
- 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
- 0abf07c Make PSA crypto mandatory for TLS 1.3 by Ronald Cron · 3 years, 8 months ago
- 6b07916 Merge pull request #5230 from ronald-cron-arm/tls13_ccs_client by Ronald Cron · 3 years, 8 months ago
- d31da1c Merge pull request #5270 from davidhorstmann-arm/improve-cmac-docs by Gilles Peskine · 3 years, 8 months ago
- 49ad619 Add injection of dummy's ChangeCipherSpec for middlebox compatibility by Ronald Cron · 3 years, 8 months ago
- ab65c52 Add MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE config option by Ronald Cron · 3 years, 8 months ago
- c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- b3ec69d mbedtls_ssl_config: better document former bit-fields by Gilles Peskine · 3 years, 8 months ago
- 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
- 3d5dfa5 Reword documentation of CMAC operations by David Horstmann · 3 years, 8 months ago
- 351c71b Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Dave Rodgman · 3 years, 8 months ago
- 8c8cea2 Merge pull request #5166 from xffbai/code-align by Ronald Cron · 3 years, 8 months ago
- d4c2c9b psa: Fix some dependencies in config_psa.h by Ronald Cron · 4 years, 3 months ago
- 1bbf6d6 Merge pull request #5149 from mfil/feature/additional_cipher_info_getters by Gilles Peskine · 3 years, 8 months ago
- ad7e8a7 Documentation fixes by Paul Elliott · 3 years, 8 months ago
- 533a728 mbedtls_ssl_config: Replace bit-fields by separate bytes by Gilles Peskine · 3 years, 9 months ago
- 8834d87 mbedtls_ssl_config, mbedtls_ssl_session: reorder fields by Gilles Peskine · 3 years, 8 months ago
- c3cffae Document return value for IV size getter on NULL by Max Fillinger · 3 years, 8 months ago
- 746f948 Fix 1_3/13 usages in macros and function names by Xiaofei Bai · 3 years, 9 months ago
- be7b21d Merge branch 'development' into 3649_move_constant_time_functions_into_separate_module by Gabor Mezei · 3 years, 8 months ago
- 9264428 Merge pull request #5105 from AaronErhardt/doc-fixes by Gilles Peskine · 3 years, 8 months ago
- e85bb70 Fix documentation for block size getters by Max Fillinger · 3 years, 8 months ago
- 5fee208 Make new IV and block size getters return size_t by Max Fillinger · 3 years, 8 months ago
- fb5fdb5 Further documentation improvements by Paul Elliott · 3 years, 8 months ago
- 28777db Merge pull request #4952 from xkqian/add_server_finished by Ronald Cron · 3 years, 9 months ago
- 853c0da Fix for pkcs12 with NULL or zero length password by Paul Elliott · 3 years, 9 months ago
- 3306284 Change code base on comments by XiaokangQian · 3 years, 9 months ago
- d6d234f Solve the ABI_API check issue for mbedtls_ssl_session by XiaokangQian · 3 years, 9 months ago
- f057893 Allow checking variable IV/key size in cipher_info by Max Fillinger · 3 years, 9 months ago
- 3a782a0 Add IV and block size getters for cipher_info by Max Fillinger · 3 years, 9 months ago
- 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- c5c39d5 Change code for styles and comments .etc by XiaokangQian · 3 years, 9 months ago
- 1aef02e Fix initialized issues and remove useless code by XiaokangQian · 3 years, 9 months ago
- f13c560 Revert some changes about tls13 and macros by XiaokangQian · 3 years, 9 months ago
- a763498 Change code based on commetns by XiaokangQian · 3 years, 9 months ago
- aa5f5c1 TLS1.3: Add server finish processing in client side by XiaokangQian · 3 years, 11 months ago
- 642eeb2 Fix documentation and comments by Gabor Mezei · 3 years, 9 months ago
- 0dbe1df Merge pull request #4859 from brett-warren-arm/supported_groups by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 4313d3a Merge pull request #5010 from gilles-peskine-arm/psa-rsa-pss_any_salt by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- e0edc84 Add mbedtls_ssl_conf_groups to API by Brett Warren · 4 years ago
- 136819f Merge pull request #4959 from gilles-peskine-arm/psa-add-aria by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- a706e5e Add missing cipher mode translations for PSA by Mateusz Starzyk · 3 years, 9 months ago
- 36b70b2 Change MBEDTLS_ECP_DP_MAX to 14 by Brett Warren · 3 years, 9 months ago
- 7b2d4ef Change the buffer boundary check and alert type by XiaokangQian · 3 years, 10 months ago
- 2d5c72b TLS1.3: Add Encrypted Extensions by XiaokangQian · 3 years, 11 months ago
- 7de19dd Remove invalid comments in CCM API by Mateusz Starzyk · 3 years, 9 months ago
- 4cb9739 Use separate MBEDTLS_MODE for the CCM*. by Mateusz Starzyk · 3 years, 9 months ago
- 4fa0725 Merge pull request #5002 from mstarzyk-mobica/psa_output_buffer_limitation by Gilles Peskine · 3 years, 9 months ago
- 9bb56dc Add return info to sha256 docs by Aaron Erhardt · 3 years, 9 months ago
- a5a2399 Remove mode param from AES-CTR docs by Aaron Erhardt · 3 years, 9 months ago
- 30bd7fa Change error code for MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL. by Mateusz Starzyk · 3 years, 9 months ago
- bb2ced3 Ignore plaintext length for CCM*-no-tag. by Mateusz Starzyk · 3 years, 10 months ago
- 9e98573 fix build fail with MBEDTLS_DEPRECATED by Brett Warren · 3 years, 9 months ago
- 3a96d09 export MBEDTLS_DEPRECATED from platform_util.h by Brett Warren · 3 years, 9 months ago
- 90437e3 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 9 months ago
- 53dd04c Remove unneeded include by Gabor Mezei · 3 years, 9 months ago
- 765862c Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 10 months ago
- 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 10 months ago
- 2bb5e9c Merge pull request #4760 from gilles-peskine-arm/ecb-alt-ret-3.0 by Gilles Peskine · 3 years, 10 months ago
- e23bba0 Merge pull request #4927 from yuhaoth/pr/add-tls13-serverhello-utils by Ronald Cron · 3 years, 10 months ago
- 09c46da Implement PSA_WANT_KEY_TYPE_ARIA by Gilles Peskine · 3 years, 10 months ago
- 88b756b move tls1_3 max md size by Jerry Yu · 3 years, 10 months ago
- d1ab262 define max md size for tls1_3 by Jerry Yu · 3 years, 10 months ago
- ae0b2e2 Rename counter_len by Jerry Yu · 3 years, 10 months ago
- 44c96aa Support PSA_ALG_RSA_PSS_ANY_SALT iff PSA_ALG_RSA_PSS is supported by Gilles Peskine · 3 years, 10 months ago
- f28261f Remove output buffer limitation for PSA with GCM. by Mateusz Starzyk · 3 years, 10 months ago
- 023aa11 Merge pull request #4996 from mprse/mbedtls_cipher_setup_psa_ECB by Gilles Peskine · 3 years, 10 months ago
- 2aefc9e Fix typo in comment by Gilles Peskine · 3 years, 10 months ago
- fcc93d7 Make MBEDTLS_IGNORE_RETURN configurable by Gilles Peskine · 3 years, 10 months ago
- 252b758 Cleaner implementation of MBEDTLS_IGNORE_RETURN by Gilles Peskine · 3 years, 10 months ago
- cd79dfc Fix mistake in the sample implementation of MBEDTLS_CHECK_RETURN by Gilles Peskine · 3 years, 10 months ago
- 5c4ca32 Silence warnings about unused return value by Mateusz Starzyk · 4 years ago
- 86de1b7 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- 5902cd6 Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on by Andrzej Kurek · 3 years, 10 months ago
- 80c6a8e Add PSA support for MBEDTLS_CIPHER_AES_128_ECB by Przemyslaw Stekiel · 3 years, 10 months ago
- bfe3d87 Merge pull request #4842 from gilles-peskine-arm/public_fields-3.0-info by Gilles Peskine · 3 years, 10 months ago
- d96a5c2 Fix wrong usage of counter len macro by Jerry Yu · 3 years, 10 months ago
- 1869377 Merge pull request #4942 from yuhaoth/pr/add-tls13-client-dummy-state-handlers by Manuel Pégourié-Gonnard · 3 years, 10 months ago
- d9a94fe Add counter length macro by Jerry Yu · 3 years, 10 months ago
- 45cb82f Merge pull request #4918 from yuhaoth/pr/add-send-alert-message-macro by Ronald Cron · 3 years, 10 months ago
- 5b8618b fixup: Make the fields of mbedtls_ecp_curve_info public by Gilles Peskine · 3 years, 10 months ago
- 409fbbe Minor documentation fix by Gilles Peskine · 3 years, 10 months ago
- 9a7d4c2 New configuration option MBEDTLS_CHECK_RETURN_WARNING by Gilles Peskine · 3 years, 10 months ago
- a33e693 Use reserved identifier for warn_unused_result by Gilles Peskine · 3 years, 10 months ago
- 913fc5f Better default for MBEDTLS_CHECK_RETURN in config.h by Gilles Peskine · 3 years, 10 months ago
- 3f106f7 Move MBEDTLS_CHECK_RETURN to the correct section by Gilles Peskine · 3 years, 10 months ago
- e41803a Change DES and AES functions to MBEDTLS_CHECK_RETURN_TYPICAL by Gilles Peskine · 3 years, 10 months ago
- 463adf4 Define indirection macros MBEDTLS_CHECK_RETURN_xxx by Gilles Peskine · 3 years, 10 months ago
- 2a25804 Add MBEDTLS_CHECK_RETURN description to mbedtls_config. by Mateusz Starzyk · 4 years ago
- e35f8f6 Move MBEDTLS_CHECK_RETURN to platform_util. by Mateusz Starzyk · 4 years ago
- 7820a57 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
- 4b627af New macro MBEDTLS_CHECK_RETURN by Gilles Peskine · 4 years, 1 month ago
- b19be6b Merge pull request #1638 from dgreen-arm/check-names-rewrite by Gilles Peskine · 3 years, 10 months ago
- 957f0fa Add length macro for in_ctr by Jerry Yu · 3 years, 10 months ago
- 394ece6 Add function for set pending alert flag by Jerry Yu · 3 years, 11 months ago