diff options
author | jsg <> | 2022-02-18 10:24:32 +0000 |
---|---|---|
committer | jsg <> | 2022-02-18 10:24:32 +0000 |
commit | a72b3400b5022f9456bfb2f05ccf5d617c73fc62 (patch) | |
tree | b69c843acc26a938c17732cbb3e510989399058c /src | |
parent | b46788f47b350c7590f9511485362d2ac83c5e9b (diff) | |
download | openbsd-a72b3400b5022f9456bfb2f05ccf5d617c73fc62.tar.gz openbsd-a72b3400b5022f9456bfb2f05ccf5d617c73fc62.tar.bz2 openbsd-a72b3400b5022f9456bfb2f05ccf5d617c73fc62.zip |
prefer https links in man pages
ok gnezdo@ miod@ jmc@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/ChaCha.3 | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/man/X25519.3 | 6 | ||||
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 6 |
3 files changed, 9 insertions, 9 deletions
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 @@ | |||
1 | .\" $OpenBSD: ChaCha.3,v 1.2 2020/06/24 18:15:00 jmc Exp $ | 1 | .\" $OpenBSD: ChaCha.3,v 1.3 2022/02/18 10:24:32 jsg Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: June 24 2020 $ | 17 | .Dd $Mdocdate: February 18 2022 $ |
18 | .Dt CHACHA 3 | 18 | .Dt CHACHA 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -201,7 +201,7 @@ from the first two thirds of | |||
201 | .Rs | 201 | .Rs |
202 | .%A Daniel J. Bernstein | 202 | .%A Daniel J. Bernstein |
203 | .%T ChaCha, a variant of Salsa20 | 203 | .%T ChaCha, a variant of Salsa20 |
204 | .%U http://cr.yp.to/chacha/chacha-20080128.pdf | 204 | .%U https://cr.yp.to/chacha/chacha-20080128.pdf |
205 | .%C Chicago | 205 | .%C Chicago |
206 | .%D January 28, 2008 | 206 | .%D January 28, 2008 |
207 | .Re | 207 | .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 @@ | |||
1 | .\" $OpenBSD: X25519.3,v 1.5 2019/08/19 13:08:26 schwarze Exp $ | 1 | .\" $OpenBSD: X25519.3,v 1.6 2022/02/18 10:24:32 jsg Exp $ |
2 | .\" contains some text from: BoringSSL curve25519.h, curve25519.c | 2 | .\" contains some text from: BoringSSL curve25519.h, curve25519.c |
3 | .\" content also checked up to: OpenSSL f929439f Mar 15 12:19:16 2018 +0000 | 3 | .\" content also checked up to: OpenSSL f929439f Mar 15 12:19:16 2018 +0000 |
4 | .\" | 4 | .\" |
@@ -17,7 +17,7 @@ | |||
17 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 17 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
18 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 18 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
19 | .\" | 19 | .\" |
20 | .Dd $Mdocdate: August 19 2019 $ | 20 | .Dd $Mdocdate: February 18 2022 $ |
21 | .Dt X25519 3 | 21 | .Dt X25519 3 |
22 | .Os | 22 | .Os |
23 | .Sh NAME | 23 | .Sh NAME |
@@ -95,7 +95,7 @@ Failure can occur when the input is a point of small order. | |||
95 | .%A D. J. Bernstein | 95 | .%A D. J. Bernstein |
96 | .%R A state-of-the-art Diffie-Hellman function:\ | 96 | .%R A state-of-the-art Diffie-Hellman function:\ |
97 | How do I use Curve25519 in my own software? | 97 | How do I use Curve25519 in my own software? |
98 | .%U http://cr.yp.to/ecdh.html | 98 | .%U https://cr.yp.to/ecdh.html |
99 | .Re | 99 | .Re |
100 | .Sh STANDARDS | 100 | .Sh STANDARDS |
101 | RFC 7748: Elliptic Curves for Security | 101 | 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 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.135 2022/01/10 12:19:26 tb Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.136 2022/02/18 10:24:32 jsg Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -110,7 +110,7 @@ | |||
110 | .\" copied and put under another distribution licence | 110 | .\" copied and put under another distribution licence |
111 | .\" [including the GNU Public Licence.] | 111 | .\" [including the GNU Public Licence.] |
112 | .\" | 112 | .\" |
113 | .Dd $Mdocdate: January 10 2022 $ | 113 | .Dd $Mdocdate: February 18 2022 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -1945,7 +1945,7 @@ forms and their components printed out. | |||
1945 | .Nm openssl | 1945 | .Nm openssl |
1946 | uses the private key format specified in | 1946 | uses the private key format specified in |
1947 | .Dq SEC 1: Elliptic Curve Cryptography | 1947 | .Dq SEC 1: Elliptic Curve Cryptography |
1948 | .Pq Lk http://www.secg.org/ . | 1948 | .Pq Lk https://www.secg.org/ . |
1949 | To convert an | 1949 | To convert an |
1950 | EC private key into the PKCS#8 private key format use the | 1950 | EC private key into the PKCS#8 private key format use the |
1951 | .Nm pkcs8 | 1951 | .Nm pkcs8 |