check_http: Allow for requesting TLSv1.1/TLSv1.2
commitf43083c6a9d5d9e66d42e7cd0b698b7eb1ecf822
authorHolger Weiss <holger@zedat.fu-berlin.de>
Sun, 4 Oct 2015 21:28:35 +0000 (4 23:28 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Sun, 4 Oct 2015 21:28:35 +0000 (4 23:28 +0200)
tree51a749e312bd74ffae30f9b2da0bc891350a7299
parenta9b02e7affe6d940e1fb4830156d06e4d816458b
check_http: Allow for requesting TLSv1.1/TLSv1.2

check_http's -S/--ssl option now allows for requesting the TLSv1.1 and
TLSv1.2 protocols.  Apart from that, a '+' suffix can be appended in
oder to also accept newer protocols than the specified version.

Closes #1338, and closes #1354, and closes #1359.
NEWS
plugins/check_http.c
plugins/netutils.h
plugins/sslutils.c