summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/get_rfc3526_prime_8192.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/get_rfc3526_prime_8192.3')
-rw-r--r--src/lib/libcrypto/man/get_rfc3526_prime_8192.310
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 ,
126where the group operation is defined as multiplication modulo 126where the group operation is defined as multiplication modulo
127.Fa p , 127.Fa p ,
128is used for Diffie-Hellmann key exchange. 128is used for Diffie-Hellman key exchange.
129The first two of these groups are called the First Oakley Group and 129The first two of these groups are called the First Oakley Group and
130the Second Oakley Group. 130the Second Oakley Group.
131Obiviously, all these groups are cyclic groups of order 131Obviously, all these groups are cyclic groups of order
132.Fa p , 132.Fa p ,
133respectively, and the numbers returned by these functions are not 133respectively, and the numbers returned by these functions are not
134secrets. 134secrets.