aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-05Merge pull request #4168 from stevew817/fix/unreferenced_function_in_ecp_carchive/origin/remove_deprecated_functionsJanos Follath1-0/+13
2021-03-04Merge pull request #4173 from gilles-peskine-arm/net_poll-fd_setsize-developmentJanos Follath6-3/+179
2021-03-03Update error codes listed in the net_sockets documentationGilles Peskine1-3/+7
2021-03-02Remove unreferenced static functions when ECP_NO_FALLBACK is usedSteven Cooreman1-0/+13
2021-03-02Merge pull request #4148 from stevew817/add_missing_non_12b_gcm_test_skipRonald Cron1-8/+19
2021-03-01Merge pull request #4145 from stevew817/fix_return_codeGilles Peskine1-3/+9
2021-03-01Clarify how a file descriptor could still be more than the limitGilles Peskine1-0/+4
2021-03-01Fix sloppiness around stricly less-than vs less or equalGilles Peskine1-9/+10
2021-03-01Fix sloppy wording around stricly less-than vs less or equalGilles Peskine2-8/+8
2021-02-25Document FD_SETSIZE limitation for mbedtls_net_{poll,recv_timeout}Gilles Peskine1-0/+8
2021-02-25Fix stack buffer overflow in net functions with large file descriptorGilles Peskine2-0/+18
2021-02-25Add test for mbedtls_net_poll beyond FD_SETSIZEGilles Peskine2-0/+106
2021-02-24New test suite: netGilles Peskine3-0/+35
2021-02-24Merge pull request #4159 from d3zd3z/header-listGilles Peskine1-0/+1
2021-02-24Merge pull request #4133 from gilles-peskine-arm/psa-conditional-inclusion-c-...Gilles Peskine1-5/+11
2021-02-24Merge pull request #4141 from gilles-peskine-arm/psa-test-functions-liftManuel Pégourié-Gonnard16-1178/+1469
2021-02-23Build tests with -Wdocumentation when using ClangGilles Peskine1-0/+4
2021-02-23Fix some C function documentation in the test frameworkGilles Peskine3-21/+30
2021-02-23Don't use STATIC_ASSERT_EXPR on non-GCC-compatible compilersGilles Peskine1-14/+19
2021-02-23Fix copypasta for the type of a variableGilles Peskine1-1/+1
2021-02-23Increment the test step number when invalidating a keyGilles Peskine2-0/+6
2021-02-23Destroy recorded persistent keys in PSA_DONE()Gilles Peskine3-19/+35
2021-02-23New test helper to purge persistent key from memoryGilles Peskine3-0/+14
2021-02-23Document the newly exported storage cleanup macros and functionsGilles Peskine2-7/+35
2021-02-23Move PSA storage cleanup out of the slot_management test suiteGilles Peskine4-81/+52
2021-02-23Push back on divergence of duplicated codeGilles Peskine1-12/+19
2021-02-23Prepare to move persistent storage cleanup to common codeGilles Peskine1-8/+8
2021-02-23Fix and simplify test assertionsGilles Peskine1-12/+4
2021-02-23exported_key_sanity_check: make checks slightly more systematicGilles Peskine1-31/+20
2021-02-23Use const pointers on parsing functionsGilles Peskine2-10/+10
2021-02-23exported_key_sanity_check: simplify the logic for public keysGilles Peskine1-48/+46
2021-02-23Document functions and macros that are now exportedGilles Peskine1-4/+73
2021-02-23Move exercise_key and related functions to their own moduleGilles Peskine3-975/+1005
2021-02-23Move asn1_skip_integer to the asn1_helpers moduleGilles Peskine3-56/+86
2021-02-23Create a separate test module for ASN.1 test helper functionsGilles Peskine3-0/+53
2021-02-23Remove a redundant export step in import_exportGilles Peskine1-1/+5
2021-02-23Prepare to move exercise_key and friends to their own moduleGilles Peskine1-68/+71
2021-02-23Create a separate test module for PSA exercise_keyGilles Peskine3-0/+63
2021-02-23Fix wrong \file name in Doxygen commentsGilles Peskine2-2/+2
2021-02-23Merge pull request #4104 from gilles-peskine-arm/test-mutex-usage-count-devel...Gilles Peskine31-76/+649
2021-02-23Make entropy double-free workGilles Peskine3-7/+14
2021-02-22Add init-free tests for entropyGilles Peskine2-0/+28
2021-02-22Only define test_hooks_xxx under MBEDTLS_TEST_HOOKSGilles Peskine3-7/+8
2021-02-22Clarify the advice about reporting errors in test hooksGilles Peskine1-3/+10
2021-02-22Clarify the advice about reporting errors in test hooksGilles Peskine1-2/+3
2021-02-22Deinitialize the PSA subsystemGilles Peskine2-0/+8
2021-02-22Detect and report mutex usage errors in SSL test programsGilles Peskine1-0/+16
2021-02-22ssl_server2: don't check test hooks failure in query_config modeGilles Peskine1-4/+10
2021-02-22SSL test programs: allow for test hooks init and error reportsGilles Peskine4-0/+68
2021-02-22Document mutex usage for RSAGilles Peskine2-1/+10