From 258718f3cccab5f78525ddaca79ad85bdc4840da Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 20 Dec 2024 01:54:03 +0000 Subject: Move the horrific EVP_aes_128_ccm(3) API out of the important, algorithm-independent EVP_EncryptInit(3) manual as another step in making the latter leaner and more palatable. As a side benefit, the new EVP_aes_128_ccm(3) manual page may provide a better fighting chance to programmers who see themselves forced to support CCM for whatever reason. It documents the mandatory, but so far undocumented EVP_CTRL_CCM_GET_TAG control command and makes the description of the three EVP_CTRL_CCM_SET_* control commands and the numerous related quirks more precise. --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 137540c69a..9c05e70748 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.301 2024/12/17 18:11:44 schwarze Exp $ +# $OpenBSD: Makefile,v 1.302 2024/12/20 01:54:03 schwarze Exp $ .include @@ -196,6 +196,7 @@ MAN= \ EVP_SignInit.3 \ EVP_VerifyInit.3 \ EVP_aes_128_cbc.3 \ + EVP_aes_128_ccm.3 \ EVP_aes_128_gcm.3 \ EVP_camellia_128_cbc.3 \ EVP_chacha20.3 \ -- cgit v1.2.3-55-g6feb