summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsg <>2024-12-23 22:06:00 +0000
committerjsg <>2024-12-23 22:06:00 +0000
commitf1cf401d75253b4a7c8c4347bb5039ae9232e230 (patch)
treecd3384df1151df721c58e3c802226b60bd109b3a /src
parent724636ac58485859bba62e8ae67587fd5091e6df (diff)
downloadopenbsd-f1cf401d75253b4a7c8c4347bb5039ae9232e230.tar.gz
openbsd-f1cf401d75253b4a7c8c4347bb5039ae9232e230.tar.bz2
openbsd-f1cf401d75253b4a7c8c4347bb5039ae9232e230.zip
ealier -> earlier
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/EVP_aes_128_ccm.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/EVP_aes_128_ccm.3 b/src/lib/libcrypto/man/EVP_aes_128_ccm.3
index 8f723b140b..c1faf9e325 100644
--- a/src/lib/libcrypto/man/EVP_aes_128_ccm.3
+++ b/src/lib/libcrypto/man/EVP_aes_128_ccm.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_aes_128_ccm.3,v 1.3 2024/12/22 00:45:23 schwarze Exp $ 1.\" $OpenBSD: EVP_aes_128_ccm.3,v 1.4 2024/12/23 22:06:00 jsg Exp $
2.\" full merge up to: 2.\" full merge up to:
3.\" OpenSSL EVP_EncryptInit.pod 0874d7f2 Oct 11 13:13:47 2022 +0100 3.\" OpenSSL EVP_EncryptInit.pod 0874d7f2 Oct 11 13:13:47 2022 +0100
4.\" OpenSSL EVP_aes.pod a1ec85c1 Apr 21 10:49:12 2020 +0100 4.\" OpenSSL EVP_aes.pod a1ec85c1 Apr 21 10:49:12 2020 +0100
@@ -67,7 +67,7 @@
67.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 67.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
68.\" OF THE POSSIBILITY OF SUCH DAMAGE. 68.\" OF THE POSSIBILITY OF SUCH DAMAGE.
69.\" 69.\"
70.Dd $Mdocdate: December 22 2024 $ 70.Dd $Mdocdate: December 23 2024 $
71.Dt EVP_AES_128_CCM 3 71.Dt EVP_AES_128_CCM 3
72.Os 72.Os
73.Sh NAME 73.Sh NAME
@@ -235,7 +235,7 @@ It is an error if the
235argument of the 235argument of the
236.Xr EVP_EncryptUpdate 3 236.Xr EVP_EncryptUpdate 3
237call passing the plaintext data does not match the total length 237call passing the plaintext data does not match the total length
238specified ealier. 238specified earlier.
239Splitting the text into more than one chunks to be passed in multiple calls of 239Splitting the text into more than one chunks to be passed in multiple calls of
240.Xr EVP_EncryptUpdate 3 240.Xr EVP_EncryptUpdate 3
241is not supported for CCM. 241is not supported for CCM.
@@ -300,7 +300,7 @@ It is an error if the
300argument of the 300argument of the
301.Xr EVP_DecryptUpdate 3 301.Xr EVP_DecryptUpdate 3
302call passing the ciphertext data does not match the total length 302call passing the ciphertext data does not match the total length
303specified ealier. 303specified earlier.
304Splitting the text into more than one chunks to be passed in multiple calls of 304Splitting the text into more than one chunks to be passed in multiple calls of
305.Xr EVP_DecryptUpdate 3 305.Xr EVP_DecryptUpdate 3
306is not supported for CCM. 306is not supported for CCM.