summaryrefslogtreecommitdiff
path: root/src/noise_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Align with go library layoutMathias Hall-Andersen2018-02-041-136/+0
|
* Fixed testsMathias Hall-Andersen2018-02-021-2/+2
|
* Ported remaining netns.shMathias Hall-Andersen2017-11-171-4/+4
| | | | | - Ported remaining netns.sh tests - Begin work on generic implementation of bind interface
* Fixed KDF testsMathias Hall-Andersen2017-09-011-4/+4
|
* Improved receive.goMathias Hall-Andersen2017-08-111-2/+2
| | | | | | | | | | | - Fixed configuration listen-port semantics - Improved receive.go code for updating listen port - Updated under load detection, how follows the kernel space implementation - Fixed trie bug accidentally introduced in last commit - Added interface name to log (format still subject to change) - Can now configure the logging level using the LOG_LEVEL variable - Begin porting netsh.sh tests - A number of smaller changes
* Fixed broken testMathias Hall-Andersen2017-07-061-2/+2
|
* Completed initial version of outbound flowMathias Hall-Andersen2017-06-301-1/+3
|
* Work on UAPIMathias Hall-Andersen2017-06-281-25/+2
| | | | | | | Cross-platform API (get operation) Handshake initiation creation process Outbound packet flow Fixes from code-review
* Implemented MAC1/2 calculationMathias Hall-Andersen2017-06-271-11/+11
|
* Begin work on outbound packet flowMathias Hall-Andersen2017-06-261-2/+2
|
* Completed noise handshakeMathias Hall-Andersen2017-06-241-2/+66
|
* Restructuring of noise impl.Mathias Hall-Andersen2017-06-241-18/+73
|
* Beginning work noise handshakeMathias Hall-Andersen2017-06-231-0/+38