CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/02/11 21:23:17
Modified files:
lib/libtls : tls.h
usr.bin/ftp : main.c
libexec/spamd : spamd.c
usr.sbin/httpd : server.c
usr.sbin/syslogd: syslogd.c
Log message:
Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALL
that includes all currently supported protocols (TLSv1.0, TLSv1.1 and
TLSv1.2). Change all users of libtls to use TLS_PROTOCOLS_ALL so that they
maintain existing behaviour.
Discussed with tedu@ and reyk@.