summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2024-12-20 01:54:03 +0000
committerschwarze <>2024-12-20 01:54:03 +0000
commit0f29c352ca0efe3c3a1facb4e84a69fb6c5bd49f (patch)
treeec0a01cc8ba2795f04119ef34853baa40299213e /src/lib/libcrypto/man/Makefile
parentf7a74f625be911c8fc0cafe6e5e0d4d2add39d8e (diff)
downloadopenbsd-0f29c352ca0efe3c3a1facb4e84a69fb6c5bd49f.tar.gz
openbsd-0f29c352ca0efe3c3a1facb4e84a69fb6c5bd49f.tar.bz2
openbsd-0f29c352ca0efe3c3a1facb4e84a69fb6c5bd49f.zip
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.
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
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 @@
1# $OpenBSD: Makefile,v 1.301 2024/12/17 18:11:44 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.302 2024/12/20 01:54:03 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -196,6 +196,7 @@ MAN= \
196 EVP_SignInit.3 \ 196 EVP_SignInit.3 \
197 EVP_VerifyInit.3 \ 197 EVP_VerifyInit.3 \
198 EVP_aes_128_cbc.3 \ 198 EVP_aes_128_cbc.3 \
199 EVP_aes_128_ccm.3 \
199 EVP_aes_128_gcm.3 \ 200 EVP_aes_128_gcm.3 \
200 EVP_camellia_128_cbc.3 \ 201 EVP_camellia_128_cbc.3 \
201 EVP_chacha20.3 \ 202 EVP_chacha20.3 \