From 9d97a73291fdf754ac433bb870b979ef8c5ff3c4 Mon Sep 17 00:00:00 2001 From: reyk <> Date: Wed, 14 Oct 2015 07:41:28 +0000 Subject: 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@ --- 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 1ebde6fc16..d896f436bc 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2015/09/17 14:43:23 bcook Exp $ +# $OpenBSD: Makefile,v 1.25 2015/10/14 07:41:28 reyk Exp $ .include # for NOMAN @@ -52,6 +52,7 @@ MAN= \ BN_swap.3 \ BN_zero.3 \ BUF_MEM_new.3 \ + EVP_AEAD_CTX_init.3 \ GENMAN= \ CONF_modules_free.3 \ -- cgit v1.2.3-55-g6feb