Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2026-02-21 Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
- Add support for trust certificate file and directory.
- Add support for certificate verification.
- Config option to set trust certificate file and directory.
- Config option to enable/disable [default:YES] certificate and hostname verification.
- Config option to enable/disable [default:YES] self signed certificate.
- Fix SSL context and object release on failure.
- Fix AuthPass parsing to accept '=' or ':'.
- Reset header buffer to avoid invalid data in message.
- Add (and ignore) -B option.

2025-09-24 Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>

- Update to current autoconf.
Expand Down
2 changes: 1 addition & 1 deletion ssmtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
See COPYRIGHT for the license

*/
#define VERSION "2.65"
#define VERSION "2.66"
#define _GNU_SOURCE

#include <sys/socket.h>
Expand Down