aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2022-12-06 11:25:09 +0100
committerGilles Peskine <Gilles.Peskine@arm.com>2022-12-06 11:25:09 +0100
commit77d3057c6df1b3787c9512b346737ab626955044 (patch)
tree4e1c5133b53b5db29dc0c861cccfd3799c5e824a
parentcf0074b2c8175660f21985cbd0513d2a022e94a3 (diff)
downloadmbedtls-77d3057c6df1b3787c9512b346737ab626955044.tar.gz
More grammar fixes
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
-rw-r--r--ChangeLog.d/fix_hard_link_across_drives.txt2
-rw-r--r--ChangeLog.d/tls13-misc.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog.d/fix_hard_link_across_drives.txt b/ChangeLog.d/fix_hard_link_across_drives.txt
index 84d4a522c..46d05c0cf 100644
--- a/ChangeLog.d/fix_hard_link_across_drives.txt
+++ b/ChangeLog.d/fix_hard_link_across_drives.txt
@@ -1,3 +1,3 @@
Bugfix
* Fix a build issue on Windows using CMake where the source and build
- directory could not be on different drives. Fixes #5751.
+ directories could not be on different drives. Fixes #5751.
diff --git a/ChangeLog.d/tls13-misc.txt b/ChangeLog.d/tls13-misc.txt
index 49ab58994..673317328 100644
--- a/ChangeLog.d/tls13-misc.txt
+++ b/ChangeLog.d/tls13-misc.txt
@@ -1,6 +1,6 @@
Features
* Mbed TLS now supports TLS 1.3 key establishment via pre-shared keys.
- The pre-shared keys can provisioned externally or via the ticket
+ The pre-shared keys can be provisioned externally or via the ticket
mechanism (session resumption).
The ticket mechanism is supported when the configuration option
MBEDTLS_SSL_SESSION_TICKETS is enabled.