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/usr.bin | |
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/usr.bin')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |