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
/
handshake.c
Age
Commit message (
Expand
)
Author
2012-04-19
Don't regenerate session handshake keypair for every handshake so a global st...
Matthias Schiffer
2012-04-14
Reduce task queue usage
Matthias Schiffer
2012-04-14
Fix reply for failed handshakes
Matthias Schiffer
2012-04-14
Separate handshake from encryption method
Matthias Schiffer
2012-04-02
Critical fix of a bug allowing DoS by sending invalid handshakes
v0.1-rc4
Matthias Schiffer
2012-04-02
Warn on MTU mismatch
v0.1-rc3
Matthias Schiffer
2012-04-01
Use 2 bytes to encode handshake field types and lengths; breaks compatiblity ...
Matthias Schiffer
2012-03-31
Trigger handshake when unexpected data is received from a floating peer
Matthias Schiffer
2012-03-30
Make ecfxp protocol work with new handshake
Matthias Schiffer
2012-03-30
Rework handshake... again. ecfxp protocol broken, will be fixed with next com...
Matthias Schiffer
2012-03-28
Add license headers to Flex and Bison files; also remove Quicktun note as we ...
Matthias Schiffer
2012-03-28
Make crypto handshake with floating peers work
Matthias Schiffer
2012-03-27
New handshake format; don't respond to data packets from unknown peers with h...
Matthias Schiffer
2012-03-26
fastd_handshake_handle: Use data pointer instead of base
Matthias Schiffer
2012-03-25
Change parse to push API, fix some parser bugs
Matthias Schiffer
2012-03-24
Rename methods to protocols; fix some command line parse bugs; implement most...
Matthias Schiffer
2012-03-24
Partial implementation of a config files parser
Matthias Schiffer
2012-03-08
New and improved handshake
Matthias Schiffer
2012-03-06
Reorganized type definitions
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