Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API.
authorreyk <reyk@openbsd.org>
Wed, 14 Oct 2015 07:41:28 +0000 (07:41 +0000)
committerreyk <reyk@openbsd.org>
Wed, 14 Oct 2015 07:41:28 +0000 (07:41 +0000)
commit974f913127f5a5b8d5d71617271097553f0d0200
tree37b4551116b2c27bc6ee3f6323767484f89f89bd
parent20b80e920a6ec97d52b5f635447e01da57e14fb6
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@
lib/libcrypto/doc/evp.pod
lib/libcrypto/man/EVP_AEAD_CTX_init.3 [new file with mode: 0644]
lib/libcrypto/man/Makefile
lib/libssl/src/doc/crypto/evp.pod