CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/02/04 06:44:41
Modified files:
usr.sbin/smtpd : config.c control.c envelope.c lka.c mta.c
mta_session.c parse.y smtp.c smtp_session.c
smtpd.c smtpd.h ssl.c ssl.h ssl_privsep.c
ssl_smtpd.c
Log message:
pki code cleanup
- rename "struct ssl" and "cert" to "struct pki" and "cert" to "pki_name"
- inherit pki conf on fork instead of passing it through imsg at startup
- implement SNI on smtp listeners
