SMTP lines are officially terminated with CRLF, ssl_mail_client fixed
diff --git a/ChangeLog b/ChangeLog
index 5295e17..96b93cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@
 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