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
Age
Commit message (
Expand
)
Author
2013-10-20
Refactor handshake code, prevent downgrade attacks
Matthias Schiffer
2013-10-19
Rename RECORD_HANDSHAKE_MAC to RECORD_TLV_MAC
Matthias Schiffer
2013-10-19
Authenticate the TLV records only
Matthias Schiffer
2013-10-19
Use the rsv2 field in the handshake header as an optional length field to fac...
Matthias Schiffer
2013-10-19
Get rid of packet.h
Matthias Schiffer
2013-10-19
Add a HMAC to authenticate all handshake TLV
Matthias Schiffer
2013-10-18
Generalize SHA256 functions to work with arbitrary inputs
Matthias Schiffer
2013-10-17
Use the default delay before a handshake is sent when the local address is in...
Matthias Schiffer
2013-10-16
Add `secure handshakes' option (without effect for now)
Matthias Schiffer
2013-10-16
Initiate handshake when a packet can't be sent because the local address is i...
Matthias Schiffer
2013-10-16
Fix fast roaming when local IP address has changed
Matthias Schiffer
2013-10-04
Fix source address choice for IPv4 on Linux
Matthias Schiffer
2013-09-30
Invalidate null sessions when they are superseded
Matthias Schiffer
2013-09-06
Change directory to / when privileges are dropped or the user is changed
Matthias Schiffer
2013-09-03
Add packet/byte statistics
Matthias Schiffer
2013-08-30
Demote some sendmsg warnings to debug and debug2 levels
Matthias Schiffer
2013-08-29
Don't initialize monotone timestamps with zero
Matthias Schiffer
2013-08-29
Replace old task queue
Matthias Schiffer
2013-08-29
Simplify keepalive sending
Matthias Schiffer
2013-08-28
ec25519: ensure old sessions are invalidated quickly after a new one has been...
Matthias Schiffer
2013-08-28
Remote unused fastd_task_replace_peer()
Matthias Schiffer
2013-08-28
ec25519: ensure that there is always a handshake enqueued after sending a han...
Matthias Schiffer
2013-08-28
ec25519: reset peers as soon as their current session times out
Matthias Schiffer
2013-08-28
Cancel the session establishment earlier when the address can't be claimed by...
Matthias Schiffer
2013-08-28
Introduce constants for tristate values
Matthias Schiffer
2013-08-27
Introduce new log level debug2 for potentially very frequent messages
Matthias Schiffer
2013-08-26
options: change `config error' to `command line error' messages
Matthias Schiffer
2013-08-25
ec25519-fhmqvc: use different handshake keys as initiator and responder
Matthias Schiffer
2013-08-25
ec25519-fhmqvc: put public and secret keys together in a keypair structure
Matthias Schiffer
2013-08-20
OpenBSD doesn't support IPv4 on IPv6 sockets
Matthias Schiffer
2013-08-20
Use v4-mapped addresses for IPv4 peers on IPv6 sockets
Matthias Schiffer
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-08-19
ec25519: add alignment attributes to all keys used as hash inputs
Matthias Schiffer
2013-08-19
ec25519: reorder some code to fix a false-positive "may be used uninitialized...
Matthias Schiffer
2013-08-18
ec25519: minor code simplifications in handshake handling
Matthias Schiffer
2013-08-17
Cache values calculated in the handshake reponse to reuse them in the finish ...
Matthias Schiffer
2013-08-17
Make handshake records const uint8_t* instead of void*
Matthias Schiffer
2013-08-17
Slightly improve the SHA256 API
Matthias Schiffer
2013-08-17
Check closedir return value
Matthias Schiffer
2013-08-17
Use readdir instead of readdir_r
Matthias Schiffer
2013-08-16
lex: fix scanning of IPv6 addresses
Matthias Schiffer
2013-08-16
Fix segfault on single peer includes without name
Matthias Schiffer
2013-08-15
Always compile with -Wall (and fix other property settings)
Matthias Schiffer
2013-08-15
Align sender key
Matthias Schiffer
2013-08-15
Replace NaCl's HMAC implementation
Matthias Schiffer
2013-08-15
Add small SHA256 implementation
Matthias Schiffer
2013-08-14
Allow disabling redundant command line options
Matthias Schiffer
2013-08-14
Change the order of the option handlers to match the option definion
Matthias Schiffer
2013-08-14
Reorder command line options in usage message and add separating empty lines
Matthias Schiffer
[prev]
[next]