- #106: Fix header version for Code 4 Error PDUs.
- 202e0fe34dc3c8dcb1a0ad12faa7f4d5a7c91b2d: Bind all --server.address
addresses, not just the first that succeeds. (And also a few other
tweaks to the bind algorithm.)
- This changed --server.address's default value: [0]
- 7846f008a288c3913d7c30f22781544cde84b0b3: Fix bad date management
in the cache, which caused files to expire at incorrect timings.
- Add `--mode=print`, an operation mode that Jsonifies an RPKI file into
standard output: [1]
- #111: Add rtrlib to the docker image.
- #133: Restore the "now you can connect your routers" warning (for the
time being).
Also, the documentation now includes a roadmap: [2]
Minor bugfixes:
- 22785583f07a874e5a6dace27ca13b2d56e02e54,
1165270e73508b9fb3dfdc0294a5926d56679c75,
cc17e139ab30cc1fcbcd3c06f5e32813027b1159,
17250cb7b77d443d5a8ce3957a280a2b230beedf: Improve libcrypto API usage
- 6d7985b72fa3462d311aa9421e1342fcaa2deef6: Fix really bad usage of
standard library function `strtol()`.