diff options
Diffstat (limited to 'src/lib/libcrypto/man/get_rfc3526_prime_8192.3')
-rw-r--r-- | src/lib/libcrypto/man/get_rfc3526_prime_8192.3 | 10 |
1 files changed, 5 insertions, 5 deletions
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. |