diff options
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_item_verify.3')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_item_verify.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ASN1_item_verify.3 b/src/lib/libcrypto/man/ASN1_item_verify.3 index 5d18518577..d2810879e3 100644 --- a/src/lib/libcrypto/man/ASN1_item_verify.3 +++ b/src/lib/libcrypto/man/ASN1_item_verify.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASN1_item_verify.3,v 1.2 2021/11/26 13:48:21 jsg Exp $ | 1 | .\" $OpenBSD: ASN1_item_verify.3,v 1.3 2021/12/18 17:47:44 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: November 26 2021 $ | 17 | .Dd $Mdocdate: December 18 2021 $ |
18 | .Dt ASN1_ITEM_VERIFY 3 | 18 | .Dt ASN1_ITEM_VERIFY 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -45,7 +45,7 @@ and verifies in a way similar to | |||
45 | that | 45 | that |
46 | .Fa sig_in | 46 | .Fa sig_in |
47 | contains a valid signature of the resulting byte array, | 47 | contains a valid signature of the resulting byte array, |
48 | a signature that was created with the digest type | 48 | a signature that was created with the signature algorithm |
49 | .Fa algor1 | 49 | .Fa algor1 |
50 | and the private key corresponding to the public key | 50 | and the private key corresponding to the public key |
51 | .Fa pkey . | 51 | .Fa pkey . |
@@ -69,6 +69,7 @@ or does not work with the given | |||
69 | .Xr ASN1_item_sign 3 , | 69 | .Xr ASN1_item_sign 3 , |
70 | .Xr EVP_DigestVerify 3 , | 70 | .Xr EVP_DigestVerify 3 , |
71 | .Xr EVP_PKEY_new 3 , | 71 | .Xr EVP_PKEY_new 3 , |
72 | .Xr OBJ_find_sigid_algs 3 , | ||
72 | .Xr X509_ALGOR_new 3 | 73 | .Xr X509_ALGOR_new 3 |
73 | .Sh HISTORY | 74 | .Sh HISTORY |
74 | .Fn ASN1_item_verify | 75 | .Fn ASN1_item_verify |