aboutsummaryrefslogtreecommitdiff
path: root/src/dvault.h
AgeCommit message (Collapse)Author
2020-09-28The 80 column rule ...David Timber
* Remove prne_rnd_anum_str()
2020-08-20Progress ...David Timber
* Move DVault out of executable. Dynamically load it on startup * Improved testing scheme * Tidy up prne_*assert* macro series * Protocol: store host credentials in base64 string. No mask * Use the lock shm as a shared_global so the stats can persist * mmap() the executable read-only for later use
2020-01-15unexpandDavid Timber
2020-01-11staged resolv_workerDavid Timber
* replaced RNG from `rnd` to `mbedtls_ctr_drbg` * use of `uint_fastN_t` where appropriate * heartbeat protocol draft * improved worker scheduling mech
2020-01-04musl + mbedtls!David Timber
2020-01-03checkpointDavid Timber
2020-01-01checkpointDavid Timber