summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/man/EVP_chacha20.38
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
158as exactly 16. 158as exactly 16.
159Otherwise, only the initial part of the tag may be compared 159Otherwise, only the initial part of the tag may be compared
160and mismatches near the end of the tag may get silently irgnored. 160and mismatches near the end of the tag may get silently ignored.
161This control operation fails if the 161This control operation fails if the
162.Fa ctx 162.Fa ctx
163is configured for encryption or if 163is 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
205Set the length of the initialization vector to the default value 205Set the length of the initialization vector to the default value
206of 12 bytes and clear the Poly1305 internal state. 206of 12 bytes and clear the Poly1305 internal state.
207The application program usually does not need to invoke this contol 207The application program usually does not need to invoke this control
208operation manually because it is automatically called internally by 208operation 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 ,