CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2016/11/02 03:33:46
Modified files: usr.sbin/acme-client: http.c Log message: Use secure defaults for TLS - instead of accepting TLSv1.0 and any cipher suite, use the libtls defaults and require TLSv1.2 with an AEAD+PFS cipher suite - given who we're talking to one would hope that they meet these requirements... ok benno@ deraadt@ florian@