Skip to content

0.17.0

Compare
Choose a tag to compare
@partim partim released this 05 Jul 12:04
· 70 commits to main since this release
0ce0b64

Breaking changes

  • Dropped dependency on routecore again and moved all used types into rpki-rs. The new module resources contains the AS and IP address resources. The BGPsec key identifier is now an actual type in crypto::keys. (#261)
  • Changed the implementation of ASPA objects to conform with version 15 of the profile draft. (#264, #265)
  • Changed the ASPA RTR PDU to not use the AFI flags any more and always set it to 0. (#264)

New

  • Made rtr::server::NotifyReceiver public. (#259)
  • Added an exclusion check to SLURM’s router key filters and provided
    type-specific check methods for the other types. (#260)
  • Added a new module util::base64 that provides Base 64 encoding of data
    for various scenarios. (#263)