aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Butcher <simon.butcher@arm.com>2015-11-03 23:15:00 +0000
committerSimon Butcher <simon.butcher@arm.com>2015-11-03 23:15:00 +0000
commit06f8b917778b1459953a1c8e08baabb1ddd4612d (patch)
tree5b4955c491d43a542c41810baa2cacbf8eb842a6
parent1afde77a3fd177fe42204d7fd99be5e9c85eaa2c (diff)
downloadmbedtls-06f8b917778b1459953a1c8e08baabb1ddd4612d.zip
mbedtls-06f8b917778b1459953a1c8e08baabb1ddd4612d.tar.gz
mbedtls-06f8b917778b1459953a1c8e08baabb1ddd4612d.tar.bz2
Corrected typo in ChangeLog
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d9a87f1..8d3770b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,11 +5,11 @@ PolarSSL ChangeLog
Security
* Fix potential heap corruption on Windows when
x509_crt_parse_path() is passed a path longer than 2GB. Cannot be
- triggered remotely. Found by Guido Vranken, Interlworks.
+ triggered remotely. Found by Guido Vranken, Intelworks.
* Fix potential buffer overflow in some asn1_write_xxx() functions.
Cannot be triggered remotely unless you create X.509 certificates based
on untrusted input or write keys of untrusted origin. Found by Guido
- Vranken, Interlworks.
+ Vranken, Intelworks.
* The X509 max_pathlen constraint was not enforced on intermediate
certificates. Found by Nicholas Wilson, fix and tests provided by
Janos Follath. #280 and #319