diff options
Diffstat (limited to 'src/lib/libcrypto/man/EVP_DigestVerifyInit.3')
-rw-r--r-- | src/lib/libcrypto/man/EVP_DigestVerifyInit.3 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/EVP_DigestVerifyInit.3 b/src/lib/libcrypto/man/EVP_DigestVerifyInit.3 index 0eb3143467..b3286bf201 100644 --- a/src/lib/libcrypto/man/EVP_DigestVerifyInit.3 +++ b/src/lib/libcrypto/man/EVP_DigestVerifyInit.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_DigestVerifyInit.3,v 1.14 2022/01/15 09:08:51 tb Exp $ | 1 | .\" $OpenBSD: EVP_DigestVerifyInit.3,v 1.15 2024/07/21 08:36:43 tb Exp $ |
2 | .\" OpenSSL fb552ac6 Sep 30 23:43:01 2009 +0000 | 2 | .\" OpenSSL fb552ac6 Sep 30 23:43:01 2009 +0000 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: January 15 2022 $ | 52 | .Dd $Mdocdate: July 21 2024 $ |
53 | .Dt EVP_DIGESTVERIFYINIT 3 | 53 | .Dt EVP_DIGESTVERIFYINIT 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -65,7 +65,7 @@ | |||
65 | .Fa "EVP_MD_CTX *ctx" | 65 | .Fa "EVP_MD_CTX *ctx" |
66 | .Fa "EVP_PKEY_CTX **pctx" | 66 | .Fa "EVP_PKEY_CTX **pctx" |
67 | .Fa "const EVP_MD *type" | 67 | .Fa "const EVP_MD *type" |
68 | .Fa "ENGINE *e" | 68 | .Fa "ENGINE *engine" |
69 | .Fa "EVP_PKEY *pkey" | 69 | .Fa "EVP_PKEY *pkey" |
70 | .Fc | 70 | .Fc |
71 | .Ft int | 71 | .Ft int |
@@ -97,9 +97,6 @@ sets up verification context | |||
97 | .Fa ctx | 97 | .Fa ctx |
98 | to use digest | 98 | to use digest |
99 | .Fa type | 99 | .Fa type |
100 | from | ||
101 | .Vt ENGINE | ||
102 | .Fa e | ||
103 | and public key | 100 | and public key |
104 | .Fa pkey . | 101 | .Fa pkey . |
105 | .Fa ctx | 102 | .Fa ctx |
@@ -124,6 +121,11 @@ value returned must not be freed directly by the application. | |||
124 | It will be freed automatically when the | 121 | It will be freed automatically when the |
125 | .Vt EVP_MD_CTX | 122 | .Vt EVP_MD_CTX |
126 | is freed. | 123 | is freed. |
124 | The | ||
125 | .Fa ENGINE *engine | ||
126 | argument is always ignored and passing | ||
127 | .Dv NULL | ||
128 | is recommended. | ||
127 | .Pp | 129 | .Pp |
128 | .Fn EVP_DigestVerifyUpdate | 130 | .Fn EVP_DigestVerifyUpdate |
129 | hashes | 131 | hashes |