diff options
Diffstat (limited to 'src/lib/libcrypto/man/DSA_get0_pqg.3')
-rw-r--r-- | src/lib/libcrypto/man/DSA_get0_pqg.3 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/DSA_get0_pqg.3 b/src/lib/libcrypto/man/DSA_get0_pqg.3 index b82affba66..e609b6250d 100644 --- a/src/lib/libcrypto/man/DSA_get0_pqg.3 +++ b/src/lib/libcrypto/man/DSA_get0_pqg.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: DSA_get0_pqg.3,v 1.11 2024/07/21 08:36:43 tb Exp $ | 1 | .\" $OpenBSD: DSA_get0_pqg.3,v 1.13 2025/06/13 18:34:00 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL e90fc053 Jul 15 09:39:45 2017 -0400 | 2 | .\" full merge up to: OpenSSL e90fc053 Jul 15 09:39:45 2017 -0400 |
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 DSA_GET0_PQG 3 | 52 | .Dt DSA_GET0_PQG 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -67,6 +67,7 @@ | |||
67 | .Nm DSA_get0_engine | 67 | .Nm DSA_get0_engine |
68 | .Nd get data from and set data in a DSA object | 68 | .Nd get data from and set data in a DSA object |
69 | .Sh SYNOPSIS | 69 | .Sh SYNOPSIS |
70 | .Lb libcrypto | ||
70 | .In openssl/dsa.h | 71 | .In openssl/dsa.h |
71 | .Ft void | 72 | .Ft void |
72 | .Fo DSA_get0_pqg | 73 | .Fo DSA_get0_pqg |
@@ -75,15 +76,15 @@ | |||
75 | .Fa "const BIGNUM **q" | 76 | .Fa "const BIGNUM **q" |
76 | .Fa "const BIGNUM **g" | 77 | .Fa "const BIGNUM **g" |
77 | .Fc | 78 | .Fc |
78 | .Ft "const BIGNUM *" | 79 | .Ft const BIGNUM * |
79 | .Fo DSA_get0_p | 80 | .Fo DSA_get0_p |
80 | .Fa "const DSA *d" | 81 | .Fa "const DSA *d" |
81 | .Fc | 82 | .Fc |
82 | .Ft "const BIGNUM *" | 83 | .Ft const BIGNUM * |
83 | .Fo DSA_get0_q | 84 | .Fo DSA_get0_q |
84 | .Fa "const DSA *d" | 85 | .Fa "const DSA *d" |
85 | .Fc | 86 | .Fc |
86 | .Ft "const BIGNUM *" | 87 | .Ft const BIGNUM * |
87 | .Fo DSA_get0_g | 88 | .Fo DSA_get0_g |
88 | .Fa "const DSA *d" | 89 | .Fa "const DSA *d" |
89 | .Fc | 90 | .Fc |
@@ -100,11 +101,11 @@ | |||
100 | .Fa "const BIGNUM **pub_key" | 101 | .Fa "const BIGNUM **pub_key" |
101 | .Fa "const BIGNUM **priv_key" | 102 | .Fa "const BIGNUM **priv_key" |
102 | .Fc | 103 | .Fc |
103 | .Ft "const BIGNUM *" | 104 | .Ft const BIGNUM * |
104 | .Fo DSA_get0_pub_key | 105 | .Fo DSA_get0_pub_key |
105 | .Fa "const DSA *d" | 106 | .Fa "const DSA *d" |
106 | .Fc | 107 | .Fc |
107 | .Ft "const BIGNUM *" | 108 | .Ft const BIGNUM * |
108 | .Fo DSA_get0_priv_key | 109 | .Fo DSA_get0_priv_key |
109 | .Fa "const DSA *d" | 110 | .Fa "const DSA *d" |
110 | .Fc | 111 | .Fc |