mirror of https://github.com/getdnsapi/getdns.git
Note TLS 1.3 is experimental. At least until we find a stable test server.
This commit is contained in:
parent
b0661b9d9f
commit
01ea1d6a22
|
@ -201,7 +201,7 @@ answering records, `getdns_server_mon` reports a status of WARNING.
|
||||||
multiple queries in a single TCP or TLS connection in a different
|
multiple queries in a single TCP or TLS connection in a different
|
||||||
order to the order of queries.
|
order to the order of queries.
|
||||||
|
|
||||||
This test is experimental, and may give false negative results.
|
This test is currently experimental, and may give false negative results.
|
||||||
| TCP
|
| TCP
|
||||||
|
|
||||||
| `qname-min`
|
| `qname-min`
|
||||||
|
@ -237,6 +237,8 @@ the padding. A padding size of 1 specifies padding of a sensible default size.
|
||||||
|`tls-1.3`
|
|`tls-1.3`
|
||||||
| Does the server support TLS 1.3? To enable this test,
|
| Does the server support TLS 1.3? To enable this test,
|
||||||
`getdns_server_mon` must be compiled with OpenSSL v1.1.1 or later.
|
`getdns_server_mon` must be compiled with OpenSSL v1.1.1 or later.
|
||||||
|
|
||||||
|
This test is currently experimental, and may give false negative results.
|
||||||
| TLS
|
| TLS
|
||||||
|===
|
|===
|
||||||
=== Exit status
|
=== Exit status
|
||||||
|
|
Loading…
Reference in New Issue