github NLnetLabs/rtrtr v0.3.2-rc1
0.3.2-rc1

latest release: v0.3.2
pre-release4 months ago

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 the native-tls feature and then for a unit through the new native-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 new tls-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 the pid-file option is used as intended. (via daemonbase 0.1.3)

Other changes

  • The minimum supported Rust version is now 1.81. (#138)

Don't miss a new rtrtr release

NewReleases is sending notifications on new releases.