summaryrefslogtreecommitdiff
path: root/sender.c
AgeCommit message (Expand)Author
2021-01-18Add testing caps: host,port,cert from command line and a shell script to run testDirk Engling
2021-01-18Bump sender.c to new udp version with 96 bit gcm ivDirk Engling
2021-01-16Turn SessionId_t in its own typeDirk Engling
2020-12-10Make receiver work on sub directoriesDirk Engling
2020-12-05Only free gcm context after all packets were sentDirk 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-04Server and client implementation for encrypted udp loggerDirk Engling