kore/includes
Joris Vink 6ba7390cc9 Add rand_file configuration option for keymgr.
This option allows the user to specify a file to be used for
seeding the PRNG initially and to write random bytes at exit.

The option is only available if kore has TLS enabled (by default).

If you enable this option Kore will refuse to start if there is
a problem with the file specified (not found, not a file, invalid size, etc).

While here let the keymgr process call RAND_poll() every half hour
to grab more system entropy and seed it into the PRNG.
2017-02-27 20:58:04 -08:00
..
http.h Split up kore cli tools into new binary. 2017-02-19 00:52:29 -05:00
jsonrpc.h JSONRPC Made request destruction explicit 2016-07-15 13:08:08 +02:00
kore.h Add rand_file configuration option for keymgr. 2017-02-27 20:58:04 -08:00
pgsql.h pgsql improvements. 2017-02-06 11:40:33 +01:00
python_api.h undef _POSIX_C_SOURCE and _XOPEN_SOURCE before Python.h 2017-01-25 22:41:57 +01:00
python_methods.h export http_body_path via python 2017-02-22 17:52:57 +01:00
tasks.h Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00