New
- Add ASPA support to JSON input and output. (#132 by @devsnek)
- ASPA JSON compatibility with krill & routinator (#134 by @ember-ana)
- The
json
can now use the native TLS implementations of Windows and macOS. This needs to be enabled during compile time through thenative-tls
feature and then for a unit through the newnative-tls
option. When enabled, this uses TLS via OpenSSL rather than Rustls on other systems. (#137) - The
json
unit can now be forced to stick to TLS 1.2 or less via the newtls-12
option. (#137)
Bug fixes
- Fix rtr-tls target having certificate and key options reversed. (#133 by @ember-ana)
- Fixes to RTR handling via rpki-rs 0.18.6.
- The
working-dir
option was accidentally used as the path for the PID file. Now thepid-file
option is used as intended. (via daemonbase 0.1.3)
Other changes
- The minimum supported Rust version is now 1.81. (#138)