aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aead.rst
Commit message (Collapse)AuthorAgeFilesLines
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-89/+0
| | | | | | | | | | | Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool
* s/default_nonce_size/default_nonce_length/lloyd2013-12-101-0/+6
|
* Revert part of 5be6e329324fc8263de56167091754e27305917b,lloyd2013-04-101-42/+43
| | | | | | | AEAD_Mode::start now returns a value again. While not useful for any current modes it allows future flexibility of presenting protoocol-level concepts (eg, OpenPGP encryption) using the AEAD interface.
* Remove return value of AEAD_Mode::start as it doesn't seem necessarylloyd2013-04-031-3/+1
| | | | | | | and is an extra complication for callers. Replace the get_aead in lookup.h returning a Filter with one in aead.h returning AEAD_Mode.
* More AEAD documentationlloyd2013-03-271-13/+22
|
* Clarify that get_cipher will return AEAD_Filterlloyd2013-03-271-1/+2
|
* Basic docs for AEAD_Modelloyd2013-03-271-0/+74