aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Update framework submodule to include test filesmove-test-code-to-frameworkDavid Horstmann1-0/+0
2024-04-09Update references to tests/src and tests/includeDavid Horstmann3-4/+4
2024-04-09Update paths in MakefilesDavid Horstmann3-22/+22
2024-04-09Remove tests/src and tests/includeDavid Horstmann80-17917/+0
2024-04-09Update path in build_psa_alt_headers componentDavid Horstmann1-1/+1
2024-04-09Update references to tests/include in CMakeListsDavid Horstmann1-3/+3
2024-04-09Replace references to tests/includeDavid Horstmann22-63/+63
2024-04-09Replace tests/src with framework/srcDavid Horstmann10-20/+20
2024-04-09Merge pull request #8999 from tom-cosgrove-arm/fix-compilation-when-memcpy-is...Gilles Peskine2-2/+6
2024-04-09Merge pull request #8997 from mpg/fix-wrong-dep-test-caseGilles Peskine8-20/+40
2024-04-09Fix closing comment to match opening guardManuel Pégourié-Gonnard1-1/+1
2024-04-09Fix style of preprocessor expressionManuel Pégourié-Gonnard1-2/+2
2024-04-09Fix failures in psa_cryto_driver_wrappers suitePengyu Lv4-5/+10
2024-04-09Add missing dependency of fallback test in driver wrappers suitePengyu Lv1-1/+1
2024-04-09Add missing definition of AT_LEAST_ONE_BUILTIN_KDFPengyu Lv1-2/+17
2024-04-09Fix wrong dependency in psa_crypto_driver_wrappers suitePengyu Lv1-1/+1
2024-04-09Fix wrong dependency in psa_crypto_pake suitePengyu Lv1-4/+4
2024-04-09Fix typo in ssl test suitePengyu Lv1-1/+1
2024-04-09Correct dependancy on `MBEDTLS_X509_INFO` for x509parsePengyu Lv1-6/+6
2024-04-08Merge pull request #6955 from inorick/nofa_no_session_ticketsManuel Pégourié-Gonnard12-81/+223
2024-04-05Add change logRonald Cron1-0/+3
2024-04-04tls13: Do not initiate at all resumption if tickets not supportedRonald Cron1-0/+9
2024-04-04tls13: Fix doc of mbedtls_ssl_session_set() - 2Ronald Cron1-1/+6
2024-04-04Merge pull request #8987 from valeriosetti/issue8903Bence Szépkúti1-8/+15
2024-04-04Merge pull request #8937 from valeriosetti/issue8712Bence Szépkúti4-66/+58
2024-04-04tls13: Fix doc of mbedtls_ssl_session_set() - 1Ronald Cron1-13/+9
2024-04-04tls13: Fix doc of mbedtls_ssl_session_get() - 2Ronald Cron1-2/+6
2024-04-04tls13: Fix doc of mbedtls_ssl_session_get() - 1Ronald Cron1-13/+2
2024-04-04tls: Fix doc of mbedtls_ssl_session_save()Ronald Cron1-0/+8
2024-04-04Merge pull request #9007 from mpg/checkbox-3.6Tom Cosgrove1-1/+2
2024-04-04We now have two LTS branches to backport to.Manuel Pégourié-Gonnard1-1/+2
2024-04-04pk: fix documentation of mbedtls_pk_setup_opaque()Valerio Setti1-1/+2
2024-04-02ssl_msg.c: Rename _check_new_session_ticket to _is_new_session_ticketRonald Cron1-5/+4
2024-04-02all.sh: Use full instead of default as the base for the new componentRonald Cron1-4/+6
2024-04-02Fix compilation of ssl_tls13_generic.c when memcpy() is a function-like macroTom Cosgrove2-2/+6
2024-04-02tests: ssl: Fix dependencies of SRV TLS 1.3 session serialization testsRonald Cron1-4/+4
2024-03-29Merge pull request #8874 from stevenwdv/developmentPaul Elliott1-5/+7
2024-03-28Merge pull request #1216 from Mbed-TLS/mbedtls-3.6.0_mergebackminosgalanakis112-622/+5780
2024-03-27Revert "Autogenerated files for 3.6.0"Minos Galanakis85-137879/+29
2024-03-27ssl-opt.sh: Add tests where tickets are ignoredRonald Cron1-0/+28
2024-03-27tls13: cli: Ignore tickets if not supportedRonald Cron1-14/+18
2024-03-27ssl-opt.sh: Add missing MBEDTLS_SSL_SESSION_TICKETS dependenciesNorbert Fabritius2-0/+57
2024-03-27all.sh: Add component testing default minus session ticketsNorbert Fabritius1-0/+11
2024-03-27tests: ssl: Fix dependencies of TLS 1.3 session serialization testsRonald Cron1-11/+11
2024-03-27tests: ssl: Add hostname checks in session serialization testsRonald Cron2-0/+14
2024-03-27tests: ssl: Remove redundant testRonald Cron1-1/+0
2024-03-27tests: ssl: Fix session field guardsRonald Cron2-22/+38
2024-03-27Constify parameter of ssl_tls13_session_loadNorbert Fabritius1-1/+1
2024-03-27Enable ssl_tls13_get_ciphersuite_hash_alg only if macro is activeNorbert Fabritius1-1/+1
2024-03-27Unconditionally define session variableNorbert Fabritius1-2/+0