aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-25Dummy commit so that a pull request will not be auto-mergeddev/gilles-peskine-arm/ci-testing-2.2xDarryl Green1-0/+2
2021-12-15Merge pull request #868 from ARMmbed/mbedtls-2.28.0rc0-prv2.28.0mbedtls-2.28.0Dave Rodgman115-2755/+3246
2021-12-15Bump version to 2.28.0Dave Rodgman6-12/+12
2021-12-15Update branch information in BRANCHES.mdDave Rodgman1-3/+2
2021-12-15Minor Changelog updates & fixesDave Rodgman1-15/+15
2021-12-15Assemble changelogDave Rodgman31-148/+121
2021-12-15Add change log for #4883Ronald Cron1-0/+5
2021-12-14Add missing changelog for ARIA (#5051)Dave Rodgman1-0/+3
2021-12-14Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbe...Dave Rodgman12-68/+179
2021-12-13Merge pull request #5327 from gilles-peskine-arm/zeroize-tag-2.28Gilles Peskine7-35/+72
2021-12-13mbedtls_cipher_check_tag: jump on error for more robustness to refactoringGilles Peskine1-0/+7
2021-12-13Merge pull request #5310 from paul-elliott-arm/pkcs12_fix_2.xGilles Peskine7-36/+228
2021-12-13Initialize hash_len before using itGilles Peskine1-8/+8
2021-12-13Generalize MAC zeroization changelog entryGilles Peskine2-5/+6
2021-12-13PKCS#1v1.5 signature: better cleanup of temporary valuesGilles Peskine1-0/+4
2021-12-13mbedtls_ssl_parse_finished: zeroize expected finished value on errorGilles Peskine1-5/+10
2021-12-13mbedtls_ssl_cookie_check: zeroize expected cookie on cookie mismatchGilles Peskine1-6/+16
2021-12-13PSA hash verification: zeroize expected hash on hash mismatchGilles Peskine1-4/+11
2021-12-13mbedtls_cipher_check_tag: zeroize expected tag on tag mismatchGilles Peskine1-7/+10
2021-12-13Add expected output for testsPaul Elliott2-18/+27
2021-12-13Remove incorrect hashingPaul Elliott1-13/+0
2021-12-13Add explanation for safety in functionPaul Elliott1-0/+8
2021-12-13Delete unneccesary changelog entryPaul Elliott1-4/+0
2021-12-13Simplify Input usage macrosPaul Elliott2-23/+12
2021-12-13Rename (and relabel) pkcs12 test casePaul Elliott2-20/+20
2021-12-13Remove incorrect test dependencyPaul Elliott1-1/+1
2021-12-13Documentation fixesPaul Elliott1-2/+2
2021-12-13Stop CMake out of source tests running on 16.04Paul Elliott2-0/+34
2021-12-13Fix missing test dependanciesPaul Elliott2-9/+9
2021-12-13Add PKCS12 testsPaul Elliott3-0/+107
2021-12-13Merge pull request #5314 from gilles-peskine-arm/missing-ret-check-mbedtls_md...Dave Rodgman5-74/+250
2021-12-11Catch failures of md_hmac operationsGilles Peskine4-73/+228
2021-12-11Zeroize local MAC variablesGilles Peskine2-2/+23
2021-12-10Merge pull request #5308 from minosgalanakis/development_2.xGilles Peskine2-0/+11
2021-12-10Better fix for empty password / saltPaul Elliott1-20/+58
2021-12-10Further documentation improvementsPaul Elliott1-12/+16
2021-12-10Make changelog more specificPaul Elliott1-1/+4
2021-12-10Fix for pkcs12 with NULL or zero length passwordPaul Elliott3-14/+31
2021-12-10Merge pull request #5306 from gilles-peskine-arm/test-missing-ret-check-20211...Gilles Peskine2-13/+62
2021-12-10Update changelog & readmeMinos Galanakis2-0/+11
2021-12-10Don't fail until everything is initializedGilles Peskine1-1/+2
2021-12-10Check return values in more placesGilles Peskine1-12/+60
2021-12-10Merge pull request #5301 from paul-elliott-arm/test_suite_cipher_returns_2.xGilles Peskine1-1/+1
2021-12-09Merge pull request #5299 from paul-elliott-arm/crypt_and_hash_prog_2.xGilles Peskine1-8/+45
2021-12-09Merge pull request #5280 from davidhorstmann-arm/2.x-improve-cmac-docsGilles Peskine1-16/+33
2021-12-09Merge pull request #5298 from paul-elliott-arm/ssl_context_info_prog_2.xGilles Peskine1-2/+11
2021-12-09Add checked return to cipher setupPaul Elliott1-1/+1
2021-12-09Add checks for return values to md functionsPaul Elliott1-8/+45
2021-12-09Fix printf format specifierPaul Elliott1-1/+4
2021-12-09Prevent resource leakPaul Elliott1-1/+7