summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsg <>2021-03-12 05:18:00 +0000
committerjsg <>2021-03-12 05:18:00 +0000
commitadbe883d9c725b62862f5935e80c4874c5f0e82f (patch)
tree467ff952c461f642c9ec1546cf18aa9ae48c36ed
parent7a96ea5b5a6bd9d1c199cb3f2b39f58b318330e0 (diff)
downloadopenbsd-adbe883d9c725b62862f5935e80c4874c5f0e82f.tar.gz
openbsd-adbe883d9c725b62862f5935e80c4874c5f0e82f.tar.bz2
openbsd-adbe883d9c725b62862f5935e80c4874c5f0e82f.zip
spelling
-rw-r--r--src/lib/libcrypto/man/ASN1_item_d2i.38
-rw-r--r--src/lib/libcrypto/man/BN_set_flags.36
-rw-r--r--src/lib/libcrypto/man/ECDH_compute_key.36
-rw-r--r--src/lib/libcrypto/man/ENGINE_new.36
-rw-r--r--src/lib/libcrypto/man/OPENSSL_sk_new.36
-rw-r--r--src/lib/libcrypto/man/PEM_X509_INFO_read.36
-rw-r--r--src/lib/libcrypto/man/PEM_read.36
-rw-r--r--src/lib/libcrypto/man/RSA_check_key.36
-rw-r--r--src/lib/libcrypto/man/X509_ALGOR_dup.36
-rw-r--r--src/lib/libcrypto/man/X509_STORE_load_locations.36
-rw-r--r--src/lib/libcrypto/man/d2i_OCSP_REQUEST.36
-rw-r--r--src/lib/libcrypto/man/d2i_OCSP_RESPONSE.36
12 files changed, 37 insertions, 37 deletions
diff --git a/src/lib/libcrypto/man/ASN1_item_d2i.3 b/src/lib/libcrypto/man/ASN1_item_d2i.3
index 705deedd55..429bbd8c59 100644
--- a/src/lib/libcrypto/man/ASN1_item_d2i.3
+++ b/src/lib/libcrypto/man/ASN1_item_d2i.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_item_d2i.3,v 1.8 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: ASN1_item_d2i.3,v 1.9 2021/03/12 05:18:00 jsg Exp $
2.\" OpenSSL doc/man3/d2i_X509.pod b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL doc/man3/d2i_X509.pod b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: March 27 2018 $ 68.Dd $Mdocdate: March 12 2021 $
69.Dt ASN1_ITEM_D2I 3 69.Dt ASN1_ITEM_D2I 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -154,7 +154,7 @@ is a serialized encoding, suitable for transfer over the network
154and for storage in a file. 154and for storage in a file.
155.Pp 155.Pp
156.Fn ASN1_item_d2i 156.Fn ASN1_item_d2i
157interpretes 157interprets
158.Pf * Fa der_in 158.Pf * Fa der_in
159as a DER- or BER-encoded byte array and decodes one value of type 159as a DER- or BER-encoded byte array and decodes one value of type
160.Fa it 160.Fa it
@@ -225,7 +225,7 @@ and increments it to point after the data just written.
225In this case, it is the responsibility of the user to make sure 225In this case, it is the responsibility of the user to make sure
226that the buffer pointed to by 226that the buffer pointed to by
227.Pf * Fa der_out 227.Pf * Fa der_out
228is long enough, such that no buffer owerflow can occur. 228is long enough, such that no buffer overflow can occur.
229.Pp 229.Pp
230If 230If
231.Pf * Fa der_out 231.Pf * Fa der_out
diff --git a/src/lib/libcrypto/man/BN_set_flags.3 b/src/lib/libcrypto/man/BN_set_flags.3
index 9b1647cd31..8b2c404452 100644
--- a/src/lib/libcrypto/man/BN_set_flags.3
+++ b/src/lib/libcrypto/man/BN_set_flags.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BN_set_flags.3,v 1.3 2018/04/29 15:58:21 schwarze Exp $ 1.\" $OpenBSD: BN_set_flags.3,v 1.4 2021/03/12 05:18:00 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2017 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: April 29 2018 $ 17.Dd $Mdocdate: March 12 2021 $
18.Dt BN_SET_FLAGS 3 18.Dt BN_SET_FLAGS 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -103,7 +103,7 @@ and by the functions documented in
103.El 103.El
104.Pp 104.Pp
105.Fn BN_get_flags 105.Fn BN_get_flags
106interpretes 106interprets
107.Fa flags 107.Fa flags
108as a bitmask and returns those of the given flags that are set in 108as a bitmask and returns those of the given flags that are set in
109.Fa b , 109.Fa b ,
diff --git a/src/lib/libcrypto/man/ECDH_compute_key.3 b/src/lib/libcrypto/man/ECDH_compute_key.3
index 973ce4289c..ba67098cd0 100644
--- a/src/lib/libcrypto/man/ECDH_compute_key.3
+++ b/src/lib/libcrypto/man/ECDH_compute_key.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ECDH_compute_key.3,v 1.1 2019/08/19 13:08:26 schwarze Exp $ 1.\" $OpenBSD: ECDH_compute_key.3,v 1.2 2021/03/12 05:18:00 jsg Exp $
2.\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org> 2.\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org>
3.\" 3.\"
4.\" Permission to use, copy, modify, and distribute this software for any 4.\" Permission to use, copy, modify, and distribute this software for any
@@ -13,7 +13,7 @@
13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15.\" 15.\"
16.Dd $Mdocdate: August 19 2019 $ 16.Dd $Mdocdate: March 12 2021 $
17.Dt ECDH_COMPUTE_KEY 3 17.Dt ECDH_COMPUTE_KEY 3
18.Os 18.Os
19.Sh NAME 19.Sh NAME
@@ -63,7 +63,7 @@ must be at least
63returns the number of bytes needed to store an affine coordinate of a 63returns the number of bytes needed to store an affine coordinate of a
64point on the elliptic curve used by 64point on the elliptic curve used by
65.Fa ecdh , 65.Fa ecdh ,
66which is one eigth of the degree of the finite field underlying 66which is one eighth of the degree of the finite field underlying
67that elliptic curve, rounded up to the next integer number. 67that elliptic curve, rounded up to the next integer number.
68.Sh RETURN VALUES 68.Sh RETURN VALUES
69.Fn ECDH_compute_key 69.Fn ECDH_compute_key
diff --git a/src/lib/libcrypto/man/ENGINE_new.3 b/src/lib/libcrypto/man/ENGINE_new.3
index ce7409035b..eaab08d1f9 100644
--- a/src/lib/libcrypto/man/ENGINE_new.3
+++ b/src/lib/libcrypto/man/ENGINE_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ENGINE_new.3,v 1.4 2019/06/10 09:49:48 schwarze Exp $ 1.\" $OpenBSD: ENGINE_new.3,v 1.5 2021/03/12 05:18:00 jsg Exp $
2.\" content checked up to: 2.\" content checked up to:
3.\" OpenSSL ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800 3.\" OpenSSL ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800
4.\" 4.\"
@@ -16,7 +16,7 @@
16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18.\" 18.\"
19.Dd $Mdocdate: June 10 2019 $ 19.Dd $Mdocdate: March 12 2021 $
20.Dt ENGINE_NEW 3 20.Dt ENGINE_NEW 3
21.Os 21.Os
22.Sh NAME 22.Sh NAME
@@ -89,7 +89,7 @@ and the
89and 89and
90.Xr ENGINE_set_default 3 90.Xr ENGINE_set_default 3
91families of functions 91families of functions
92do so when they store a structural refence internally. 92do so when they store a structural reference internally.
93.Pp 93.Pp
94.Fn ENGINE_up_ref 94.Fn ENGINE_up_ref
95explicitly increment the structural reference count by 1. 95explicitly increment the structural reference count by 1.
diff --git a/src/lib/libcrypto/man/OPENSSL_sk_new.3 b/src/lib/libcrypto/man/OPENSSL_sk_new.3
index 112671f1fe..5df45534f7 100644
--- a/src/lib/libcrypto/man/OPENSSL_sk_new.3
+++ b/src/lib/libcrypto/man/OPENSSL_sk_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OPENSSL_sk_new.3,v 1.11 2019/06/06 01:06:58 schwarze Exp $ 1.\" $OpenBSD: OPENSSL_sk_new.3,v 1.12 2021/03/12 05:18:00 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2018 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 6 2019 $ 17.Dd $Mdocdate: March 12 2021 $
18.Dt OPENSSL_SK_NEW 3 18.Dt OPENSSL_SK_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -276,7 +276,7 @@ Calling
276.Fn sk_new_null 276.Fn sk_new_null
277or 277or
278.Fn sk_new , 278.Fn sk_new ,
279successfuly calling 279successfully calling
280.Fn sk_push , 280.Fn sk_push ,
281.Fn sk_unshift , 281.Fn sk_unshift ,
282.Fn sk_insert , 282.Fn sk_insert ,
diff --git a/src/lib/libcrypto/man/PEM_X509_INFO_read.3 b/src/lib/libcrypto/man/PEM_X509_INFO_read.3
index 72658e2b61..4a9dc97148 100644
--- a/src/lib/libcrypto/man/PEM_X509_INFO_read.3
+++ b/src/lib/libcrypto/man/PEM_X509_INFO_read.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: PEM_X509_INFO_read.3,v 1.1 2020/07/23 17:34:53 schwarze Exp $ 1.\" $OpenBSD: PEM_X509_INFO_read.3,v 1.2 2021/03/12 05:18:00 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: July 23 2020 $ 17.Dd $Mdocdate: March 12 2021 $
18.Dt PEM_X509_INFO_READ 3 18.Dt PEM_X509_INFO_READ 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -39,7 +39,7 @@
39.Fc 39.Fc
40.Sh DESCRIPTION 40.Sh DESCRIPTION
41These functions read zero or more objects 41These functions read zero or more objects
42releated to X.509 certificates from 42related to X.509 certificates from
43.Fa in_fp 43.Fa in_fp
44or 44or
45.Fa in_bp , 45.Fa in_bp ,
diff --git a/src/lib/libcrypto/man/PEM_read.3 b/src/lib/libcrypto/man/PEM_read.3
index bbe2b77bd7..df1c84ee17 100644
--- a/src/lib/libcrypto/man/PEM_read.3
+++ b/src/lib/libcrypto/man/PEM_read.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: PEM_read.3,v 1.12 2020/07/23 17:34:53 schwarze Exp $ 1.\" $OpenBSD: PEM_read.3,v 1.13 2021/03/12 05:18:00 jsg Exp $
2.\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 2.\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -66,7 +66,7 @@
66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67.\" OF THE POSSIBILITY OF SUCH DAMAGE. 67.\" OF THE POSSIBILITY OF SUCH DAMAGE.
68.\" 68.\"
69.Dd $Mdocdate: July 23 2020 $ 69.Dd $Mdocdate: March 12 2021 $
70.Dt PEM_READ 3 70.Dt PEM_READ 3
71.Os 71.Os
72.Sh NAME 72.Sh NAME
@@ -262,7 +262,7 @@ to
262.Fn PEM_get_EVP_CIPHER_INFO . 262.Fn PEM_get_EVP_CIPHER_INFO .
263If that structure indicates the absence of encryption, 263If that structure indicates the absence of encryption,
264.Fn PEM_do_header 264.Fn PEM_do_header
265returns sucessfully without taking any action. 265returns successfully without taking any action.
266The 266The
267.Fa data 267.Fa data
268and 268and
diff --git a/src/lib/libcrypto/man/RSA_check_key.3 b/src/lib/libcrypto/man/RSA_check_key.3
index c1e9c315c2..96b1468433 100644
--- a/src/lib/libcrypto/man/RSA_check_key.3
+++ b/src/lib/libcrypto/man/RSA_check_key.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_check_key.3,v 1.7 2019/06/10 14:58:48 schwarze Exp $ 1.\" $OpenBSD: RSA_check_key.3,v 1.8 2021/03/12 05:18:00 jsg Exp $
2.\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 2.\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org> and 4.\" This file was written by Ulf Moeller <ulf@openssl.org> and
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: June 10 2019 $ 52.Dd $Mdocdate: March 12 2021 $
53.Dt RSA_CHECK_KEY 3 53.Dt RSA_CHECK_KEY 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -69,7 +69,7 @@ and
69.Fa rsa->q 69.Fa rsa->q
70are in fact prime, and that 70are in fact prime, and that
71.Fa rsa->n 71.Fa rsa->n
72satifies n = p*q. 72satisfies n = p*q.
73.Pp 73.Pp
74It also checks that 74It also checks that
75.Fa rsa->d 75.Fa rsa->d
diff --git a/src/lib/libcrypto/man/X509_ALGOR_dup.3 b/src/lib/libcrypto/man/X509_ALGOR_dup.3
index 85d690513d..99c65b00f3 100644
--- a/src/lib/libcrypto/man/X509_ALGOR_dup.3
+++ b/src/lib/libcrypto/man/X509_ALGOR_dup.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_ALGOR_dup.3,v 1.14 2019/06/06 01:06:59 schwarze Exp $ 1.\" $OpenBSD: X509_ALGOR_dup.3,v 1.15 2021/03/12 05:18:00 jsg Exp $
2.\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400 2.\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: June 6 2019 $ 68.Dd $Mdocdate: March 12 2021 $
69.Dt X509_ALGOR_DUP 3 69.Dt X509_ALGOR_DUP 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -222,7 +222,7 @@ appeared in SSLeay 0.4 or earlier and have been available since
222.Ox 2.4 . 222.Ox 2.4 .
223.Pp 223.Pp
224.Fn X509_ALGOR_dup 224.Fn X509_ALGOR_dup
225first appeared in SSLeay 0.9.1 and has been avialable since 225first appeared in SSLeay 0.9.1 and has been available since
226.Ox 2.6 . 226.Ox 2.6 .
227.Pp 227.Pp
228.Fn X509_ALGOR_set0 228.Fn X509_ALGOR_set0
diff --git a/src/lib/libcrypto/man/X509_STORE_load_locations.3 b/src/lib/libcrypto/man/X509_STORE_load_locations.3
index ad64bd0316..bc2a3e2de8 100644
--- a/src/lib/libcrypto/man/X509_STORE_load_locations.3
+++ b/src/lib/libcrypto/man/X509_STORE_load_locations.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_STORE_load_locations.3,v 1.6 2018/03/30 00:44:24 schwarze Exp $ 1.\" $OpenBSD: X509_STORE_load_locations.3,v 1.7 2021/03/12 05:18:00 jsg Exp $
2.\" full merge up to: 2.\" full merge up to:
3.\" OpenSSL X509_STORE_add_cert b0edda11 Mar 20 13:00:17 2018 +0000 3.\" OpenSSL X509_STORE_add_cert b0edda11 Mar 20 13:00:17 2018 +0000
4.\" 4.\"
@@ -16,7 +16,7 @@
16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18.\" 18.\"
19.Dd $Mdocdate: March 30 2018 $ 19.Dd $Mdocdate: March 12 2021 $
20.Dt X509_STORE_LOAD_LOCATIONS 3 20.Dt X509_STORE_LOAD_LOCATIONS 3
21.Os 21.Os
22.Sh NAME 22.Sh NAME
@@ -46,7 +46,7 @@ contained in the colon-separated list
46.Fa dirs 46.Fa dirs
47for looking up certificates, in addition to files and directories 47for looking up certificates, in addition to files and directories
48that are already configured. 48that are already configured.
49The certificates in the directores must be in hashed form, as documented in 49The certificates in the directories must be in hashed form, as documented in
50.Xr X509_LOOKUP_hash_dir 3 . 50.Xr X509_LOOKUP_hash_dir 3 .
51Directories already in use are not added again. 51Directories already in use are not added again.
52If 52If
diff --git a/src/lib/libcrypto/man/d2i_OCSP_REQUEST.3 b/src/lib/libcrypto/man/d2i_OCSP_REQUEST.3
index cc07bd7d61..07a990556d 100644
--- a/src/lib/libcrypto/man/d2i_OCSP_REQUEST.3
+++ b/src/lib/libcrypto/man/d2i_OCSP_REQUEST.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_OCSP_REQUEST.3,v 1.2 2018/03/22 21:08:22 schwarze Exp $ 1.\" $OpenBSD: d2i_OCSP_REQUEST.3,v 1.3 2021/03/12 05:18:00 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 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: March 22 2018 $ 17.Dd $Mdocdate: March 12 2021 $
18.Dt D2I_OCSP_REQUEST 3 18.Dt D2I_OCSP_REQUEST 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -100,7 +100,7 @@
100.Fa "unsigned char **der_out" 100.Fa "unsigned char **der_out"
101.Fc 101.Fc
102.Sh DESCRIPTION 102.Sh DESCRIPTION
103Theses functions decode and encode ASN.1 structures used for OCSP 103These functions decode and encode ASN.1 structures used for OCSP
104requests. 104requests.
105For details about the semantics, examples, caveats, and bugs, see 105For details about the semantics, examples, caveats, and bugs, see
106.Xr ASN1_item_d2i 3 . 106.Xr ASN1_item_d2i 3 .
diff --git a/src/lib/libcrypto/man/d2i_OCSP_RESPONSE.3 b/src/lib/libcrypto/man/d2i_OCSP_RESPONSE.3
index 140234823f..716e85dc6e 100644
--- a/src/lib/libcrypto/man/d2i_OCSP_RESPONSE.3
+++ b/src/lib/libcrypto/man/d2i_OCSP_RESPONSE.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_OCSP_RESPONSE.3,v 1.3 2019/06/06 01:06:59 schwarze Exp $ 1.\" $OpenBSD: d2i_OCSP_RESPONSE.3,v 1.4 2021/03/12 05:18:00 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 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 6 2019 $ 17.Dd $Mdocdate: March 12 2021 $
18.Dt D2I_OCSP_RESPONSE 3 18.Dt D2I_OCSP_RESPONSE 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -139,7 +139,7 @@
139.Fa "unsigned char **der_out" 139.Fa "unsigned char **der_out"
140.Fc 140.Fc
141.Sh DESCRIPTION 141.Sh DESCRIPTION
142Theses functions decode and encode ASN.1 structures used for OCSP 142These functions decode and encode ASN.1 structures used for OCSP
143responses. 143responses.
144For details about the semantics, examples, caveats, and bugs, see 144For details about the semantics, examples, caveats, and bugs, see
145.Xr ASN1_item_d2i 3 . 145.Xr ASN1_item_d2i 3 .