index
:
fastd
master
Fast and Secure Tunnelling Daemon
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
methods
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-12-05
Merge generic-gcm method into generic-gmac
Matthias Schiffer
2013-11-30
Rename methods to methods providers and method contexts to methods to reflect...
Matthias Schiffer
2013-11-25
Add a new generic-gmac method
Matthias Schiffer
2013-11-25
Rename generic-gmac method to composed-gmac
Matthias Schiffer
2013-11-20
Add generic-poly1305 method
Matthias Schiffer
2013-11-18
Add cipher-test method to measure the raw performance of a cipher
Matthias Schiffer
2013-11-18
Some work towards a composable GMAC method
Matthias Schiffer
2013-11-07
CMake: add LINK_LIBRARIES workaround for old CMake versions
Matthias Schiffer
2013-11-03
Allow building without NaCl again
Matthias Schiffer
2013-11-03
Fix disabling modules
Matthias Schiffer
2013-11-03
Improve build system for ciphers and MACs as well
Matthias Schiffer
2013-11-03
Even nicer method specification
Matthias Schiffer
2013-11-02
Make adding new methods a bit nicer
Matthias Schiffer
2013-11-02
Convert aes128-gcm into a generic gcm method
Matthias Schiffer
2013-10-29
Generate method list automagically
Matthias Schiffer
2013-10-28
Unify duplicate code in xsalsa20-poly1305 and aes128-gcm methods
Matthias Schiffer
2013-10-28
Organize method and protocol source files into distinct source directories
Matthias Schiffer