]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
doc: Fix hyperlinks in openvpn(8)
authorChristian Kujau <github@nerdbynature.de>
Mon, 6 Oct 2025 14:42:47 +0000 (16:42 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 13 Oct 2025 15:36:11 +0000 (17:36 +0200)
* http://www.cs.ucsd.edu/users/mihir/papers/hmac.html - 404, RFC104 basically
* http://sites.inka.de/sites/bigred/devel/tcp-tcp.html - 404, unfortunately
* http://www.ietf.org/rfc/rfc2246.txt - HTTPS upgrade to the HTML version

Signed-off-by: Christian Kujau <github@nerdbynature.de>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20251006144249.23672-2-lists@nerdbynature.de>
URL: https://sourceforge.net/p/openvpn/mailman/message/59242864/
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/man-sections/link-options.rst
doc/man-sections/protocol-options.rst
doc/openvpn.8.rst

index 8334d16f80c8bcebbe7c9860ae189866da4edad1..edda1ca24c19e8869d4217f33eae3735e249f60b 100644 (file)
@@ -338,7 +338,7 @@ the local and the remote host.
   used over unreliable or congested networks.
 
   This article outlines some of problems with tunneling IP over TCP:
-  http://sites.inka.de/sites/bigred/devel/tcp-tcp.html
+  https://web.archive.org/web/20141025181658/http://sites.inka.de/sites/bigred/devel/tcp-tcp.html
 
   There are certain cases, however, where using TCP may be advantageous
   from a security and robustness perspective, such as tunneling non-IP or
index d04ace88762d48c0aaadf73e33ccbe342e258fa7..6eac14ce984298ad2bc4997f90bdc5961b3f8b39 100644 (file)
@@ -52,7 +52,7 @@ configured in a compatible way between both the local and remote side.
   authentication.
 
   For more information on HMAC see
-  http://www.cs.ucsd.edu/users/mihir/papers/hmac.html
+  https://tools.ietf.org/html/rfc2104
 
 --cipher alg
   This option should not be used any longer in TLS mode and still
index dd9180ab30a4fbc8deff4291c614d770e32dac57..81cfe2786ecb6f66cd72e3d66dbf2cee384734ec 100644 (file)
@@ -150,10 +150,10 @@ NOTES
 This product includes software developed by the OpenSSL Project
 (https://www.openssl.org/)
 
-For more information on the TLS protocol, see
-http://www.ietf.org/rfc/rfc2246.txt
+For more information on the TLS protocol see:
+https://tools.ietf.org/html/rfc2246
 
-For more information on the LZO real-time compression library see
+For more information on the LZO real-time compression library see:
 https://www.oberhumer.com/opensource/lzo/