index
:
udplogger
master
nico-enable-warnings
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
receiver.cpp
Age
Commit message (
Expand
)
Author
2021-01-18
Fixed merge conflict
Dirk Engling
2021-01-18
Add testing caps: host,port,cert from command line and a shell script to run test
Dirk Engling
2021-01-18
receiver - remove unused variables
nico-enable-warnings
Nico Geyso
2021-01-18
Remove last two instances of d_namelen
Dirk Engling
2021-01-17
Make session log dir a command line argument
Dirk Engling
2021-01-17
Add v2 with GCM_IV_LENGTH of 96 bits == 12 bytes for performance and interop reasons
Dirk Engling
2021-01-16
std::hex changes cerr's state, so reset it after hex dumping error codes
Dirk Engling
2021-01-16
Remove d_namelen which is a BSD extension
Dirk Engling
2021-01-16
unique_ptr needs <memory>
Dirk Engling
2021-01-16
Add destructor code for g_sessions in case of shutdown
Dirk Engling
2020-12-10
Make receiver work on sub directories
Dirk Engling
2020-12-05
Make iv history session local
Dirk Engling
2020-12-05
Prevent IV reuse to protect agains replay attacks
Dirk Engling
2020-12-05
Rework receiver as a c++ programm
Dirk Engling