aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-17Merge pull request #872 from ARMmbed/mbedtls-2.16.12_merge_into_releasearchive/mbedtls-2.16Dave Rodgman19-68/+73
2021-12-15Merge pull request #869 from ARMmbed/mbedtls-2.16.12rc0-prv2.16.12mbedtls-2.16.12Dave Rodgman19-68/+73
2021-12-15Improve wording of a ChangeLog entryManuel Pégourié-Gonnard1-2/+2
2021-12-14Remove some bashisms from all.shManuel Pégourié-Gonnard1-3/+3
2021-12-14Update version header in ChangeLogManuel Pégourié-Gonnard1-1/+1
2021-12-14Bump version to 2.16.12Manuel Pégourié-Gonnard5-11/+11
2021-12-14Assemble ChangeLogManuel Pégourié-Gonnard13-60/+55
2021-12-14Fix misleading ChangeLog entry formatting.Manuel Pégourié-Gonnard1-1/+1
2021-12-14Double-free goes under security, not bugfix.Manuel Pégourié-Gonnard1-1/+1
2021-12-14Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.12rc0-prManuel Pégourié-Gonnard2-0/+10
2021-12-13Merge pull request #5328 from gilles-peskine-arm/zeroize-tag-2.16Gilles Peskine6-30/+58
2021-12-13mbedtls_cipher_check_tag: jump on error for more robustness to refactoringGilles Peskine1-0/+7
2021-12-13Merge pull request #5311 from paul-elliott-arm/pkcs12_fix_2.16Gilles Peskine7-32/+223
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-5/+13
2021-12-13mbedtls_cipher_check_tag: zeroize expected tag on tag mismatchGilles Peskine1-7/+10
2021-12-13Merge pull request #5315 from gilles-peskine-arm/missing-ret-check-mbedtls_md...Dave Rodgman3-81/+254
2021-12-11Catch failures of md_hmac operationsGilles Peskine2-79/+231
2021-12-11Move changelog entry file that was in the wrong directoryGilles Peskine1-0/+0
2021-12-11Zeroize local MAC variablesGilles Peskine2-3/+24
2021-12-10Add expected output for testsPaul Elliott2-18/+27
2021-12-10Remove incorrect hashingPaul Elliott1-13/+0
2021-12-10Add explanation for safety in functionPaul Elliott1-0/+8
2021-12-10Delete unneccesary changelog entryPaul Elliott1-4/+0
2021-12-10Simplify Input usage macrosPaul Elliott2-23/+12
2021-12-10Rename (and relabel) pkcs12 test casePaul Elliott2-20/+20
2021-12-10Remove incorrect test dependencyPaul Elliott1-1/+1
2021-12-10Documentation fixesPaul Elliott1-2/+2
2021-12-10Stop CMake out of source tests running on 16.04Paul Elliott2-0/+34
2021-12-10Fix missing test dependanciesPaul Elliott2-9/+9
2021-12-10Add PKCS12 testsPaul Elliott3-0/+106
2021-12-10Better fix for empty password / saltPaul Elliott1-16/+54
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 #5307 from gilles-peskine-arm/test-missing-ret-check-20211...Gilles Peskine2-13/+62
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 #5302 from paul-elliott-arm/test_suite_cipher_returns_2.16Gilles Peskine1-1/+1
2021-12-09Merge pull request #5300 from paul-elliott-arm/crypt_and_hash_prog_2.16Gilles Peskine1-8/+45
2021-12-09Merge pull request #5281 from davidhorstmann-arm/2.16-improve-cmac-docsGilles Peskine1-16/+33
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-09Merge pull request #864 from davidhorstmann-arm/2.16-fix-session-copy-bugManuel Pégourié-Gonnard2-0/+10
2021-12-08Add changelog entry for session copy bugfixDavid Horstmann1-0/+6
2021-12-08[session] fix a session copy bug吴敬辉1-0/+4
2021-12-07Reword documentation of CMAC operationsDavid Horstmann1-16/+33