diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/man/BIO_dump.3 | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/DH_set_method.3 | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/DSA_meth_new.3 | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/DSA_set_method.3 | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/ENGINE_ctrl.3 | 8 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/OCSP_CRLID_new.3 | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/PEM_read.3 | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/RSA_set_method.3 | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/X509_OBJECT_get0_X509.3 | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/man/get_rfc3526_prime_8192.3 | 10 |
10 files changed, 33 insertions, 33 deletions
diff --git a/src/lib/libcrypto/man/BIO_dump.3 b/src/lib/libcrypto/man/BIO_dump.3 index 1b66d95679..b2145e2242 100644 --- a/src/lib/libcrypto/man/BIO_dump.3 +++ b/src/lib/libcrypto/man/BIO_dump.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: BIO_dump.3,v 1.2 2021/07/11 20:18:07 beck Exp $ | 1 | .\" $OpenBSD: BIO_dump.3,v 1.3 2022/01/15 23:38:50 jsg Exp $ |
| 2 | .\" | 2 | .\" |
| 3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2021 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 11 2021 $ | 17 | .Dd $Mdocdate: January 15 2022 $ |
| 18 | .Dt BIO_DUMP 3 | 18 | .Dt BIO_DUMP 3 |
| 19 | .Os | 19 | .Os |
| 20 | .Sh NAME | 20 | .Sh NAME |
| @@ -76,7 +76,7 @@ the same bytes are printed again, this time as ASCII characters. | |||
| 76 | Non-printable ASCII characters are replaced with dots. | 76 | Non-printable ASCII characters are replaced with dots. |
| 77 | .Pp | 77 | .Pp |
| 78 | Trailing space characters and NUL bytes are omitted from the main table. | 78 | Trailing space characters and NUL bytes are omitted from the main table. |
| 79 | If there are any, an additional line is printed, constisting of the | 79 | If there are any, an additional line is printed, consisting of the |
| 80 | .Fa len | 80 | .Fa len |
| 81 | argument as a four-digit hexadecimal number, a dash, and the fixed string | 81 | argument as a four-digit hexadecimal number, a dash, and the fixed string |
| 82 | .Qq <SPACES/NULS> . | 82 | .Qq <SPACES/NULS> . |
diff --git a/src/lib/libcrypto/man/DH_set_method.3 b/src/lib/libcrypto/man/DH_set_method.3 index 9863cbaca9..e89fdc64a5 100644 --- a/src/lib/libcrypto/man/DH_set_method.3 +++ b/src/lib/libcrypto/man/DH_set_method.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: DH_set_method.3,v 1.7 2018/04/18 01:09:01 schwarze Exp $ | 1 | .\" $OpenBSD: DH_set_method.3,v 1.8 2022/01/15 23:38:50 jsg Exp $ |
| 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. |
| @@ -48,7 +48,7 @@ | |||
| 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 50 | .\" | 50 | .\" |
| 51 | .Dd $Mdocdate: April 18 2018 $ | 51 | .Dd $Mdocdate: January 15 2022 $ |
| 52 | .Dt DH_SET_METHOD 3 | 52 | .Dt DH_SET_METHOD 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -106,7 +106,7 @@ that can be successfully initialized, it overrides the default. | |||
| 106 | .Pp | 106 | .Pp |
| 107 | .Fn DH_get_default_method | 107 | .Fn DH_get_default_method |
| 108 | returns a pointer to the current default method, | 108 | returns a pointer to the current default method, |
| 109 | even if it is actually overridded by an | 109 | even if it is actually overridden by an |
| 110 | .Vt ENGINE . | 110 | .Vt ENGINE . |
| 111 | .Pp | 111 | .Pp |
| 112 | .Fn DH_set_method | 112 | .Fn DH_set_method |
diff --git a/src/lib/libcrypto/man/DSA_meth_new.3 b/src/lib/libcrypto/man/DSA_meth_new.3 index 41f4382422..0c4b166a29 100644 --- a/src/lib/libcrypto/man/DSA_meth_new.3 +++ b/src/lib/libcrypto/man/DSA_meth_new.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: DSA_meth_new.3,v 1.1 2018/03/18 13:06:36 schwarze Exp $ | 1 | .\" $OpenBSD: DSA_meth_new.3,v 1.2 2022/01/15 23:38:50 jsg Exp $ |
| 2 | .\" selective merge up to: OpenSSL a970b14f Jul 31 18:58:40 2017 -0400 | 2 | .\" selective merge up to: OpenSSL a970b14f Jul 31 18:58:40 2017 -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: March 18 2018 $ | 68 | .Dd $Mdocdate: January 15 2022 $ |
| 69 | .Dt DSA_METH_NEW 3 | 69 | .Dt DSA_METH_NEW 3 |
| 70 | .Os | 70 | .Os |
| 71 | .Sh NAME | 71 | .Sh NAME |
| @@ -103,7 +103,7 @@ | |||
| 103 | .Sh DESCRIPTION | 103 | .Sh DESCRIPTION |
| 104 | The | 104 | The |
| 105 | .Vt DSA_METHOD | 105 | .Vt DSA_METHOD |
| 106 | structure holds function pinters for custom DSA implementations. | 106 | structure holds function pointers for custom DSA implementations. |
| 107 | .Pp | 107 | .Pp |
| 108 | .Fn DSA_meth_new | 108 | .Fn DSA_meth_new |
| 109 | creates a new | 109 | creates a new |
diff --git a/src/lib/libcrypto/man/DSA_set_method.3 b/src/lib/libcrypto/man/DSA_set_method.3 index 8221f856be..31ded16d8c 100644 --- a/src/lib/libcrypto/man/DSA_set_method.3 +++ b/src/lib/libcrypto/man/DSA_set_method.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: DSA_set_method.3,v 1.9 2018/04/18 01:09:01 schwarze Exp $ | 1 | .\" $OpenBSD: DSA_set_method.3,v 1.10 2022/01/15 23:38:50 jsg Exp $ |
| 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. |
| @@ -48,7 +48,7 @@ | |||
| 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 50 | .\" | 50 | .\" |
| 51 | .Dd $Mdocdate: April 18 2018 $ | 51 | .Dd $Mdocdate: January 15 2022 $ |
| 52 | .Dt DSA_SET_METHOD 3 | 52 | .Dt DSA_SET_METHOD 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -101,7 +101,7 @@ that can be successfully initialized, it overrides the default. | |||
| 101 | .Pp | 101 | .Pp |
| 102 | .Fn DSA_get_default_method | 102 | .Fn DSA_get_default_method |
| 103 | returns a pointer to the current default method, | 103 | returns a pointer to the current default method, |
| 104 | even if it is actually overridded by an | 104 | even if it is actually overridden by an |
| 105 | .Vt ENGINE . | 105 | .Vt ENGINE . |
| 106 | .Pp | 106 | .Pp |
| 107 | .Fn DSA_set_method | 107 | .Fn DSA_set_method |
diff --git a/src/lib/libcrypto/man/ENGINE_ctrl.3 b/src/lib/libcrypto/man/ENGINE_ctrl.3 index c02e9b5a94..b4965a5a03 100644 --- a/src/lib/libcrypto/man/ENGINE_ctrl.3 +++ b/src/lib/libcrypto/man/ENGINE_ctrl.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: ENGINE_ctrl.3,v 1.4 2018/04/19 18:43:58 schwarze Exp $ | 1 | .\" $OpenBSD: ENGINE_ctrl.3,v 1.5 2022/01/15 23:38:50 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: April 19 2018 $ | 19 | .Dd $Mdocdate: January 15 2022 $ |
| 20 | .Dt ENGINE_CTRL 3 | 20 | .Dt ENGINE_CTRL 3 |
| 21 | .Os | 21 | .Os |
| 22 | .Sh NAME | 22 | .Sh NAME |
| @@ -142,7 +142,7 @@ Copy the description of the user-defined command with the number | |||
| 142 | into the buffer | 142 | into the buffer |
| 143 | .Fa p | 143 | .Fa p |
| 144 | and NUL-terminate it. | 144 | and NUL-terminate it. |
| 145 | It is the reponsability of the caller to make sure that the buffer | 145 | It is the responsibility of the caller to make sure that the buffer |
| 146 | .Fa p | 146 | .Fa p |
| 147 | is large enough, either by calling | 147 | is large enough, either by calling |
| 148 | .Dv ENGINE_CTRL_GET_DESC_LEN_FROM_CMD | 148 | .Dv ENGINE_CTRL_GET_DESC_LEN_FROM_CMD |
| @@ -178,7 +178,7 @@ Copy the name of the user-defined command with the number | |||
| 178 | into the buffer | 178 | into the buffer |
| 179 | .Fa p | 179 | .Fa p |
| 180 | and NUL-terminate it. | 180 | and NUL-terminate it. |
| 181 | It is the reponsability of the caller to make sure that the buffer | 181 | It is the responsibility of the caller to make sure that the buffer |
| 182 | .Fa p | 182 | .Fa p |
| 183 | is large enough, either by calling | 183 | is large enough, either by calling |
| 184 | .Dv ENGINE_CTRL_GET_NAME_LEN_FROM_CMD | 184 | .Dv ENGINE_CTRL_GET_NAME_LEN_FROM_CMD |
diff --git a/src/lib/libcrypto/man/OCSP_CRLID_new.3 b/src/lib/libcrypto/man/OCSP_CRLID_new.3 index 4bb6971ca9..6feb608654 100644 --- a/src/lib/libcrypto/man/OCSP_CRLID_new.3 +++ b/src/lib/libcrypto/man/OCSP_CRLID_new.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: OCSP_CRLID_new.3,v 1.7 2019/06/06 01:06:58 schwarze Exp $ | 1 | .\" $OpenBSD: OCSP_CRLID_new.3,v 1.8 2022/01/15 23:38:50 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: January 15 2022 $ |
| 18 | .Dt OCSP_CRLID_NEW 3 | 18 | .Dt OCSP_CRLID_NEW 3 |
| 19 | .Os | 19 | .Os |
| 20 | .Sh NAME | 20 | .Sh NAME |
| @@ -23,7 +23,7 @@ | |||
| 23 | .Nm OCSP_crlID_new | 23 | .Nm OCSP_crlID_new |
| 24 | .Nd OCSP CRL extension | 24 | .Nd OCSP CRL extension |
| 25 | .Sh SYNOPSIS | 25 | .Sh SYNOPSIS |
| 26 | .In opsenssl/ocsp.h | 26 | .In openssl/ocsp.h |
| 27 | .Ft OCSP_CRLID * | 27 | .Ft OCSP_CRLID * |
| 28 | .Fn OCSP_CRLID_new void | 28 | .Fn OCSP_CRLID_new void |
| 29 | .Ft void | 29 | .Ft void |
diff --git a/src/lib/libcrypto/man/PEM_read.3 b/src/lib/libcrypto/man/PEM_read.3 index df1c84ee17..48418b9f4e 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.13 2021/03/12 05:18:00 jsg Exp $ | 1 | .\" $OpenBSD: PEM_read.3,v 1.14 2022/01/15 23:38:50 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: March 12 2021 $ | 69 | .Dd $Mdocdate: January 15 2022 $ |
| 70 | .Dt PEM_READ 3 | 70 | .Dt PEM_READ 3 |
| 71 | .Os | 71 | .Os |
| 72 | .Sh NAME | 72 | .Sh NAME |
| @@ -94,7 +94,7 @@ | |||
| 94 | .Fa "BIO *bp" | 94 | .Fa "BIO *bp" |
| 95 | .Fa "const char *name" | 95 | .Fa "const char *name" |
| 96 | .Fa "const char *header" | 96 | .Fa "const char *header" |
| 97 | .Fa "ocnst unsigned char *data" | 97 | .Fa "const unsigned char *data" |
| 98 | .Fa "long len" | 98 | .Fa "long len" |
| 99 | .Fc | 99 | .Fc |
| 100 | .Ft int | 100 | .Ft int |
diff --git a/src/lib/libcrypto/man/RSA_set_method.3 b/src/lib/libcrypto/man/RSA_set_method.3 index 9e700a0cc3..0169ba5992 100644 --- a/src/lib/libcrypto/man/RSA_set_method.3 +++ b/src/lib/libcrypto/man/RSA_set_method.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: RSA_set_method.3,v 1.15 2019/06/08 10:40:51 schwarze Exp $ | 1 | .\" $OpenBSD: RSA_set_method.3,v 1.16 2022/01/15 23:38:50 jsg Exp $ |
| 2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org> | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org> |
| @@ -50,7 +50,7 @@ | |||
| 50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 52 | .\" | 52 | .\" |
| 53 | .Dd $Mdocdate: June 8 2019 $ | 53 | .Dd $Mdocdate: January 15 2022 $ |
| 54 | .Dt RSA_SET_METHOD 3 | 54 | .Dt RSA_SET_METHOD 3 |
| 55 | .Os | 55 | .Os |
| 56 | .Sh NAME | 56 | .Sh NAME |
| @@ -113,7 +113,7 @@ that can be successfully initialized, it overrides the default. | |||
| 113 | .Pp | 113 | .Pp |
| 114 | .Fn RSA_get_default_method | 114 | .Fn RSA_get_default_method |
| 115 | returns a pointer to the current default method, | 115 | returns a pointer to the current default method, |
| 116 | even if it is actually overridded by an | 116 | even if it is actually overridden by an |
| 117 | .Vt ENGINE . | 117 | .Vt ENGINE . |
| 118 | .Pp | 118 | .Pp |
| 119 | .Fn RSA_set_method | 119 | .Fn RSA_set_method |
diff --git a/src/lib/libcrypto/man/X509_OBJECT_get0_X509.3 b/src/lib/libcrypto/man/X509_OBJECT_get0_X509.3 index 383c5ae580..099e8658f7 100644 --- a/src/lib/libcrypto/man/X509_OBJECT_get0_X509.3 +++ b/src/lib/libcrypto/man/X509_OBJECT_get0_X509.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: X509_OBJECT_get0_X509.3,v 1.13 2021/11/18 10:09:24 schwarze Exp $ | 1 | .\" $OpenBSD: X509_OBJECT_get0_X509.3,v 1.14 2022/01/15 23:38:50 jsg Exp $ |
| 2 | .\" | 2 | .\" |
| 3 | .\" Copyright (c) 2018, 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2018, 2021 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: November 18 2021 $ | 17 | .Dd $Mdocdate: January 15 2022 $ |
| 18 | .Dt X509_OBJECT_GET0_X509 3 | 18 | .Dt X509_OBJECT_GET0_X509 3 |
| 19 | .Os | 19 | .Os |
| 20 | .Sh NAME | 20 | .Sh NAME |
| @@ -241,7 +241,7 @@ nor | |||
| 241 | or if no match is found. | 241 | or if no match is found. |
| 242 | .Pp | 242 | .Pp |
| 243 | .Fn X509_OBJECT_retrieve_match | 243 | .Fn X509_OBJECT_retrieve_match |
| 244 | returns the first mathching | 244 | returns the first matching |
| 245 | .Vt X509_OBJECT | 245 | .Vt X509_OBJECT |
| 246 | or | 246 | or |
| 247 | .Dv NULL | 247 | .Dv NULL |
diff --git a/src/lib/libcrypto/man/get_rfc3526_prime_8192.3 b/src/lib/libcrypto/man/get_rfc3526_prime_8192.3 index 276c1e64dd..eec4d27f3e 100644 --- a/src/lib/libcrypto/man/get_rfc3526_prime_8192.3 +++ b/src/lib/libcrypto/man/get_rfc3526_prime_8192.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: get_rfc3526_prime_8192.3,v 1.5 2021/12/18 19:43:01 schwarze Exp $ | 1 | .\" $OpenBSD: get_rfc3526_prime_8192.3,v 1.6 2022/01/15 23:38:50 jsg Exp $ |
| 2 | .\" checked up to: OpenSSL DH_get_1024_160 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" checked up to: OpenSSL DH_get_1024_160 99d63d46 Oct 26 13:56:48 2016 -0400 |
| 3 | .\" | 3 | .\" |
| 4 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> | 4 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> |
| @@ -15,7 +15,7 @@ | |||
| 15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 17 | .\" | 17 | .\" |
| 18 | .Dd $Mdocdate: December 18 2021 $ | 18 | .Dd $Mdocdate: January 15 2022 $ |
| 19 | .Dt GET_RFC3526_PRIME_8192 3 | 19 | .Dt GET_RFC3526_PRIME_8192 3 |
| 20 | .Os | 20 | .Os |
| 21 | .Sh NAME | 21 | .Sh NAME |
| @@ -35,7 +35,7 @@ | |||
| 35 | .Nm BN_get_rfc3526_prime_4096 , | 35 | .Nm BN_get_rfc3526_prime_4096 , |
| 36 | .Nm BN_get_rfc3526_prime_6144 , | 36 | .Nm BN_get_rfc3526_prime_6144 , |
| 37 | .Nm BN_get_rfc3526_prime_8192 | 37 | .Nm BN_get_rfc3526_prime_8192 |
| 38 | .Nd standard moduli for Diffie-Hellmann key exchange | 38 | .Nd standard moduli for Diffie-Hellman key exchange |
| 39 | .Sh SYNOPSIS | 39 | .Sh SYNOPSIS |
| 40 | .In openssl/bn.h | 40 | .In openssl/bn.h |
| 41 | .Ft BIGNUM * | 41 | .Ft BIGNUM * |
| @@ -125,10 +125,10 @@ smaller than | |||
| 125 | .Fa p , | 125 | .Fa p , |
| 126 | where the group operation is defined as multiplication modulo | 126 | where the group operation is defined as multiplication modulo |
| 127 | .Fa p , | 127 | .Fa p , |
| 128 | is used for Diffie-Hellmann key exchange. | 128 | is used for Diffie-Hellman key exchange. |
| 129 | The first two of these groups are called the First Oakley Group and | 129 | The first two of these groups are called the First Oakley Group and |
| 130 | the Second Oakley Group. | 130 | the Second Oakley Group. |
| 131 | Obiviously, all these groups are cyclic groups of order | 131 | Obviously, all these groups are cyclic groups of order |
| 132 | .Fa p , | 132 | .Fa p , |
| 133 | respectively, and the numbers returned by these functions are not | 133 | respectively, and the numbers returned by these functions are not |
| 134 | secrets. | 134 | secrets. |
