From a72b3400b5022f9456bfb2f05ccf5d617c73fc62 Mon Sep 17 00:00:00 2001 From: jsg <> Date: Fri, 18 Feb 2022 10:24:32 +0000 Subject: prefer https links in man pages ok gnezdo@ miod@ jmc@ --- src/lib/libcrypto/man/ChaCha.3 | 6 +++--- src/lib/libcrypto/man/X25519.3 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/lib/libcrypto/man') diff --git a/src/lib/libcrypto/man/ChaCha.3 b/src/lib/libcrypto/man/ChaCha.3 index 6b037f80ad..9aae6d70cf 100644 --- a/src/lib/libcrypto/man/ChaCha.3 +++ b/src/lib/libcrypto/man/ChaCha.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ChaCha.3,v 1.2 2020/06/24 18:15:00 jmc Exp $ +.\" $OpenBSD: ChaCha.3,v 1.3 2022/02/18 10:24:32 jsg Exp $ .\" .\" Copyright (c) 2020 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 24 2020 $ +.Dd $Mdocdate: February 18 2022 $ .Dt CHACHA 3 .Os .Sh NAME @@ -201,7 +201,7 @@ from the first two thirds of .Rs .%A Daniel J. Bernstein .%T ChaCha, a variant of Salsa20 -.%U http://cr.yp.to/chacha/chacha-20080128.pdf +.%U https://cr.yp.to/chacha/chacha-20080128.pdf .%C Chicago .%D January 28, 2008 .Re diff --git a/src/lib/libcrypto/man/X25519.3 b/src/lib/libcrypto/man/X25519.3 index 64eda4bf85..8d8006fe96 100644 --- a/src/lib/libcrypto/man/X25519.3 +++ b/src/lib/libcrypto/man/X25519.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X25519.3,v 1.5 2019/08/19 13:08:26 schwarze Exp $ +.\" $OpenBSD: X25519.3,v 1.6 2022/02/18 10:24:32 jsg Exp $ .\" contains some text from: BoringSSL curve25519.h, curve25519.c .\" content also checked up to: OpenSSL f929439f Mar 15 12:19:16 2018 +0000 .\" @@ -17,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 19 2019 $ +.Dd $Mdocdate: February 18 2022 $ .Dt X25519 3 .Os .Sh NAME @@ -95,7 +95,7 @@ Failure can occur when the input is a point of small order. .%A D. J. Bernstein .%R A state-of-the-art Diffie-Hellman function:\ How do I use Curve25519 in my own software? -.%U http://cr.yp.to/ecdh.html +.%U https://cr.yp.to/ecdh.html .Re .Sh STANDARDS RFC 7748: Elliptic Curves for Security -- cgit v1.2.3-55-g6feb