From 0cc409a44cac5ac29d0bd18fa13a4e9f2b2f2b96 Mon Sep 17 00:00:00 2001 From: Pawel Salek Date: Fri, 5 Mar 2010 21:22:15 +0100 Subject: Implement submission to smtps service. * examples/mail-file.c: allow testing submission to smtps service. * libesmtp-private.h: add negotiate_ssl() prototype. * libesmtp.h: add Starttls_OVER_SSL to starttls_option enum. * protocol.h: enable SSL on connection whenever selected. * smtp-tls.c: share negotiate_ssl(). --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fbc8c2e..7244bbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-03-05 Pawel Salek + + * examples/mail-file.c: allow testing submission to smtps service. + * libesmtp-private.h: add negotiate_ssl() prototype. + * libesmtp.h: add Starttls_OVER_SSL to starttls_option enum. + * protocol.h: enable SSL on connection whenever selected. + * smtp-tls.c: share negotiate_ssl(). + 2005-12-16 Stable Version 1.0.4 released ---------------------------------------- 2005-12-16 Brian Stafford -- cgit