Make sptps_test more easy to work with.
[oweals/tinc.git] / src / sptps_test.c
2013-09-01 Guus SliepenMake sptps_test more easy to work with.
2013-08-30 Guus SliepenAllow testing the replay window with sptps_test.
2013-08-30 Guus SliepenAdd an option to test datagram SPTPS with packet loss.
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-02-22 Guus SliepenUse UDP when using sptps_test in datagram mode.
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-10-14 Guus SliepenUpdate copyright notices.
2012-10-10 Guus SliepenFix whitespace.
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-10-01 Guus SliepenMake sure sptps_test compiles without -flto.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-13 Guus SliepenEnsure sptps_test compiles with -flto.
2012-07-30 Guus SliepenUse datagram SPTPS for packet exchange between nodes.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-21 Guus SliepenMake sure tinc compiles on Windows.
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-18 Guus SliepenTest SPTPS messages sent while key renegotation is...
2012-03-18 Guus SliepenAdd datagram mode to the SPTPS protocol.
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenAllow log messages to be captured by tincctl.
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenEnsure all SPTPS functions are prefixed with sptps_.
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenUse SPTPS when ExperimentalProtocol is enabled.
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-10-05 Guus SliepenTest corner cases in the SPTPS protocol.
2011-07-24 Guus SliepenStart of "Simple Peer-To-Peer Security" protocol.