summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2024-12-17 18:11:44 +0000
committerschwarze <>2024-12-17 18:11:44 +0000
commitb61fd72fb49402139f31d4e60126555d520b2f9d (patch)
tree2a7b93ed281c64da92fa8f27119abff0255aa09c /src/lib/libcrypto/man/Makefile
parent0041335a5da26af316acae55edc47de3ee74dcb3 (diff)
downloadopenbsd-b61fd72fb49402139f31d4e60126555d520b2f9d.tar.gz
openbsd-b61fd72fb49402139f31d4e60126555d520b2f9d.tar.bz2
openbsd-b61fd72fb49402139f31d4e60126555d520b2f9d.zip
New manual page EVP_aes_128_gcm(3).
The main benefit is moving the cumbersome and error-prone method of using EVP_EncryptInit(3) for AES-GCM out of the important, but obese manual page EVP_EncryptInit(3), and to create a logical place for pointing readers to the safer and more flexible EVP_AEAD_CTX_init(3). As a side benefit, document three control commands that were so far undocumented and make the description of three others more precise. Feedback and OK tb@.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-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 c69fe73af2..137540c69a 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.300 2024/12/08 17:41:23 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.301 2024/12/17 18:11:44 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_gcm.3 \
199 EVP_camellia_128_cbc.3 \ 200 EVP_camellia_128_cbc.3 \
200 EVP_chacha20.3 \ 201 EVP_chacha20.3 \
201 EVP_des_cbc.3 \ 202 EVP_des_cbc.3 \