aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Bakker <p.j.bakker@polarssl.org>2013-12-31 11:35:16 +0100
committerPaul Bakker <p.j.bakker@polarssl.org>2013-12-31 11:38:33 +0100
commit6992eb762cd7364208acb68abfe5391aa2d0322d (patch)
treef40269966b45ef5cb95254913917a44f801c058d /ChangeLog
parent6ea1a95ce831f66793f5db99dbb36e5a11a62618 (diff)
downloadmbedtls-6992eb762cd7364208acb68abfe5391aa2d0322d.zip
mbedtls-6992eb762cd7364208acb68abfe5391aa2d0322d.tar.gz
mbedtls-6992eb762cd7364208acb68abfe5391aa2d0322d.tar.bz2
Fixed potential overflow in certificate size in ssl_write_certificate()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3617915..506d96a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,8 @@ Bugfix
* Fixed x509_crt_parse_path() bug on Windows platforms
* Added missing MPI_CHK() around some statements in mpi_div_mpi() (found by
TrustInSoft)
+ * Fixed potential overflow in certificate size verification in
+ ssl_write_certificate() (found by TrustInSoft)
Security
* Possible remotely-triggered out-of-bounds memory access fixed (found by