[Openvpn-devel] Community meetings in January 2021

2021-01-19 Thread Samuli Seppänen
Hi,

Next community meetings have been scheduled to

- Wed 20th January 2021 at 11:30 CET
- Wed 27th January 2021 at 11:30 CET

The place is #openvpn-meeting IRC channel at Freenode. Meeting agendas
and summaries are in here:



Samuli

NOTE: we decided not to have the European late-evening meetings on
Thursdays. They did not seem to serve their original purpose, which was
getting more people from the Americas to participate.


___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


Re: [Openvpn-devel] Man sections: typo (No patch)

2021-01-19 Thread tincanteksup

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.



___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


Re: [Openvpn-devel] Man sections: typo (No patch)

2021-01-19 Thread tincanteksup

Patchworks did not pick this up the way I expected.



___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


[Openvpn-devel] [openvpn-devel][PATCH] Man page sections corrections

2021-01-19 Thread Richard Bonhomme
Signed-off-by: Richard Bonhomme 
---
 doc/man-sections/renegotiation.rst | 2 +-
 doc/man-sections/tls-options.rst   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

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.
 
   When using dual-factor authentication, note that this default value may
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.
 
-- 
2.25.1



___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


Re: [Openvpn-devel] Man sections: typo (No patch)

2021-01-19 Thread Gert Doering
Hi,

On Tue, Jan 19, 2021 at 09:05:03PM +, 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
-- 
"If was one thing all people took for granted, was conviction that if you 
 feed honest figures into a computer, honest figures come out. Never doubted 
 it myself till I met a computer with a sense of humor."
 Robert A. Heinlein, The Moon is a Harsh Mistress

Gert Doering - Munich, Germany g...@greenie.muc.de


signature.asc
Description: PGP signature
___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


[Openvpn-devel] [PATCH applied] Re: Man page sections corrections

2021-01-19 Thread Gert Doering
Acked-by: Gert Doering 

Thanks.  Well spotted.

Your patch has been applied to the master and release/2.5 branch.

commit 3b1ded3902b051b3c25f6e77da834ecd1b9f7eca (master)
commit 9e2f1bf73aaf48a3a7baf0cda11ef1caf3c69baf (release/2.5)
Author: Richard Bonhomme
Date:   Tue Jan 19 21:56:17 2021 +

 Man page sections corrections

 Signed-off-by: Richard Bonhomme 
 Acked-by: Gert Doering 
 Message-Id: <20210119215617.116886-1-tincantek...@gmail.com>
 URL: 
https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg21451.html
 Signed-off-by: Gert Doering 


--
kind regards,

Gert Doering



___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel