freebsd-skq/lib/libfetch
Dag-Erling Smørgrav 767207650c As pointed out by several people, r273114 was incorrect: it unconditionally
disabled everything except TLS 1.0.  Replace it with a more carefully
wrought patch:

 - Switch the default for SSLv3 from on to off
 - Add environment variables to control TLS 1.1 and 1.2
 - In verbose mode, report which version is used
 - Update the man page to reflect these changes.

MFC after:	1 week
2014-10-15 07:35:50 +00:00
..
common.c As pointed out by several people, r273114 was incorrect: it unconditionally 2014-10-15 07:35:50 +00:00
common.h Add support for arbitrary http requests 2014-06-05 22:16:26 +00:00
fetch.3 As pointed out by several people, r273114 was incorrect: it unconditionally 2014-10-15 07:35:50 +00:00
fetch.c
fetch.h Add support for arbitrary http requests 2014-06-05 22:16:26 +00:00
file.c
ftp.c
ftp.errors
http.c Add support for arbitrary http requests 2014-06-05 22:16:26 +00:00
http.errors
Makefile Use src.opts.mk in preference to bsd.own.mk except where we need stuff 2014-05-06 04:22:01 +00:00