summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move to go modulesHEADmasterChristian Pointner2019-09-037-1/+73
* make endpoint test work with more systemsChristian Pointner2017-11-111-1/+4
* fix error detected by go vetChristian Pointner2017-11-041-1/+1
* SA now handles sequence windowsChristian Pointner2017-11-042-16/+62
* nicoo insisted on fixing the typo (i don't agree with him but i changed it an...Christian Pointner2017-11-041-1/+1
* some tests for SA (cont'd)Christian Pointner2017-11-042-4/+51
* some tests for SA (cont'd)Christian Pointner2017-11-041-0/+35
* some tests for SAChristian Pointner2017-11-042-14/+34
* some tests for SAChristian Pointner2017-11-042-8/+111
* added endpoint handling to security assoc (needs testing!!!)Christian Pointner2017-11-012-6/+46
* use sync.Map in SAChristian Pointner2017-10-272-30/+21
* some more testsChristian Pointner2017-10-141-2/+2
* added skeleton security assocChristian Pointner2017-10-143-1/+135
* added text marshaler for roleChristian Pointner2017-10-142-13/+112
* role is now part of kdChristian Pointner2017-10-143-38/+45
* nicer test outputChristian Pointner2017-10-142-2/+2
* added paralell benchmkarks for sequence windowChristian Pointner2017-10-131-0/+52
* added benchmarks for seq windowChristian Pointner2017-10-131-0/+26
* checkAndSet works now in any caseChristian Pointner2017-10-132-6/+29
* sequence window without advance...Christian Pointner2017-10-132-18/+91
* check-only for sequence window is done (needs more testing)Christian Pointner2017-10-082-23/+184
* found a more global place :)Christian Pointner2017-09-202-8/+7
* properly intialize sequence window with top valueChristian Pointner2017-09-192-35/+54
* sequence window partially implementedChristian Pointner2017-09-192-4/+125
* refactored role and directionChristian Pointner2017-09-194-44/+68
* added key derivation test caseChristian Pointner2017-09-181-3/+39
* added some test functionsChristian Pointner2017-09-181-2/+44
* some more testcases and fixesChristian Pointner2017-09-182-3/+81
* implemented AES-CTR key derivation (needs testing)Christian Pointner2017-09-174-1/+214
* changed KeyDerivation Interface to use provided memory rather then allocatiin...Christian Pointner2017-09-171-1/+1
* minor refactoringChristian Pointner2017-09-171-11/+32
* added some interfaces and a skeleton squence windowChristian Pointner2017-09-153-0/+152
* some more testsChristian Pointner2017-09-142-8/+84
* test data generate sometimes produced invalid datasetChristian Pointner2017-09-141-1/+1
* make the random tests more randomChristian Pointner2017-09-141-7/+16
* fix benchmarksChristian Pointner2017-09-141-18/+17
* some more testcasesChristian Pointner2017-09-141-142/+96
* added encrypted packet check with 'random' dataChristian Pointner2017-09-112-3/+45
* fix formattingChristian Pointner2017-09-101-1/+1
* header tests for encrypted packetChristian Pointner2017-09-102-3/+61
* more test cases for plain packetChristian Pointner2017-09-102-35/+69
* new and greatly improved packet handlingChristian Pointner2017-09-102-289/+327
* some more typos and improvmentsChristian Pointner2017-09-091-22/+32
* improved wording for handling of encrypted/plain packetChristian Pointner2017-09-091-6/+7
* fix some typosChristian Pointner2017-09-091-9/+9
* added some notes and ideasChristian Pointner2017-09-091-0/+176
* added benchmarks for packet marshal and unmarshalChristian Pointner2017-09-071-4/+91
* more test dataChristian Pointner2017-09-072-23/+87
* more test data for plain packetChristian Pointner2017-09-071-75/+43
* some more testcasesChristian Pointner2017-09-075-4/+122