index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
man
/
EVP_AEAD_CTX_init.3
Age
Commit message (
Expand
)
Author
2023-09-12
document the constant EVP_CHACHAPOLY_TLS_TAG_LEN
Ingo Schwarze
2023-09-12
Document EVP_AEAD_DEFAULT_TAG_LENGTH and EVP_AEAD_MAX_TAG_LENGTH,
Ingo Schwarze
2023-08-24
Update references from RFC 7539 to RFC 8439
Theo Buehler
2023-08-23
Mention key and nonce lengths of AEAD ciphers.
Ingo Schwarze
2023-05-09
Make failure mode of EVP_AEAD_CTX_new() more explicit
Theo Buehler
2022-01-10
Document EVP_AEAD_CTX_{new,free}() and adjust example code.
Theo Buehler
2019-06-06
Tree structure for manual pages: crypto(3) links to 33 function
Ingo Schwarze
2019-03-21
space before punct;
Jason McIntyre
2019-01-22
add support for xchacha20 and xchacha20-poly1305
David Gwynne
2017-08-28
Remove documentation for EVP_aead_chacha20_poly1305_ietf() - this was
Joel Sing
2016-11-21
various cleanup;
Jason McIntyre
2016-11-05
minor mandoc -Tlint nits
Ingo Schwarze
2015-11-02
Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,
Reyk Floeter
2015-10-14
tweak previous (two details i apparently missed)
Ingo Schwarze
2015-10-14
Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API.
Reyk Floeter