summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-04-01ecfxp: fix max packet sizev0.1-rc2Matthias Schiffer
2012-04-01Add missing includes that didn't throw errors with clangMatthias Schiffer
2012-04-01ecfxp: speed up old session flushingv0.1-rc1Matthias Schiffer
2012-04-01Don't refresh a session before old handshakes are cleaned upMatthias Schiffer
2012-04-01Retry in case of a handshake conflictMatthias Schiffer
2012-04-01Don't stop repeating handshakes until valid data using the new key is receivedMatthias Schiffer
2012-04-01ecfxp: delete handshake data after handshake is finishedMatthias Schiffer
2012-04-01Fix handshakes occuring twice after unexpected data receiveMatthias Schiffer
2012-03-31Always zero out old sessions, even when they are already invalidMatthias Schiffer
2012-03-31Trigger handshake when unexpected data is received from a floating peerMatthias Schiffer
2012-03-31Handle receive errors correctlyMatthias Schiffer
2012-03-31Fix double free when receiving unexpected packets from floating peersMatthias Schiffer
2012-03-31ecfxp: refresh session key periodicallyMatthias Schiffer
2012-03-31Change how handshakes are triggeredMatthias Schiffer
2012-03-30Limit key validityMatthias Schiffer
2012-03-30Change peer print formatMatthias Schiffer
2012-03-30Correctly update seen time when data is received from a peerMatthias Schiffer
2012-03-30Fix memory leak in on_upMatthias Schiffer
2012-03-30Make ecfxp protocol work with new handshakeMatthias Schiffer
2012-03-30Rework handshake... again. ecfxp protocol broken, will be fixed with next com...Matthias Schiffer
2012-03-30Add Flex options to fix -Wall warningsMatthias Schiffer
2012-03-29Add MTU parameter to on-up commandMatthias Schiffer
2012-03-29Add support for Tinc-like peer directory configurationsMatthias Schiffer
2012-03-29Config parse: add location tracking for nice error messagesMatthias Schiffer
2012-03-29Implement on-up commands; also fix log print conditionsMatthias Schiffer
2012-03-28Stop handshake when key is identityMatthias Schiffer
2012-03-28Interpret includes relative to config file pathMatthias Schiffer
2012-03-28Add license headers to Flex and Bison files; also remove Quicktun note as we ...Matthias Schiffer
2012-03-28Config: allow escaping quotes in stringsMatthias Schiffer
2012-03-28Add keygen functionMatthias Schiffer
2012-03-28Add single peer config options; also fix string handling in lexerMatthias Schiffer
2012-03-28Make peer takeover workMatthias Schiffer
2012-03-28Make crypto handshake with floating peers workMatthias Schiffer
2012-03-27Allow comments in config filesMatthias Schiffer
2012-03-27New handshake format; don't respond to data packets from unknown peers with h...Matthias Schiffer
2012-03-27Fix NULL dereference on null protocol initializationMatthias Schiffer
2012-03-27Use configured peer namesMatthias Schiffer
2012-03-27ec25519-fhmqvc-xsalsa20-poly1305: separate session better to allow smooth rek...Matthias Schiffer
2012-03-27Correctly free handshake state with peer stateMatthias Schiffer
2012-03-26Allow initating and accepting handshake instances to coexist; fix some memory...Matthias Schiffer
2012-03-26fastd_handshake_handle: Use data pointer instead of baseMatthias Schiffer
2012-03-26Move around some structure fieldsMatthias Schiffer
2012-03-26Implement encrypted send/receiveMatthias Schiffer
2012-03-26Initial implementation of the FHMQV-C handshakeMatthias Schiffer
2012-03-25Add include commandMatthias Schiffer
2012-03-25Change parse to push API, fix some parser bugsMatthias Schiffer
2012-03-25Add keypair configMatthias Schiffer
2012-03-24Remove context argument from lexer callMatthias Schiffer
2012-03-24Fix peer address configMatthias Schiffer
2012-03-24Fix a config file parse bugMatthias Schiffer