summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_item_sign.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/ASN1_item_sign.312
1 files changed, 2 insertions, 10 deletions
diff --git a/src/lib/libcrypto/man/ASN1_item_sign.3 b/src/lib/libcrypto/man/ASN1_item_sign.3
index b47fd1d04d..8c09fe77ff 100644
--- a/src/lib/libcrypto/man/ASN1_item_sign.3
+++ b/src/lib/libcrypto/man/ASN1_item_sign.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_item_sign.3,v 1.2 2021/12/18 17:47:44 schwarze Exp $ 1.\" $OpenBSD: ASN1_item_sign.3,v 1.3 2024/12/06 12:51:13 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: December 18 2021 $ 17.Dd $Mdocdate: December 6 2024 $
18.Dt ASN1_ITEM_SIGN 3 18.Dt ASN1_ITEM_SIGN 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -91,12 +91,6 @@ Unless
91is 91is
92.Dv NULL , 92.Dv NULL ,
93the same data is copied into it. 93the same data is copied into it.
94.\" The following is not yet supported by LibreSSL
95.\" because we do not provide EVP_PKEY_asn1_set_item(3).
96.\" except that user-defined key types set up with
97.\" .Xr EVP_PKEY_asn1_new 3
98.\" may optionally provide information about a second algorithm in
99.\" .Fa algor2 .
100.Sh RETURN VALUES 94.Sh RETURN VALUES
101These functions return the length of the signature in bytes 95These functions return the length of the signature in bytes
102or 0 if memory allocation, encoding, or signing fails. 96or 0 if memory allocation, encoding, or signing fails.
@@ -113,8 +107,6 @@ is not fully initialized.
113.Xr EVP_Digest 3 , 107.Xr EVP_Digest 3 ,
114.Xr EVP_DigestSign 3 , 108.Xr EVP_DigestSign 3 ,
115.Xr EVP_MD_CTX_new 3 , 109.Xr EVP_MD_CTX_new 3 ,
116.\" We do not provide EVP_PKEY_asn1_set_item(3).
117.\" .Xr EVP_PKEY_asn1_new 3 ,
118.Xr EVP_PKEY_new 3 , 110.Xr EVP_PKEY_new 3 ,
119.Xr OBJ_find_sigid_by_algs 3 , 111.Xr OBJ_find_sigid_by_algs 3 ,
120.Xr X509_ALGOR_new 3 112.Xr X509_ALGOR_new 3