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
/
ec25519_fhmqvc.h
Age
Commit message (
Expand
)
Author
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-09
Comment typo fix
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
ec25519-fhmqvc: unpack peers' keys only once
Matthias Schiffer
2015-01-06
ec25519-fhmqvc: additional key checks
Matthias Schiffer
2014-08-24
Merge peer config into peer structure
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-05-28
Still more documentation
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-24
ec25519-fhmqvc: use PUBLICKEYBYTES and SECRETKEYBYTES defines more
Matthias Schiffer
2014-04-20
Make ctx global
Matthias Schiffer
2014-04-20
Make conf global
Matthias Schiffer
2014-04-10
Use #pragma once
Matthias Schiffer
2014-03-14
Adjust copyright years
Matthias Schiffer
2014-01-26
Switch to the new timeout helpers where possible
Matthias Schiffer
2013-11-30
Rename methods to methods providers and method contexts to methods to reflect...
Matthias Schiffer
2013-11-30
Perform string-based lookup of method-related information only once
Matthias Schiffer
2013-11-29
Compile with -std=c99 and restructure some code to ensure there is no invalid...
Matthias Schiffer
2013-10-31
Revert "ec25519-fhmqvc: make the new shared handshake key two hashes long (on...
Matthias Schiffer
2013-10-31
ec25519-fhmqvc: make the new shared handshake key two hashes long (only the f...
Matthias Schiffer
2013-10-31
ec25519-fhmqvc: add a new shared handshake key field (which is equivalent to ...
Matthias Schiffer
2013-10-31
More compat renaming
Matthias Schiffer
2013-10-31
ec25519-fhmqvc: some more refactoring
Matthias Schiffer
2013-10-30
Separate ec25519-fhmqvc into multiple source files
Matthias Schiffer