aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-25Adding description to the Changelog filearchive/new_mul_shortcutTRodziewicz1-0/+3
2021-02-25Adding shortcut for all-bits-zero payloads (mbedtls_ecp_mul_shortcuts()) and ...TRodziewicz2-2/+13
2021-02-25No configuration symbols for FFDHGilles Peskine1-0/+6
2021-02-25ECC: add rationaleGilles Peskine1-2/+4
2021-02-25Fix an example that didn't follow the given patternGilles Peskine1-1/+1
2021-02-25Remove the time stampGilles Peskine1-2/+0
2021-02-25Build tests with -Wdocumentation when using ClangGilles Peskine1-0/+4
2021-02-25Fix some C function documentation in the test frameworkGilles Peskine3-21/+30
2021-02-25Don't use STATIC_ASSERT_EXPR on non-GCC-compatible compilersGilles Peskine1-14/+19
2021-02-25Fix copypasta for the type of a variableGilles Peskine1-1/+1
2021-02-25Increment the test step number when invalidating a keyGilles Peskine2-0/+6
2021-02-25Destroy recorded persistent keys in PSA_DONE()Gilles Peskine3-19/+35
2021-02-25New test helper to purge persistent key from memoryGilles Peskine3-0/+14
2021-02-25Document the newly exported storage cleanup macros and functionsGilles Peskine2-7/+35
2021-02-25Move PSA storage cleanup out of the slot_management test suiteGilles Peskine4-81/+52
2021-02-25Push back on divergence of duplicated codeGilles Peskine1-12/+19
2021-02-25Prepare to move persistent storage cleanup to common codeGilles Peskine1-8/+8
2021-02-25Fix and simplify test assertionsGilles Peskine1-12/+4
2021-02-25exported_key_sanity_check: make checks slightly more systematicGilles Peskine1-31/+20
2021-02-25Use const pointers on parsing functionsGilles Peskine2-10/+10
2021-02-25exported_key_sanity_check: simplify the logic for public keysGilles Peskine1-48/+46
2021-02-25Document functions and macros that are now exportedGilles Peskine1-4/+73
2021-02-25Move exercise_key and related functions to their own moduleGilles Peskine3-975/+1005
2021-02-25Move asn1_skip_integer to the asn1_helpers moduleGilles Peskine3-56/+86
2021-02-25Create a separate test module for ASN.1 test helper functionsGilles Peskine3-0/+53
2021-02-25Remove a redundant export step in import_exportGilles Peskine1-1/+5
2021-02-25Prepare to move exercise_key and friends to their own moduleGilles Peskine1-68/+71
2021-02-25Create a separate test module for PSA exercise_keyGilles Peskine3-0/+63
2021-02-25Fix 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
2021-02-22Changelog entry for RSA mutex usage fixGilles Peskine1-0/+8
2021-02-22Fix mutex leak in RSAGilles Peskine1-4/+9
2021-02-22Fix mutex double-free in RSAGilles Peskine1-2/+9
2021-02-22Add init-free tests for RSAGilles Peskine2-0/+29
2021-02-22Add missing cleanup in test functionGilles Peskine1-0/+3
2021-02-22Changelog entry for DRBG mutex usage fixGilles Peskine1-0/+5
2021-02-22Document thread safety for HMAC_DRBGGilles Peskine1-3/+47
2021-02-22Document mutex invariant for HMAC_DRBGGilles Peskine2-0/+10
2021-02-22Fix mutex leak in HMAC_DRBGGilles Peskine1-8/+10
2021-02-22Document thread safety for CTR_DRBGGilles Peskine1-2/+36