aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Bakker <p.j.bakker@polarssl.org>2014-01-24 16:11:17 +0100
committerPaul Bakker <p.j.bakker@polarssl.org>2014-01-24 16:12:18 +0100
commitd75ba40cc3f7f99c117456f59364784c4710b595 (patch)
treecfdbf187d93b74fb762af0e9899085024e508ac3 /ChangeLog
parent556efba51ce93beadb039359d05dc3e58623e26f (diff)
downloadmbedtls-d75ba40cc3f7f99c117456f59364784c4710b595.zip
mbedtls-d75ba40cc3f7f99c117456f59364784c4710b595.tar.gz
mbedtls-d75ba40cc3f7f99c117456f59364784c4710b595.tar.bz2
SMTP lines are officially terminated with CRLF, ssl_mail_client fixed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5295e17..96b93cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ Features
Bugfix
* Potential memory leak in bignum_selftest()
* Replaced expired test certificate
+ * ssl_mail_client now terminates lines with CRLF, instead of LF
= PolarSSL 1.3.3 released on 2013-12-31
Features