diff options
Diffstat (limited to 'src/lib/libcrypto/man/DH_get0_pqg.3')
-rw-r--r-- | src/lib/libcrypto/man/DH_get0_pqg.3 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/DH_get0_pqg.3 b/src/lib/libcrypto/man/DH_get0_pqg.3 index eb012980f9..e30d628c7f 100644 --- a/src/lib/libcrypto/man/DH_get0_pqg.3 +++ b/src/lib/libcrypto/man/DH_get0_pqg.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: DH_get0_pqg.3,v 1.8 2024/07/21 08:36:43 tb Exp $ | 1 | .\" $OpenBSD: DH_get0_pqg.3,v 1.10 2025/06/13 18:34:00 schwarze Exp $ |
2 | .\" selective merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 | 2 | .\" selective merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Matt Caswell <matt@openssl.org>. | 4 | .\" This file was written by Matt Caswell <matt@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: July 21 2024 $ | 51 | .Dd $Mdocdate: June 13 2025 $ |
52 | .Dt DH_GET0_PQG 3 | 52 | .Dt DH_GET0_PQG 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -68,6 +68,7 @@ | |||
68 | .Nm DH_set_length | 68 | .Nm DH_set_length |
69 | .Nd get data from and set data in a DH object | 69 | .Nd get data from and set data in a DH object |
70 | .Sh SYNOPSIS | 70 | .Sh SYNOPSIS |
71 | .Lb libcrypto | ||
71 | .In openssl/dh.h | 72 | .In openssl/dh.h |
72 | .Ft void | 73 | .Ft void |
73 | .Fo DH_get0_pqg | 74 | .Fo DH_get0_pqg |
@@ -76,15 +77,15 @@ | |||
76 | .Fa "const BIGNUM **q" | 77 | .Fa "const BIGNUM **q" |
77 | .Fa "const BIGNUM **g" | 78 | .Fa "const BIGNUM **g" |
78 | .Fc | 79 | .Fc |
79 | .Ft "const BIGNUM *" | 80 | .Ft const BIGNUM * |
80 | .Fo DH_get0_p | 81 | .Fo DH_get0_p |
81 | .Fa "const DH *dh" | 82 | .Fa "const DH *dh" |
82 | .Fc | 83 | .Fc |
83 | .Ft "const BIGNUM *" | 84 | .Ft const BIGNUM * |
84 | .Fo DH_get0_q | 85 | .Fo DH_get0_q |
85 | .Fa "const DH *dh" | 86 | .Fa "const DH *dh" |
86 | .Fc | 87 | .Fc |
87 | .Ft "const BIGNUM *" | 88 | .Ft const BIGNUM * |
88 | .Fo DH_get0_g | 89 | .Fo DH_get0_g |
89 | .Fa "const DH *dh" | 90 | .Fa "const DH *dh" |
90 | .Fc | 91 | .Fc |
@@ -101,11 +102,11 @@ | |||
101 | .Fa "const BIGNUM **pub_key" | 102 | .Fa "const BIGNUM **pub_key" |
102 | .Fa "const BIGNUM **priv_key" | 103 | .Fa "const BIGNUM **priv_key" |
103 | .Fc | 104 | .Fc |
104 | .Ft "const BIGNUM *" | 105 | .Ft const BIGNUM * |
105 | .Fo DH_get0_pub_key | 106 | .Fo DH_get0_pub_key |
106 | .Fa "const DH *dh" | 107 | .Fa "const DH *dh" |
107 | .Fc | 108 | .Fc |
108 | .Ft "const BIGNUM *" | 109 | .Ft const BIGNUM * |
109 | .Fo DH_get0_priv_key | 110 | .Fo DH_get0_priv_key |
110 | .Fa "const DH *dh" | 111 | .Fa "const DH *dh" |
111 | .Fc | 112 | .Fc |