]> git.meshlink.io Git - meshlink/history - src/sptps.c
Avoid allocating packet buffers unnecessarily.
[meshlink] / src / sptps.c
2019-10-05 Guus SliepenAdd assert() calls to the library.
2019-09-23 Guus SliepenFix compiler warnings from Clang 10 and GCC 9.
2019-08-04 Guus SliepenRemove global variables.
2018-11-20 Guus SliepenRemove debug messages printed to stderr.
2018-05-01 Guus SliepenFix all compiler warnings found using -Wall -W -pedantic.
2017-10-02 Guus SliepenUpdate astylerc and reformat the code.
2017-10-02 Guus SliepenFix compiling with -Wall -W.
2017-08-13 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
2017-06-25 Guus SliepenDouble the default size of the replay window in SPTPS.
2014-08-22 Guus SliepenMerge branch 'channels'
2014-08-13 Niklas HofmannMerge branch 'mesh_topology_output' into roles
2014-08-12 Guus SliepenFix segfault when two nodes that just joined a mesh...
2014-08-09 Guus SliepenFix packet length check in sptps_receive_data_datagram().
2014-08-08 Niklas HofmannMerge branch 'everbase' of chicago.everbase.net:meshlin...
2014-08-08 Niklas HofmannMerge branch 'discovery' into everbase
2014-08-08 Saverio Protosptps: split error conditions handling
2014-08-08 Guus SliepenActually implement sptps_verify_datagram(), so try_mac...
2014-05-14 Guus SliepenEnsure everything compiles with -Wall without giving...
2014-04-17 Guus SliepenUse the ChaCha-Poly1305 cipher for the SPTPS protocol.
2014-04-13 Saverio ProtoMerge branch 'master' into saverio
2014-04-12 Guus SliepenRemove everything GPL that is not copyright Guus Sliepe...
2014-04-12 Guus SliepenChange my email address.
2013-10-12 Guus SliepenUse AES-256-GCM for the SPTPS protocol.
2013-08-30 Guus SliepenFix the replay window in SPTPS.
2013-05-15 Sven-Haegar KochModified some error messages in src/sptps.c.
2013-05-12 Guus SliepenDon't try to handle incoming data if sptps_start()...
2013-05-11 Guus SliepenDon't free ephemeral ECDH keys twice.
2013-05-10 Guus SliepenFix warnings for functions marked __attribute((warn_unu...
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-01-21 Guus SliepenFix datagram SPTPS.
2013-01-20 Guus SliepenReleasing 1.1pre5.
2013-01-15 Guus SliepenCount the number of correctly received UDP packets.
2013-01-14 Guus SliepenCheck HMAC before sequence number.
2012-10-14 Guus SliepenLog more messages using logger().
2012-10-12 Sven-Haegar Kochsptps.c: Add missing newline to log message.
2012-10-10 Guus SliepenFix whitespace.
2012-10-09 Guus SliepenFix memory leaks found by valgrind.
2012-10-07 Guus SliepenRemove a debug message.
2012-10-06 Guus SliepenFix off-by-one error.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-07-31 Guus SliepenAdd Brandon Black's replay window code to SPTPS.
2012-07-31 Guus SliepenHandle SPTPS datagrams in try_mac().
2012-07-30 Guus SliepenUse datagram SPTPS for packet exchange between nodes.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
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-04-14 Sven-Haegar Kochsptps_stop(): clear pointers after free to avoid double...
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 SliepenMake sure the signature also covers the session label.
2012-03-18 Guus SliepenDon't send an ACK message after the first key exchange...
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 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-25 Guus SliepenApply HMAC after encryption.
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-06 Guus SliepenExchange ACK records to indicate switch to new keys.
2011-10-06 Guus SliepenUse counter mode encryption.
2011-10-05 Guus SliepenUpdate SPTPS protocol.
2011-07-24 Guus SliepenStart of "Simple Peer-To-Peer Security" protocol.