summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-01-10poll:remove sys/signal.h includeMatthias Schiffer
2015-01-09Comment typo fixMatthias Schiffer
2015-01-09ec25519-fhmqvc: don't check group order of peers' public keysMatthias Schiffer
2015-01-09ec25519-fhmqvc: optimize handshake by using embedded group element verificationMatthias Schiffer
2015-01-09Move protocol-specific TLV specifications to main handshake record enumMatthias Schiffer
2015-01-09poll: define SYS_epoll_pwait if it isn't availableMatthias Schiffer
2015-01-09ec25519-fhmqvc: unpack peers' keys only onceMatthias Schiffer
2015-01-09poll: directly call epoll_pwait syscall instead of using the libc wrapperMatthias Schiffer
2015-01-09More comment fixesMatthias Schiffer
2015-01-09Add support for a new big-endian handshake formatMatthias Schiffer
2015-01-08ecc25519-fhmqvc: add doxygen comments to the key check functionsMatthias Schiffer
2015-01-06status socket: better error messages on bind errorsMatthias Schiffer
2015-01-06ec25519-fhmqvc: additional key checksMatthias Schiffer
2015-01-06handshake: get rid of stpcpyMatthias Schiffer
2014-11-15Development versionMatthias Schiffer
2014-11-15fastd v16v16Matthias Schiffer
2014-11-15fastd v16 release notesMatthias Schiffer
2014-11-15Use the peer key instead of the name as keys in the status socket outputMatthias Schiffer
2014-11-15ec25519-fhmqvc: extend describe_peer to return the whole keyMatthias Schiffer
2014-11-15Revert "Use peer specifier from log instead of the peer name for the status o...Matthias Schiffer
2014-11-15Fix segfault when checking peer addressesMatthias Schiffer
2014-11-12doc: add documentation for the status socket optionMatthias Schiffer
2014-11-12Use peer specifier from log instead of the peer name for the status outputMatthias Schiffer
2014-11-11Development versionMatthias Schiffer
2014-11-11fastd v15v15Matthias Schiffer
2014-11-11ec25519-fhmqvc: add missing Doxygen commentMatthias Schiffer
2014-11-11doc: update manpageMatthias Schiffer
2014-11-11docs: examples/openwrt: support all handler commands via UCIMatthias Schiffer
2014-11-07examples: openwrt/fastd.init: allow specifying bind interfacesMatthias Schiffer
2014-11-06docs: even more release note fixes...Matthias Schiffer
2014-11-06docs: another release note fixMatthias Schiffer
2014-11-05v15 release note improvementMatthias Schiffer
2014-11-05Add fastd v15 release notesMatthias Schiffer
2014-11-05docs: update config exampleMatthias Schiffer
2014-11-05docs: documentation of crypto algorithmsMatthias Schiffer
2014-10-27docs: fix typoMatthias Schiffer
2014-10-27docs: fixes for PDF buildMatthias Schiffer
2014-10-27docs: FHMQV-CMatthias Schiffer
2014-10-26docs: ec25519Matthias Schiffer
2014-10-26docs: handshake documentationMatthias Schiffer
2014-10-22Use big endian for handshake field values by defaultMatthias Schiffer
2014-10-13ec25519-fhmqvc: improve unknown key messageMatthias Schiffer
2014-09-26Don't forward frames with local destination MAC addressMatthias Schiffer
2014-09-26Move get_source_address and get_dest_address to fastd.hMatthias Schiffer
2014-09-26Add some (very incomplete) protocol documentationMatthias Schiffer
2014-09-20Some handshake fixes for future protocol extensionsMatthias Schiffer
2014-09-18Make CMake fail if json-c is required, but not foundMatthias Schiffer
2014-09-16More fixes for zero-length VLAsMatthias Schiffer
2014-09-16Fix undefined behaviour due to zero length VLAs in null+* methodsMatthias Schiffer
2014-09-16Add status socket option to OpenWrt example filesMatthias Schiffer