diff options
Diffstat (limited to 'src/lib/libcrypto/man/EVP_SignInit.3')
| -rw-r--r-- | src/lib/libcrypto/man/EVP_SignInit.3 | 13 |
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 | |||
| 80 | bytes in size. | 81 | bytes in size. |
| 81 | .Fa s | 82 | .Fa s |
| 82 | is an OUT parameter, and not used as an IN parameter. | 83 | is an OUT parameter, and not used as an IN parameter. |
| 83 | The number of bytes of data written (i.e. | 84 | The number of bytes of data written (i.e.\& |
| 84 | the length of the signature) will be written to the integer at | 85 | the length of the signature) will be written to the integer at |
| 85 | .Fa s . | 86 | .Fa s . |
| 86 | At most | 87 | At most |
| @@ -164,6 +165,4 @@ amounts of data have been passed through | |||
| 164 | It is not possible to change the signing parameters using these | 165 | It is not possible to change the signing parameters using these |
| 165 | function. | 166 | function. |
| 166 | .Pp | 167 | .Pp |
| 167 | The previous two bugs are fixed in the newer | 168 | The previous two bugs are fixed in the newer EVP_SignDigest* function. |
| 168 | .Xr EVP_SignDigest* 3 | ||
| 169 | function. | ||
