CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2015/10/16 15:13:33
Modified files: usr.sbin/smtpd : ioev.c smtp_session.c ssl.c Log message: Use SSL_get_version() not SSL_get_cipher_version(); the former gives the TLS version used for the connection, the latter gives "the SSL/TLS protocol version that first defined the cipher". Fixes "TLS version=TLSv1/SSLv3" in received/log lines. ok millert@ "I was going to commit this today, so yes definitely" ok gilles@