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
/
method_xsalsa20_poly1305.c
Age
Commit message (
Expand
)
Author
2013-08-20
Prevent zero-before-free operations from being optimized out
Matthias Schiffer
2013-08-20
Fix lots of -Wextra warnings
Matthias Schiffer
2013-03-02
Print error message on aborts due to buffer push/pull errors
Matthias Schiffer
2013-02-23
Subtract splay time to key refresh interval
Matthias Schiffer
2013-01-21
Add error message for OOM on buffer alloc
Matthias Schiffer
2013-01-05
Adjust copyright years
Matthias Schiffer
2012-12-18
Convert type names to _t convention
Matthias Schiffer
2012-09-15
Rework some parts of the AES128-GCM method
Matthias Schiffer
2012-06-15
Avoid using the same handshake key to establish more than one session
Matthias Schiffer
2012-06-05
Fix possible duplicate session establishment
Matthias Schiffer
2012-06-05
Add support for receiving reordered packets
Matthias Schiffer
2012-04-19
Don't regenerate session handshake keypair for every handshake so a global st...
Matthias Schiffer
2012-04-14
Separate handshake from encryption method
Matthias Schiffer