summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-18Use explicit ipv4 address for localhostHEADmasterDirk Engling
2021-01-18Fixed merge conflictDirk Engling
2021-01-18Add testing scriptDirk Engling
2021-01-18Add testing caps: host,port,cert from command line and a shell script to run testDirk Engling
2021-01-18receiver - remove unused variablesnico-enable-warningsNico Geyso
2021-01-18Makefile - enable warningsNico Geyso
2021-01-18Help find headers and libs on FreeBSDDirk Engling
2021-01-18Add rc script for freebsdDirk Engling
2021-01-18Fix build for LinuxDirk Engling
2021-01-18Bump sender.c to new udp version with 96 bit gcm ivDirk Engling
2021-01-18Remove last two instances of d_namelenDirk Engling
2021-01-17Make session log dir a command line argumentDirk Engling
2021-01-17Add v2 with GCM_IV_LENGTH of 96 bits == 12 bytes for performance and interop reasonsDirk Engling
2021-01-16std::hex changes cerr's state, so reset it after hex dumping error codesDirk Engling
2021-01-16Remove d_namelen which is a BSD extensionDirk Engling
2021-01-16unique_ptr needs <memory>Dirk Engling
2021-01-16Turn SessionId_t in its own typeDirk Engling
2021-01-16Add destructor code for g_sessions in case of shutdownDirk Engling
2020-12-10Make receiver work on sub directoriesDirk Engling
2020-12-05Make iv history session localDirk Engling
2020-12-05Only free gcm context after all packets were sentDirk Engling
2020-12-05Prevent IV reuse to protect agains replay attacksDirk Engling
2020-12-05Make sender use getaddrinfo to lookup loggin host nameDirk Engling
2020-12-05Make session id a uint64_t as it is expected at receiverDirk Engling
2020-12-05Rework receiver as a c++ programmDirk Engling
2020-12-04Add walker that closes unused files after 20 minutesDirk Engling
2020-12-04Be less verbose when parsing session directoriesDirk Engling
2020-12-04Server and client implementation for encrypted udp loggerDirk Engling