commit | af0ccc8fa006c3a806da585f78d9ee6f6449de57 | [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> | Mon Jul 07 17:46:29 2014 +0200 |
tree | fb24f4af044fe179b41705a33a81f465bba33535 | |
parent | 1e7c3d2500404c89ab021561595a2ec5a68a0513 [diff] [blame] |
SMTP lines are officially terminated with CRLF, ssl_mail_client fixed
diff --git a/ChangeLog b/ChangeLog index a51f20d..3e0ff25 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -16,6 +16,7 @@ * Fix ASM format in bn_mul.h * Potential memory leak in bignum_selftest() * Replaced expired test certificate + * ssl_mail_client now terminates lines with CRLF, instead of LF = Version 1.2.10 released 2013-10-07 Changes