- 4c1087f Use MBEDTLS_OR_PSA_WANT_xxx in test_suite_rsa by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- f88b1b5 Introduce MBEDTLS_OR_PSA_WANT_xxx helper macros by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 3637c51 Refine dependencies in test_suite_pkcs1_v15 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- af8cf5c Add a partial plan towards G5 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- c0d78e9 Remove outdated paragraphs about G5 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 481846c General update of PSA strategy documentation by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 7b0825d Build with SHA-256 accelerated too by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- f0f63bc Test without MD_C by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- bbd0dc6 Fix hash-specific dependencies of test_suite_pk by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- abcfa90 PK test functions don't depend on software SHA-256 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 2d08ea4 Some PK test functions no longer depend on MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 043c8c5 Add USE_PSA version of PK test functions by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- bab73ab Loosen guards in mbedtls_psa_translate_md() by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 5508673 Add helper macros for dependencies based on USE_PSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 525add6 Add component with accelerated hashes and USE_PSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 97ab2a3 Clean up two accel tests in all.sh by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 46a2954 Build and test RSA PKCS#1v1.5 without MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- e496c62 Sort out MD dependencies in RSA tests by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 3f47789 Rm dependency on MD in psa_crypto_rsa.c by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- fe2b9b5 Make mbedtls_oid_get_md_alg() always available by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- f493f2a Use md_internal_get_size() in rsa.c by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 3356b89 Add missing guard around call to MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- b86279f Build and test PK without MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 6a0a160 Avoid a dependency on MD in test_suite_pk by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- a370e06 Avoid dependency of PK on MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- d8a298e Add internal MD size getter by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 6dc7cdf Merge pull request #959 from paul-elliott-arm/merge-into-3.2.0 by Paul Elliott · 3 years, 1 month ago
- 7adb8cb Revert "Add generated files for 3.2.0 release" by Paul Elliott · 3 years, 1 month ago
- 3aef767 Merge pull request #957 from paul-elliott-arm/mbedtls-3.2.0rc0-pr by Paul Elliott · 3 years, 1 month ago mbedtls-3.2.0 v3.2.0
- cb21f2e Add generated files for 3.2.0 release by Paul Elliott · 3 years, 1 month ago
- f14b742 Update BRANCHES.md for 3.2.0 release by Paul Elliott · 3 years, 1 month ago
- 20362cd Bump library and so versions for 3.2.0 release by Paul Elliott · 3 years, 1 month ago
- 2238eed Update Changelog for 3.2.0 release by Paul Elliott · 3 years, 1 month ago
- 2089fd0 Rename Changelog entries that don't have .txt extension by Paul Elliott · 3 years, 1 month ago
- 237c87b Add missing Changelog entries by Paul Elliott · 3 years, 1 month ago
- f518f81 Ensure return for mbedtls_ssl_write_alpn_ext() is checked by Paul Elliott · 3 years, 1 month ago
- 9a8d784 Fixup test tls13_server_certificate_msg_invalid_vector_len by Paul Elliott · 3 years, 1 month ago
- 20ccd6e Merge remote-tracking branch 'origin/development' into mbedtls-3.2.0rc2-pr by Paul Elliott · 3 years, 1 month ago
- ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
- a343d34 Merge pull request #6077 from paul-elliott-arm/fix_generate_debug_helpers_pylint by Paul Elliott · 3 years, 1 month ago
- 4a49651 Fix formatting of generate_ssl_debug_helpers.py by Paul Elliott · 3 years, 1 month ago
- 391e33a Merge pull request #6076 from paul-elliott-arm/fix_generate_debug_helpers by Dave Rodgman · 3 years, 1 month ago
- fe9d43c Fix generation of ssl_debug_helpers by Paul Elliott · 3 years, 1 month ago
- 6e80e09 Merge pull request #5915 from AndrzejKurek/cid-resumption-clash by Paul Elliott · 3 years, 1 month ago
- 1ce9ca0 Changelog rewording Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com> by Andrzej Kurek · 3 years, 1 month ago
- 21b5080 Clarify the need for calling mbedtls_ssl_derive_keys after extension parsing by Andrzej Kurek · 3 years, 1 month ago
- 826762e Merge pull request #5765 from leorosen/fix-some-resource-leaks by Paul Elliott · 3 years, 1 month ago
- 3a29e9c Improve changelog wording by Andrzej Kurek · 3 years, 1 month ago
- c6a4a1c Merge pull request #6011 from gabor-mezei-arm/coverity_22_07_01 by Dave Rodgman · 3 years, 1 month ago
- ddb8cd6 test_suite_ssl: Fix handshake options cleanup by Andrzej Kurek · 3 years, 1 month ago
- 0358597 Merge pull request #5757 from mpg/update-doc-use-psa by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 9dc4402 test_suite_ssl: zeroize the cache pointer in case if the struct memory gets reused by Andrzej Kurek · 3 years, 1 month ago
- 1e08568 test_suite_ssl: remove unnecessary user data checks by Andrzej Kurek · 3 years, 1 month ago
- 3d0d501 test_suite_ssl: prefer ASSERT_ALLOC over malloc by Andrzej Kurek · 3 years, 1 month ago
- 2e1a232 Fix changelog wording Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com> by Andrzej Kurek · 3 years, 1 month ago
- 92d7417 Formatting fixes Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com> by Andrzej Kurek · 3 years, 1 month ago
- e11acb2 test_suite_ssl: add proper cache cleanup by Andrzej Kurek · 3 years, 1 month ago
- e8ad0d7 Disable bad session id length test in TLS 1.3 by Andrzej Kurek · 3 years, 2 months ago
- 456a109 test_suite_ssl: add required dependencies for default handshake parameters by Andrzej Kurek · 3 years, 2 months ago
- 6e518ab test_suite_ssl: add missing options cleanup by Andrzej Kurek · 3 years, 2 months ago
- ed58b50 test_suite_ssl: add missing MBEDTLS_SSL_SERVER_C dependency by Andrzej Kurek · 3 years, 2 months ago
- 626a931 test_suite_ssl: Add missing arguments in endpoint initialization by Andrzej Kurek · 3 years, 2 months ago
- 9abad0c Improve the changelog message to contain more details by Andrzej Kurek · 3 years, 2 months ago
- 514683a Add a test with a bad session_id_len that makes cache setting fail by Andrzej Kurek · 3 years, 2 months ago
- 780dc18 Refactor test_suite_ssl tests to enable cache setting by Andrzej Kurek · 3 years, 2 months ago
- b7aba1a Improve Changelog by Paul Elliott · 3 years, 3 months ago
- 072d2b0 Add pem_free() to other error paths in pk_parse_public_key() by Paul Elliott · 3 years, 3 months ago
- 56e01f3 Created customary ChangeLog.d entry. by Leonid Rozenboim · 3 years, 4 months ago
- 116f50c Fix resource leaks by Leonid Rozenboim · 3 years, 4 months ago
- b5b27c1 Misc clean-ups in docs/use-psa-crypto.md by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 465341f Add ChangeLog entries for general Use PSA improvements by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 2dc436d Tune description of PSA crypto implementation by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 0dba51c Fix list of what's common to TLS 1.2 and 1.3 by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 9bf9b9e Link to restartable ECC EPIC by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- cbc03f5 Update README about USE_PSA_CRYPTO by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- f3f79a0 Now compatible with MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 3e83098 Clarify the TLS 1.3 situation by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 103b992 Remove HKDF-Extract/Expand by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- b2bd34e Update docs/use-psa-crypto.md by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- ff43ff6 Remove stability waiver from USE_PSA by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 97ec0b7 Clarify effect of USE_PSA on TLS 1.3 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 2a47d23 Update strategy.md by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 83c5388 Update psa-limitations by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- b8a6c23 Update testing.md by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 2ffb93a Rm tasks-g2.md by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 4d7af2a Merge pull request #5835 from superna9999/5831-tls-1-2-ciphersuite-selection by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
- 0e39ece Merge pull request #5916 from yuhaoth/pr/tls13-refactor-get-sig-alg-from-pk by Ronald Cron · 3 years, 1 month ago
- 7c6b0e4 Merge pull request #5972 from wernerlewis/migration_guide_removals by Paul Elliott · 3 years, 1 month ago
- 6931e43 Fix Handshake select ECDH-RSA- test dependencies by Neil Armstrong · 3 years, 1 month ago
- bae7a1a Merge pull request #5620 from gstrauss/dn_hints by Paul Elliott · 3 years, 1 month ago
- c466ec2 Fix code formatting by Paul Elliott · 3 years, 1 month ago
- dfb5da2 Fix changelog requirements section. by Paul Elliott · 3 years, 1 month ago
- ff15dba Make definition order a bit neater by Paul Elliott · 3 years, 1 month ago
- 7922bfb Merge pull request #6005 from ronald-cron-arm/tls13-changelogs-doc-update by Ronald Cron · 3 years, 1 month ago
- 971f30d Fix mbedtls_ssl_get_ciphersuite_sig_alg() by returning MBEDTLS_PK_NONE for MBEDTLS_KEY_EXCHANGE_RSA by Neil Armstrong · 3 years, 1 month ago
- c67e6e9 Depends on MBEDTLS_X509_REMOVE_INFO disable for double Opaque keys test requiring cert infos to determine selected key by Neil Armstrong · 3 years, 1 month ago
- dc3f3bb Initilize variable by Gabor Mezei · 3 years, 1 month ago
- 3cb707d Fix and improve logs and documentation by Ronald Cron · 3 years, 1 month ago
- 7ac0d49 remove force_version for client by Jerry Yu · 3 years, 1 month ago