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
/
protocols
/
ec25519_fhmqvc
/
handshake.c
Age
Commit message (
Expand
)
Author
2015-01-23
ec25519-fhmqvc: comment update
Matthias Schiffer
2015-01-23
ec25519-fhmqvc: add sender's public key to a few debug messages
Matthias Schiffer
2015-01-23
ec25519-fhmqvc: use new hexdump logging feature for unknown keys
Matthias Schiffer
2015-01-22
ec25519-fhmqvc: use reduced-bitlength scalar multiplication
Matthias Schiffer
2015-01-20
handshake: delay method parsing until the sender key has been handled
Matthias Schiffer
2015-01-14
Update copyright years
Matthias Schiffer
2015-01-14
Allow to configure methods per peer group
Matthias Schiffer
2015-01-09
ec25519-fhmqvc: don't check group order of peers' public keys
Matthias Schiffer
2015-01-09
ec25519-fhmqvc: optimize handshake by using embedded group element verification
Matthias Schiffer
2015-01-09
Move protocol-specific TLV specifications to main handshake record enum
Matthias Schiffer
2015-01-09
ec25519-fhmqvc: unpack peers' keys only once
Matthias Schiffer
2015-01-09
Add support for a new big-endian handshake format
Matthias Schiffer
2015-01-08
ecc25519-fhmqvc: add doxygen comments to the key check functions
Matthias Schiffer
2015-01-06
ec25519-fhmqvc: additional key checks
Matthias Schiffer
2014-11-15
Fix segfault when checking peer addresses
Matthias Schiffer
2014-11-11
ec25519-fhmqvc: add missing Doxygen comment
Matthias Schiffer
2014-10-13
ec25519-fhmqvc: improve unknown key message
Matthias Schiffer
2014-09-16
More fixes for zero-length VLAs
Matthias Schiffer
2014-09-06
Move UNUSED attribute to the start of arguments to help editors understand th...
Matthias Schiffer
2014-08-31
Replace memcmp with a constant-time version in some places
Matthias Schiffer
2014-08-24
Coding style: always add a space between a pointer's type and the *
Matthias Schiffer
2014-08-24
Use simple int64_t timestamps in ms instead of timespecs
Matthias Schiffer
2014-08-24
Merge peer config into peer structure
Matthias Schiffer
2014-08-19
Create peer structures for disabled peers as well
Matthias Schiffer
2014-08-18
Dynamically create peer configs for dynamic peers
Matthias Schiffer
2014-08-18
Rename WITH_VERIFY CMake option to WITH_DYNAMIC_PEERS
Matthias Schiffer
2014-08-18
Rename "temporary peers" to "dynamic peers"
Matthias Schiffer
2014-08-09
Move fastd_config_t.peers to fastd_context_t.peer_configs
Matthias Schiffer
2014-08-02
Introduce and use alloc helpers
Matthias Schiffer
2014-06-08
Allow async verify for handshake responses
Matthias Schiffer
2014-05-31
Make log levels verbose and info more useful
Matthias Schiffer
2014-05-29
Document *everything*
Matthias Schiffer
2014-05-25
Make a few struct fields that are not supposed to be changed defines instead
Matthias Schiffer
2014-04-26
Make on-verify support optional
Matthias Schiffer
2014-04-26
Implement async verify
Matthias Schiffer
2014-04-26
Revise shell command API
Matthias Schiffer
2014-04-25
handshake: simplify fastd_handshake_new_reply
Matthias Schiffer
2014-04-25
fastd_peer_claim_address: add parameter to allow claiming addresses of establ...
Matthias Schiffer
2014-04-25
fastd_peer_claim_address: allow claiming addresses from other peers when they...
Matthias Schiffer
2014-04-24
ec25519-fhmqvc: use PUBLICKEYBYTES and SECRETKEYBYTES defines more
Matthias Schiffer
2014-04-21
Remove vector of new temporary peers
Matthias Schiffer
2014-04-20
Make ctx global
Matthias Schiffer
2014-04-20
Make conf global
Matthias Schiffer
2014-04-19
Store peers as vectors of pointers instead of linked lists
Matthias Schiffer
2014-04-18
Clean up shell command handling
Matthias Schiffer
2014-04-13
Simplify handling of on-verify commands
Matthias Schiffer
2014-04-13
Break very long line
Matthias Schiffer
2014-04-13
Add on-connect hook
Matthias Schiffer
2014-04-11
Improve shell command config handling
Matthias Schiffer
2014-03-14
Adjust copyright years
Matthias Schiffer
[next]