]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Move TLS async mode to 1.8.0
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 3 Dec 2021 15:35:22 +0000 (16:35 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 3 Dec 2021 15:35:22 +0000 (16:35 +0100)
pdns/dnsdistdist/docs/advanced/tuning.rst
pdns/dnsdistdist/docs/reference/config.rst

index 2dce4c5920b2de8d5ab04511f628561fc1e1f012..ed940657fe66f14418a58aa6f9d48d12d5dc12e5 100644 (file)
@@ -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
 -------------
index c597e803023cf49b2916e4a06fa355b290ae5bcb..51239d7c7b5a6f6e780294a403bd430acd931e42 100644 (file)
@@ -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.