summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjsg <>2022-02-18 10:24:32 +0000
committerjsg <>2022-02-18 10:24:32 +0000
commita72b3400b5022f9456bfb2f05ccf5d617c73fc62 (patch)
treeb69c843acc26a938c17732cbb3e510989399058c /src/lib
parentb46788f47b350c7590f9511485362d2ac83c5e9b (diff)
downloadopenbsd-a72b3400b5022f9456bfb2f05ccf5d617c73fc62.tar.gz
openbsd-a72b3400b5022f9456bfb2f05ccf5d617c73fc62.tar.bz2
openbsd-a72b3400b5022f9456bfb2f05ccf5d617c73fc62.zip
prefer https links in man pages
ok gnezdo@ miod@ jmc@
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/ChaCha.36
-rw-r--r--src/lib/libcrypto/man/X25519.36
2 files changed, 6 insertions, 6 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
101RFC 7748: Elliptic Curves for Security 101RFC 7748: Elliptic Curves for Security