Skip to content

Commit fcf707d

Browse files
committed
doc: Fix hyperlinks in openvpn(8)
* 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 <[email protected]>
1 parent 9243ea8 commit fcf707d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/man-sections/link-options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ the local and the remote host.
338338
used over unreliable or congested networks.
339339

340340
This article outlines some of problems with tunneling IP over TCP:
341-
http://sites.inka.de/sites/bigred/devel/tcp-tcp.html
341+
https://web.archive.org/web/20141025181658/http://sites.inka.de/sites/bigred/devel/tcp-tcp.html
342342

343343
There are certain cases, however, where using TCP may be advantageous
344344
from a security and robustness perspective, such as tunneling non-IP or

doc/man-sections/protocol-options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ configured in a compatible way between both the local and remote side.
5252
authentication.
5353

5454
For more information on HMAC see
55-
http://www.cs.ucsd.edu/users/mihir/papers/hmac.html
55+
https://tools.ietf.org/html/rfc2104
5656

5757
--cipher alg
5858
This option should not be used any longer in TLS mode and still

doc/openvpn.8.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ NOTES
150150
This product includes software developed by the OpenSSL Project
151151
(https://www.openssl.org/)
152152

153-
For more information on the TLS protocol, see
154-
http://www.ietf.org/rfc/rfc2246.txt
153+
For more information on the TLS protocol see:
154+
https://tools.ietf.org/html/rfc2246
155155

156-
For more information on the LZO real-time compression library see
156+
For more information on the LZO real-time compression library see:
157157
https://www.oberhumer.com/opensource/lzo/
158158

159159

0 commit comments

Comments
 (0)