summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_SignInit.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/EVP_SignInit.3')
-rw-r--r--src/lib/libcrypto/man/EVP_SignInit.313
1 files changed, 6 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/EVP_SignInit.3 b/src/lib/libcrypto/man/EVP_SignInit.3
index c18b074b6d..0a76dd7eaf 100644
--- a/src/lib/libcrypto/man/EVP_SignInit.3
+++ b/src/lib/libcrypto/man/EVP_SignInit.3
@@ -1,12 +1,13 @@
1.\" $OpenBSD: EVP_SignInit.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: EVP_SignInit.3,v 1.3 2016/11/21 22:19:15 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 21 2016 $
4.Dt EVP_SIGNINIT 3 4.Dt EVP_SIGNINIT 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
7.Nm EVP_SignInit , 7.Nm EVP_SignInit_ex ,
8.Nm EVP_SignUpdate , 8.Nm EVP_SignUpdate ,
9.Nm EVP_SignFinal , 9.Nm EVP_SignFinal ,
10.Nm EVP_SignInit ,
10.Nm EVP_PKEY_size 11.Nm EVP_PKEY_size
11.Nd EVP signing functions 12.Nd EVP signing functions
12.Sh SYNOPSIS 13.Sh SYNOPSIS
@@ -80,7 +81,7 @@ must be at least
80bytes in size. 81bytes in size.
81.Fa s 82.Fa s
82is an OUT parameter, and not used as an IN parameter. 83is an OUT parameter, and not used as an IN parameter.
83The number of bytes of data written (i.e. 84The number of bytes of data written (i.e.\&
84the length of the signature) will be written to the integer at 85the length of the signature) will be written to the integer at
85.Fa s . 86.Fa s .
86At most 87At most
@@ -164,6 +165,4 @@ amounts of data have been passed through
164It is not possible to change the signing parameters using these 165It is not possible to change the signing parameters using these
165function. 166function.
166.Pp 167.Pp
167The previous two bugs are fixed in the newer 168The previous two bugs are fixed in the newer EVP_SignDigest* function.
168.Xr EVP_SignDigest* 3
169function.