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_null.c
Age
Commit message (
Collapse
)
Author
2012-06-05
Fix possible duplicate session establishment
Matthias Schiffer
This is causing duplicate nonces in the worst case.
2012-06-05
Add support for receiving reordered packets
Matthias Schiffer
2012-04-14
Separate handshake from encryption method
Matthias Schiffer
2012-03-24
Rename methods to protocols; fix some command line parse bugs; implement ↵
Matthias Schiffer
most of the config file parser
2012-03-16
Move command line parsing to a new file
Matthias Schiffer
2012-03-14
Require libuecc; rename cfxp to ecfxp; add some basic infrastructure for ↵
Matthias Schiffer
crypto implementation
2012-03-08
Add curve25519-fhmqvc-xsalsa20-poly1305 method stub
Matthias Schiffer
2012-03-08
Moved some code
Matthias Schiffer
2012-03-08
New and improved handshake
Matthias Schiffer
2012-03-07
New debug print function
Matthias Schiffer
2012-03-02
Allow floating peers
Matthias Schiffer
2012-02-28
Rework buffer structure
Matthias Schiffer
2012-02-28
Make simple handshake work
Matthias Schiffer
2012-02-27
Use custom buffers instead of struct iovec
Matthias Schiffer
2012-02-26
Implement I/O for a fixed peer
Matthias Schiffer
2012-02-25
Init tun interface and define some structures
Matthias Schiffer