Re: httpd: Add SNI support

2016-08-13 Thread Reyk Floeter
On Sun, Aug 14, 2016 at 04:06:26AM +1000, Joel Sing wrote: > The following enables SNI support within httpd. > > It requires libtls to have server side support for SNI (diff previously > posted). > The code is amazingly simple but it works fine and the diff is good: OK reyk@ Two small notes:

httpd: Add SNI support

2016-08-13 Thread Joel Sing
The following enables SNI support within httpd. It requires libtls to have server side support for SNI (diff previously posted). Index: server.c === RCS file: /cvs/src/usr.sbin/httpd/server.c,v retrieving revision 1.85 diff -u -p