From: Remi Gacogne Date: Fri, 3 Dec 2021 15:35:22 +0000 (+0100) Subject: dnsdist: Move TLS async mode to 1.8.0 X-Git-Tag: auth-4.7.0-alpha1~120^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c54257efec5fa0c0790a82e7f2508979beca692;p=thirdparty%2Fpdns.git dnsdist: Move TLS async mode to 1.8.0 --- diff --git a/pdns/dnsdistdist/docs/advanced/tuning.rst b/pdns/dnsdistdist/docs/advanced/tuning.rst index 2dce4c5920..ed940657fe 100644 --- a/pdns/dnsdistdist/docs/advanced/tuning.rst +++ b/pdns/dnsdistdist/docs/advanced/tuning.rst @@ -109,7 +109,7 @@ A different possibility is that there is not enough threads accepting new connec For incoming and outgoing DNS over TLS support, the choice of the TLS provider (OpenSSL and GnuTLS are both supported) might yield very different results depending on the exact architecture. -Since 1.7.0, incoming DNS over TLS might also benefit from experimental support for TLS acceleration engines, like Intel QAT. See :func:`loadTLSEngine`, and the `tlsAsyncMode` parameter of :func:`addTLSLocal` for more information. +Since 1.8.0, incoming DNS over TLS might also benefit from experimental support for TLS acceleration engines, like Intel QAT. See :func:`loadTLSEngine`, and the `tlsAsyncMode` parameter of :func:`addTLSLocal` for more information. Rules and Lua ------------- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index c597e80302..51239d7c7b 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -166,7 +166,7 @@ Listen Sockets ``sessionTimeout`` and ``tcpListenQueueSize`` options added. .. versionchanged:: 1.6.0 ``enableRenegotiation``, ``maxConcurrentTCPConnections``, ``maxInFlight`` and ``releaseBuffers`` options added. - .. versionchanged:: 1.7.0 + .. versionchanged:: 1.8.0 ``tlsAsyncMode`` option added. Listen on the specified address and TCP port for incoming DNS over TLS connections, presenting the specified X.509 certificate. @@ -1616,7 +1616,7 @@ Other functions .. function:: loadTLSEngine(engineName [, defaultString]) - .. versionadded:: 1.7.0 + .. versionadded:: 1.8.0 Load the OpenSSL engine named ``engineName``, setting the engine default string to ``defaultString`` if supplied. Engines can be used to accelerate cryptographic operations, like for example Intel QAT. At the moment up to a maximum of 32 loaded engines are supported, and that support is experimental.