diff options
-rw-r--r-- | src/lib/libcrypto/man/EVP_chacha20.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/EVP_chacha20.3 b/src/lib/libcrypto/man/EVP_chacha20.3 index 01193638b8..8d9ea068f9 100644 --- a/src/lib/libcrypto/man/EVP_chacha20.3 +++ b/src/lib/libcrypto/man/EVP_chacha20.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_chacha20.3,v 1.2 2023/08/16 13:47:18 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_chacha20.3,v 1.3 2023/08/21 03:26:42 jsg Exp $ |
2 | .\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200 | 2 | .\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: August 16 2023 $ | 68 | .Dd $Mdocdate: August 21 2023 $ |
69 | .Dt EVP_CHACHA20 3 | 69 | .Dt EVP_CHACHA20 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -157,7 +157,7 @@ It is strongly recommended to specify | |||
157 | .Fa arg | 157 | .Fa arg |
158 | as exactly 16. | 158 | as exactly 16. |
159 | Otherwise, only the initial part of the tag may be compared | 159 | Otherwise, only the initial part of the tag may be compared |
160 | and mismatches near the end of the tag may get silently irgnored. | 160 | and mismatches near the end of the tag may get silently ignored. |
161 | This control operation fails if the | 161 | This control operation fails if the |
162 | .Fa ctx | 162 | .Fa ctx |
163 | is configured for encryption or if | 163 | is configured for encryption or if |
@@ -204,7 +204,7 @@ is less than 1 or greater than 16. | |||
204 | .It Dv EVP_CTRL_INIT | 204 | .It Dv EVP_CTRL_INIT |
205 | Set the length of the initialization vector to the default value | 205 | Set the length of the initialization vector to the default value |
206 | of 12 bytes and clear the Poly1305 internal state. | 206 | of 12 bytes and clear the Poly1305 internal state. |
207 | The application program usually does not need to invoke this contol | 207 | The application program usually does not need to invoke this control |
208 | operation manually because it is automatically called internally by | 208 | operation manually because it is automatically called internally by |
209 | .Xr EVP_EncryptInit_ex 3 , | 209 | .Xr EVP_EncryptInit_ex 3 , |
210 | .Xr EVP_DecryptInit_ex 3 , | 210 | .Xr EVP_DecryptInit_ex 3 , |