commit | d75ba40cc3f7f99c117456f59364784c4710b595 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Jan 24 16:11:17 2014 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Jan 24 16:12:18 2014 +0100 |
tree | cfdbf187d93b74fb762af0e9899085024e508ac3 | |
parent | 556efba51ce93beadb039359d05dc3e58623e26f [diff] [blame] |
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