aboutsummaryrefslogtreecommitdiff
path: root/programs
AgeCommit message (Expand)AuthorFilesLines
2023-01-11Update generated filesGilles Peskine1-7/+8
2023-01-11Switch to the new code styleGilles Peskine72-10396/+9261
2022-12-15Merge pull request #6696 from gilles-peskine-arm/fuzz-cflags-2.28Gilles Peskine1-1/+3
2022-12-09Merge pull request #6706 from davidhorstmann-arm/2.28-code-style-script-non-c...Manuel Pégourié-Gonnard1-1/+3
2022-12-04Fix typos prior to releaseTom Cosgrove5-11/+11
2022-12-01Linewrap for the benefit of UncrustifyDavid Horstmann1-1/+3
2022-11-30programs/fuzz: set sensible default CFLAGSGilles Peskine1-1/+3
2022-11-24Merge pull request #6452 from AndrzejKurek/depends-py-reloaded-2-28Dave Rodgman4-69/+70
2022-11-10Fix issue in dh_genprime.c where the error code returned by mbedtls_mpi_write...Aditya Deshpande1-2/+2
2022-11-10Fix: include version.h in ssl_test_lib.hYanray Wang1-0/+2
2022-11-10Add output of build version in ssl_server2 and ssl_client2Yanray Wang2-0/+30
2022-10-25Refactor macro-spanning if in ssl_server2.cDavid Horstmann1-7/+9
2022-10-25Refactor macro-spanning if in ssl_client2.cDavid Horstmann1-7/+9
2022-10-20Add missing SHA dependenciesAndrzej Kurek1-3/+6
2022-10-20Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLEDAndrzej Kurek1-10/+14
2022-10-20Replace x509_CRT_PARSE_C with KEY_EXCHANGE_WITH_CERT_ENABLEDAndrzej Kurek2-59/+45
2022-10-20Add missing key exchange dependenciesAndrzej Kurek2-11/+18
2022-10-20Add missing dependenciesAndrzej Kurek1-2/+3
2022-10-13Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28Gilles Peskine50-491/+0
2022-10-10Fix session tickets related build flags in fuzz_server and ssl_server2Przemek Stekiel2-10/+10
2022-10-05Remove useless platform macro redefinitions: automatic partGilles Peskine1-7/+0
2022-10-05Include platform.h unconditionally: automatic partGilles Peskine49-484/+0
2022-07-11Merge remote-tracking branch 'restricted/mbedtls-2.28-restricted' into mbedtl...Dave Rodgman2-25/+53
2022-06-29Merge pull request #5982 from gilles-peskine-arm/selftest-calloc-pointer-comp...Dave Rodgman1-5/+1
2022-06-27Remove largely useless bit of test log to silence GCC 12Gilles Peskine1-5/+1
2022-06-20Add negative tests for opaque mixed-PSK (server)Manuel Pégourié-Gonnard1-11/+0
2022-06-20Add negative tests for opaque mixed-PSK (client)Manuel Pégourié-Gonnard1-11/+0
2022-06-20ssl_client2/ssl_server_2: use PSA_ALG_ANY_HASH as algorithm for opaque keyPrzemyslaw Stekiel2-3/+3
2022-06-20Address review commentsPrzemyslaw Stekiel1-11/+31
2022-06-20ssl_server2.c: fix build err (key_slot - unused variable)Przemyslaw Stekiel1-1/+1
2022-06-20Add key_opaque option to ssl_server2.c + testPrzemyslaw Stekiel1-1/+31
2022-05-30Rewrite x25519 example programThomas Daubney1-73/+59
2022-04-28Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell.Shaun Case9-11/+11
2022-04-28Merge pull request #5740 from gilles-peskine-arm/psa-crypto-config-file-2.28Gilles Peskine1-0/+48
2022-04-22Merge pull request #5744 from mpg/benchmark-ecc-heap-2.28Gilles Peskine1-4/+5
2022-04-15Update query_configGilles Peskine1-0/+48
2022-04-15Fix alignment in benchmark outputManuel Pégourié-Gonnard1-4/+5
2022-04-13Fix off-by-one in buffer_size usageGilles Peskine1-2/+2
2022-04-13Fix buffer size calculationGilles Peskine1-5/+20
2022-04-12Fix the build when MBEDTLS_PLATFORM_C is unsetGilles Peskine1-1/+2
2022-04-08Seed the PRNG even if time() isn't availableGilles Peskine1-2/+4
2022-03-04Refactor ssl_context_info time printingAndrzej Kurek1-10/+8
2022-03-04Guard cache_timeout in ssl_server2 with MBEDTLS_HAVE_TIMEAndrzej Kurek1-2/+15
2022-03-04Fix udp_proxy dependency on MBEDTLS_HAVE_TIMEAndrzej Kurek1-0/+2
2022-03-04Fix requirement mismatch in fuzz/common.cAndrzej Kurek1-1/+1
2022-03-04programs/fuzz: Remove superfluous MBEDTLS_HAVE_TIMEDavid Horstmann1-1/+1
2022-03-04programs/test: fix build without MBEDTLS_HAVE_TIMEDavid Horstmann1-1/+5
2022-03-04programs/ssl: Fix compile errors when MBEDTLS_HAVE_TIME is not definedRaoul Strackx4-0/+15
2022-03-04Do not include time.h without MBEDTLS_HAVE_TIMEDaniel Axtens3-1/+16
2022-01-26Add missing dependencies on MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLEDAndrzej Kurek2-0/+8