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 +++--- src/usr.bin/openssl/openssl.1 | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src') 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 diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 8fad9a2f18..92c4af720c 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.135 2022/01/10 12:19:26 tb Exp $ +.\" $OpenBSD: openssl.1,v 1.136 2022/02/18 10:24:32 jsg Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -110,7 +110,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: January 10 2022 $ +.Dd $Mdocdate: February 18 2022 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -1945,7 +1945,7 @@ forms and their components printed out. .Nm openssl uses the private key format specified in .Dq SEC 1: Elliptic Curve Cryptography -.Pq Lk http://www.secg.org/ . +.Pq Lk https://www.secg.org/ . To convert an EC private key into the PKCS#8 private key format use the .Nm pkcs8 -- cgit v1.2.3-55-g6feb