History log of /openbsd/usr.sbin/smtpd/smtp/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 5d567127 10-Apr-2021 eric <eric@openbsd.org>

remove dead code and unused dependencies

ok tb@


# eed85469 05-Mar-2021 eric <eric@openbsd.org>

Start porting smtpd to libtls.

Note that it changes the way SNI works: The certificate to use is now
selected by looking at the names found in the certificates themselves,
rather than the names of t

Start porting smtpd to libtls.

Note that it changes the way SNI works: The certificate to use is now
selected by looking at the names found in the certificates themselves,
rather than the names of the pki entries in the configuration file.
The set of certificates for a tls listener must be defined explicitly by
using the pki listener option multiple times.

ok tb@

show more ...


# d6ee62d2 18-Sep-2019 eric <eric@openbsd.org>

Implement server certificate validation in smtp(1).
Check certificate against MX name in smtpd(8) mta.

ok gilles@


# 9ac7cdfd 12-Jun-2019 eric <eric@openbsd.org>

change "ssl" to "tls" in various identifiers.
no functional change.

ok gilles@


# ef573529 26-Apr-2018 eric <eric@openbsd.org>

add a simple SMTP client

ok gilles@