summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorreyk <>2015-10-14 07:41:28 +0000
committerreyk <>2015-10-14 07:41:28 +0000
commit9fee752a9626100a2cde1d90c2e54aabef4f5397 (patch)
tree7f4867395e575d1b4040494f072e867f05b550b7 /src/lib/libcrypto/man/Makefile
parent96da573f99f59914fdb5787f3b7529300fea564b (diff)
downloadopenbsd-9fee752a9626100a2cde1d90c2e54aabef4f5397.tar.gz
openbsd-9fee752a9626100a2cde1d90c2e54aabef4f5397.tar.bz2
openbsd-9fee752a9626100a2cde1d90c2e54aabef4f5397.zip
Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API.
The "authenticated encryption with additional data" API is used for ciphers like AES-GCM or ChaCha20-Poly1305. The manpage is a beginning and certainly needs more work, especially improvements in the EXAMPLES section. Based on agl's source code comments. Converted from pod to mandoc by schwarze@ OK schwarze@ jsing@
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 1ebde6fc16..d896f436bc 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.24 2015/09/17 14:43:23 bcook Exp $ 1# $OpenBSD: Makefile,v 1.25 2015/10/14 07:41:28 reyk Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -52,6 +52,7 @@ MAN= \
52 BN_swap.3 \ 52 BN_swap.3 \
53 BN_zero.3 \ 53 BN_zero.3 \
54 BUF_MEM_new.3 \ 54 BUF_MEM_new.3 \
55 EVP_AEAD_CTX_init.3 \
55 56
56GENMAN= \ 57GENMAN= \
57 CONF_modules_free.3 \ 58 CONF_modules_free.3 \