Mention key and nonce lengths of AEAD ciphers.
authorschwarze <schwarze@openbsd.org>
Wed, 23 Aug 2023 13:46:42 +0000 (13:46 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 23 Aug 2023 13:46:42 +0000 (13:46 +0000)
commita16ee84e63460156ce6979aa104f14ca17da9f2a
tree985e0c192d6ae1e095b2a4fe4b6a4c3acc55cfb0
parentf853135fd7f476082efc7f0018836599aa29364f
Mention key and nonce lengths of AEAD ciphers.
Mention portability considerations regarding the EVP_AEAD API.
Avoid confusing words like "older" and "native" API, be specific.
Mention RFC 7905.
Move publications we don't implement from STANDARDS to CAVEATS.

Based on input from jsing@ and tb@, OK tb@.
lib/libcrypto/man/EVP_AEAD_CTX_init.3
lib/libcrypto/man/EVP_chacha20.3