Message ID | 99e4c953-c5e0-bdf2-7268-c7987952aaed@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | [Openvpn-devel] Man sections: typo (No patch) | expand |
Just FTR. diff --git a/doc/man-sections/tls-options.rst b/doc/man-sections/tls-options.rst index 5dd20013..28cf6f1e 100644 --- a/doc/man-sections/tls-options.rst +++ b/doc/man-sections/tls-options.rst @@ -422,13 +422,13 @@ certificates and keys: https://github.com/OpenVPN/easy-rsa :code:`DEFAULT:!EXP:!LOW:!MEDIUM:!kDH:!kECDH:!DSS:!PSK:!SRP:!kRSA` when using OpenSSL. - The default for `--tls-ciphersuites` is to use the crypto library's - default. - --tls-ciphersuites l Same as ``--tls-cipher`` but for TLS 1.3 and up. mbed TLS has no TLS 1.3 support yet and only the ``--tls-cipher`` setting is used. + The default for `--tls-ciphersuites` is to use the crypto library's + default. + --tls-client Enable TLS and assume client role during TLS handshake.
Patchworks did not pick this up the way I expected.
Hi,
On Tue, Jan 19, 2021 at 09:05:03PM +0000, tincanteksup wrote:
> Patchworks did not pick this up the way I expected.
"git send-email" adds more headers that helps patchwork differenciate
between "it is a mail that might contain a diff" and "it's a submitted
patch".
The last one looks good (and as #1563 in patchwork). Will take it from there.
gert
diff --git a/doc/man-sections/renegotiation.rst b/doc/man-sections/renegotiation.rst index b817cfa8..c5484404 100644 --- a/doc/man-sections/renegotiation.rst +++ b/doc/man-sections/renegotiation.rst @@ -35,7 +35,7 @@ separate ephemeral encryption key which is rotated at regular intervals. pseudo-uniform-randomized between ``min`` and ``max``. With the default value of :code:`3600` this results in an effective per - session value in the range of :code:`3240`..:code:`3600` seconds for + session value in the range of :code:`3240` .. :code:`3600` seconds for servers, or just 3600 for clients.