aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2023-10-04Re-assemble changelog to add missing item, plus a couple of typo fixes.Dave Rodgman1-2/+4
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2023-10-03ChangeLog: Set release dateMinos Galanakis1-1/+1
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
2023-10-03Prepare ChangeLog for 3.5.0 releaseMinos Galanakis1-0/+286
``` ./scripts/assemble_changelog.py ``` Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
2023-08-02Announce a release for FridayGilles Peskine1-1/+1
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-08-02Prepare changelog for releaseGilles Peskine1-0/+8
``` ./scripts/assemble_changelog.py ``` Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-03-23Assemble Changelog for 3.4.0 releasePaul Elliott1-0/+211
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2023-03-08Update ChangeLog to make "fix" explicitTom Cosgrove1-14/+15
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
2022-12-14Merge pull request #986 from Mbed-TLS/merge-back-3.3.0-3Dave Rodgman1-1/+205
Merge back 3.3.0 3
2022-12-14ChangeLog fixDave Rodgman1-6/+4
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2022-12-12Improve Changelog wordingDave Rodgman1-1/+1
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2022-12-12Merge pull request #6301 from paul-elliott-arm/fix_changelogManuel Pégourié-Gonnard1-1/+1
Fix missing file name in changelog
2022-12-08Assemble changelogDave Rodgman1-0/+206
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2022-10-12Additional updates to docs linksDave Rodgman1-1/+1
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2022-09-20Fix missing file name in changelogPaul Elliott1-1/+1
The wrong generated file is referred to as having been missing in the changelog entry for 3.2.1. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2022-07-12Add 3.2.1 Changelogv3.2.1mbedtls-3.2.1Paul Elliott1-0/+5
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2022-07-11Update Changelog for 3.2.0 releasePaul Elliott1-1/+271
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2021-12-15Changelog updates & fixesRonald Cron1-13/+13
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2021-12-15Assemble change logRonald Cron1-0/+179
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2021-07-05Fix Changelog indentationDave Rodgman1-21/+21
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2021-07-05Fix indentationDave Rodgman1-9/+9
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2021-07-05Remove obsolete entry from ChangelogDave Rodgman1-2/+0
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2021-07-02Remove obsolete reference to _retDave Rodgman1-2/+2
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2021-07-01Remove not-required Changelog entriesDave Rodgman1-7/+0
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2021-07-01Update changelog to cover #4197Dave Rodgman1-0/+2
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2021-07-01Update changelog to cover #4246 and #4158Dave Rodgman1-0/+4
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2021-07-01Update changelog to cover #4488Dave Rodgman1-0/+3
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2021-07-01Update changelog to cover #4517Dave Rodgman1-0/+3
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2021-07-01Update changelog to cover #4720Dave Rodgman1-1/+1
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2021-06-30Create aggregated ChangeLogDave Rodgman1-2/+369
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2021-06-22Fix multiplication producing a negative zeroGilles Peskine1-2/+6
Fix mbedtls_mpi_mul_mpi() when one of the operands is zero and the other is negative. The sign of the result must be 1, since some library functions do not treat {-1, 0, NULL} or {-1, n, {0}} as representing the value 0. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-06-18Modifies ChangeLogThomas Daubney1-0/+10
Corrects erroneous removal from ChangeLog. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
2021-06-18Modifies ChangeLog and Migration GuideThomas Daubney1-12/+0
Entries in ChangeLog and Migration guide files have been merged to cover both the removal of MBEDTLS_SSL_TRUNCATED_HMAC and MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
2021-06-15Rename library/ecp_alt.h to ecp_internal_alt.hGilles Peskine1-1/+1
library/ecp_alt.h (declaring individual functions of the ECP module that can be substituted, included when building the library with MBEDTLS_ECP_INTERNAL_ALT enabled) clashes with ecp_alt.h (not provided, declaring types of the ECP module when the whole implementation is substituted, included when building the library with MBEDTLS_ECP_ALT enabled). Depending on the search path during build, this can make MBEDTLS_ECP_ALT unusable. Rename library/ecp_alt.h to follow the naming convention of other alt headers: MBEDTLS_XXX_ALT corresponds to xxx_alt.h. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-05-05Fix a number of typosManuel Pégourié-Gonnard1-1/+1
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> Co-authored-by: Ronald Cron <ronald.cron@arm.com>
2021-05-04Move some details from ChangeLog to migration guideManuel Pégourié-Gonnard1-10/+3
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2021-04-26Update future Mbed TLS version in ChangelogDave Rodgman1-1/+1
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2021-04-26Update ChangelogDave Rodgman1-0/+100
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2021-03-08Update Changelog for 2.26.0Dave Rodgman1-0/+111
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2021-02-08Fix mistake in 2.25.0 ChangelogBence Szépkúti1-1/+1
The mistake was introduced in #3948. Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2020-12-10Fix ChangeLog formatJanos Follath1-2/+2
Signed-off-by: Janos Follath <janos.follath@arm.com>
2020-12-10Consolidate partial feature into single entryJanos Follath1-10/+3
These entries were for different aspects of a new, partially implemented feature. Therefore we are consolidating them into a single entry for clarity. Signed-off-by: Janos Follath <janos.follath@arm.com>
2020-12-09Add missing Changelog entryJanos Follath1-0/+2
Signed-off-by: Janos Follath <janos.follath@arm.com>
2020-12-09Finalize ChangeLogJanos Follath1-1/+1
Signed-off-by: Janos Follath <janos.follath@arm.com>
2020-12-09Assemble ChangeLogJanos Follath1-0/+171
Executed scripts/assemble_changelog.py. Signed-off-by: Janos Follath <janos.follath@arm.com>
2020-08-26Finalize ChangeLogJanos Follath1-4/+6
Fix alignment where necessary and update ChangeLog header. Signed-off-by: Janos Follath <janos.follath@arm.com>
2020-08-26Assemble ChangeLogJanos Follath1-0/+111
Executed scripts/assemble_changelog.py. Signed-off-by: Janos Follath <janos.follath@arm.com>
2020-06-29Update ChangeLog header.Janos Follath1-1/+1
Signed-off-by: Janos Follath <janos.follath@arm.com>
2020-06-29Assemble changelogJanos Follath1-0/+123
Executed scripts/assemble_changelog.py and manually fixed style where it diverged from the instructions in ChangeLog.d/00README.md. Manually added ChangeLog.d/bugfix_PR3405 which didn't have the .txt extension as prescribed in ChangeLog.d/00README.md and deleted it afterwards. Signed-off-by: Janos Follath <janos.follath@arm.com>
2020-04-14Merge remote-tracking branch 'restricted/pr/684' into mbedtls-2.22.0r0mbedtls-2.22.0Janos Follath1-0/+9
2020-04-09Merge pull request #3163 from AndrzejKurek/variable-buffers-renegotiationJaeden Amero1-0/+9
Variable buffers & renegotiation - fixes