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-29
Generate method list automagically
Matthias Schiffer
2013-10-29
config: iterate over configured methods only in configure_method_parameters()
Matthias Schiffer
2013-10-29
handshake: get_method() code simplification
Matthias Schiffer
2013-10-29
Drop compatiblity code for fastd 0.4
Matthias Schiffer
2013-10-29
Handle methods as strings
Matthias Schiffer
2013-10-29
Allow using libsodium instead of NaCl
Matthias Schiffer
2013-10-28
Unify duplicate code in xsalsa20-poly1305 and aes128-gcm methods
Matthias Schiffer
2013-10-28
Organize method and protocol source files into distinct source directories
Matthias Schiffer
2013-10-24
Fix maybe-uninitialized warning
Matthias Schiffer
2013-10-20
Don't print fastd version from handshake requests when secure handshakes are ...
Matthias Schiffer
2013-10-20
Warn when no encryption method is set
Matthias Schiffer
2013-10-20
Don't send chosen method name when it doesn't matter
Matthias Schiffer
2013-10-20
Align handshake buffer
Matthias Schiffer
2013-10-20
Always check for mode and protocol mismatches
Matthias Schiffer
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
[prev]
[next]