Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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])
- Loading branch information