| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|